tico 0.1
Mechanical Watch Terminal Timegrapher
Functions
crosscorint.c File Reference
#include "crosscorint.h"
#include "mydefs.h"
#include "myfft.h"
#include "printing.h"
#include <limits.h>
#include <math.h>
#include <stdlib.h>
Include dependency graph for crosscorint.c:

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.