|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
#include "crosscorint.h"#include "mydefs.h"#include "myfft.h"#include "printing.h"#include <limits.h>#include <math.h>#include <stdlib.h>
Functions | |
| void | crosscorint (size_t ArrayLength, const int *array, const int *ref, int *cross) |
| Computes the cross-correlation of two integer arrays. More... | |
| void crosscorint | ( | size_t | ArrayLength, |
| const int * | array, | ||
| const int * | ref, | ||
| int * | cross | ||
| ) |
Computes the cross-correlation of two integer arrays.
| ArrayLength | The length of the input arrays. |
| array | The first input array. |
| ref | The second input array (reference). |
| cross | The output array where the cross-correlation results will be stored. |