Circular Cross Correlation using FFT

Calculate the circular and non-circular cross correlation using the FFT method.
ダウンロード: 1.8K
更新 2013/10/17

ライセンスの表示

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 AnswersFourier Analysis and Filtering についてさらに検索
バージョン 公開済み リリース ノート
1.0.0.0