Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
Sometimes you have to perform multiple related convolutions, using the same data but different kernels. This function allows you to reuse intermediary results. When computing the convolution via multiplication in the frequency domain, we reuse the FFT of the data, and need to compute only the FFT of the kernel and the IFFT of their product. So this helps if the kernels are small and many and the data is large and unique. Matrix (not just vector) input is supported. Calling syntax is identical to Matlab's own conv2/filter2. If you need an FFT-based implementation of convolution without reuse, I'd recommend submission number 24504. Run test('filter2fft') to check your installation.
Zitieren als
Felipe G. Nievinski (2026). conv2fft_reuse (https://de.mathworks.com/matlabcentral/fileexchange/30656-conv2fft_reuse), MATLAB Central File Exchange. Abgerufen .
Quellenangaben
Inspiriert von: FFT-based convolution, testit
Allgemeine Informationen
- Version 1.1.0.0 (9,36 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.1.0.0 | updated list of acknowledgements and list of incorporated submissions. |
||
| 1.0.0.0 |
