Circular Cross Correlation using FFT

Calculate the circular and non-circular cross correlation using the FFT method.

Sie verfolgen jetzt diese Einreichung

Rough idea:
Get the crosscorrelation of two vectors a and b by:

e = fft(c);
f = fft(d);

g = e.*conj(f);

h = ifft(g);

See code for complete version and details like zeropadding.

Zitieren als

Johannes Schmitz (2026). Circular Cross Correlation using FFT (https://de.mathworks.com/matlabcentral/fileexchange/43967-circular-cross-correlation-using-fft), MATLAB Central File Exchange. Abgerufen .

Kategorien

Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und MATLAB Answers

Allgemeine Informationen

Kompatibilität der MATLAB-Version

  • Kompatibel mit allen Versionen

Plattform-Kompatibilität

  • Windows
  • macOS
  • Linux
Version Veröffentlicht Versionshinweise Action
1.0.0.0