Circular Cross Correlation using FFT
バージョン 1.0.0.0 (1.69 KB) 作成者:
Johannes Schmitz
Calculate the circular and non-circular cross correlation using the FFT method.
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.
引用
Johannes Schmitz (2026). Circular Cross Correlation using FFT (https://jp.mathworks.com/matlabcentral/fileexchange/43967-circular-cross-correlation-using-fft), MATLAB Central File Exchange. に取得済み.
MATLAB リリースの互換性
作成:
R2013b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Fourier Analysis and Filtering についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
