tico 0.1
Mechanical Watch Terminal Timegrapher
Functions
crosscorint.h File Reference
#include <stddef.h>
Include dependency graph for crosscorint.h:
This graph shows which files directly or indirectly include this file:

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...
 

Function Documentation

◆ crosscorint()

void crosscorint ( size_t  ArrayLength,
const int *  array,
const int *  ref,
int *  cross 
)

Computes the cross-correlation of two integer arrays.

Parameters
ArrayLengthThe length of the input arrays.
arrayThe first input array.
refThe second input array (reference).
crossThe output array where the cross-correlation results will be stored.