You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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.
Cite As
Johannes Schmitz (2026). Circular Cross Correlation using FFT (https://www.mathworks.com/matlabcentral/fileexchange/43967-circular-cross-correlation-using-fft), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.69 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
