Fast Convolution

Convolves two extremely large vectors in reasonable time.

Ahora está siguiendo esta publicación

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".

Citar como

Stephen McGovern (2026). Fast Convolution (https://es.mathworks.com/matlabcentral/fileexchange/5110-fast-convolution), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0

Modify the comments in the m-file source code.