Fast Convolution

Convolves two extremely large vectors in reasonable time.

現在この提出コンテンツをフォロー中です。

This function convolves two very large vectors very quickly. Enormous gains in speed are due to the use of two fft's and an ifft. To find out how to use this program, put it in you 'work' folder and type "help fconv".

引用

Stephen McGovern (2026). Fast Convolution (https://jp.mathworks.com/matlabcentral/fileexchange/5110-fast-convolution), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

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

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

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

Modify the comments in the m-file source code.