|
tico 0.1
Mechanical Watch Terminal Timegrapher
|
#include <stddef.h>

Go to the source code of this file.
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. |