Circular Cross Correlation using FFT

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. に取得済み.

カテゴリ

Help Center および MATLAB AnswersFourier Analysis and Filtering についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0