ccorr
Circular correlation (normalized) between two complex vectors.
Namespace: dsp::fourier
Prototype
auto ccorr(const Veccf &x, const Veccf &y=Veccf())
Parameters
x | First vector |
y | Second vector (if not specified, the auto-correlation is computed) |
Returns
First vector: index of time lags \(n\) (that is \(0, 1, ..., N-1\)), second vector: \(c_n\).
Description
FFT-based computing of:
See also
xcorr(), xcoorb()