Instrument Neutral Distributed Interface INDI  2.0.2
Functions
DSP API Convolution and cross-correlation functions

Functions

DLL_EXPORT void dsp_convolution_convolution (dsp_stream_p stream, dsp_stream_p matrix)
 A cross-convolution processor. More...
 
DLL_EXPORT void dsp_convolution_correlation (dsp_stream_p stream, dsp_stream_p matrix)
 A cross-correlation processor. More...
 

Detailed Description

Function Documentation

◆ dsp_convolution_convolution()

DLL_EXPORT void dsp_convolution_convolution ( dsp_stream_p  stream,
dsp_stream_p  matrix 
)

A cross-convolution processor.

Parameters
streamthe input stream.
matrixthe convolution matrix stream.

Definition at line 22 of file convolution.c.

◆ dsp_convolution_correlation()

DLL_EXPORT void dsp_convolution_correlation ( dsp_stream_p  stream,
dsp_stream_p  matrix 
)

A cross-correlation processor.

Parameters
streamthe input stream.
matrixthe correlation matrix stream.

Definition at line 41 of file convolution.c.