FFT-based convolution

Discrete convolution using FFT method

Télécharger
Télécharger

Vous suivez désormais cette soumission

Citation pour cette source

Bruno Luong (2026). FFT-based convolution (https://fr.mathworks.com/matlabcentral/fileexchange/24504-fft-based-convolution), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

A inspiré : BiofilmQ, conv2fft_reuse

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et MATLAB Answers

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.7.0

Fix bug when calling with syntax CONV2FFT(H1, H2, A, SHAPE)

Télécharger
1.7.0-2

Installation script use now right mex compilation options for R2018a or later

Télécharger
1.7.0-1

Make inplaceprod compatible with interleaved complex

Télécharger
1.7.0-0

Add the syntax conv2fft(H1, H2, A, ...)

Télécharger
1.6.0

Option allows to disable padding to next power-two. Mex implement inplace product that saves about 1/3 memory. These two enhancement might be useful when perform convolution with very large arrays.

Télécharger
1.5.0

GPU unable by default + changes in help section

Télécharger
1.4.0

GPU/Jacket capable

Télécharger
1.1.0

correct bug when ndims(A)<ndims(B)

Télécharger
1.0.0

Télécharger