Circular Cross Correlation using FFT

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

Al momento, stai seguendo questo contributo

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.

Cita come

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

Categorie

Scopri di più su Fourier Analysis and Filtering in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.0.0.0