diff options
Diffstat (limited to '')
-rw-r--r-- | correlation.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/correlation.h b/correlation.h new file mode 100644 index 0000000..c7e51b5 --- /dev/null +++ b/correlation.h @@ -0,0 +1,11 @@ +#ifndef CORRELATION_H +#define CORRELATION_H +#include "machine_type.h" +#include "buffers.h" +#include "output.h" +#include "datatypes.h" + +void find_correlation(tOutput* output,tCorrelation* correlation,tBuffer* buf1,tBuffer* buf2,tInt64* cursorpos1,tInt64* cursorpos2); +void clear_correlation(tCorrelation* correlation); + +#endif |