Open source Very Long Baseline Interferometry
OpenVLBI
|
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... | |
DLL_EXPORT void dsp_convolution_convolution | ( | dsp_stream_p | stream, |
dsp_stream_p | matrix | ||
) |
stream | the input stream. |
matrix | the convolution matrix stream. |
DLL_EXPORT void dsp_convolution_correlation | ( | dsp_stream_p | stream, |
dsp_stream_p | matrix | ||
) |
stream | the input stream. |
matrix | the correlation matrix stream. |