現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
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. に取得済み.
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
