You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
CONVOL2FFT is a matlab function that returns the 2-dimensional linear convolution between a given image and a 2-dimensional impulse response of a filter. The filter must be a (2-dimensional) matrix. The image can be a matrix for a grayscale image and a 3D array for an RGB image. Maybe It is faster than IMFILTER, when size(h) > around 128. Typical syntaxes are as follows.
(1) x = convol2fft(x, h); where x * h is returned.
(2) [H,mns] = convol2fft(size(x),h); where H = DFT(h) and mns are returned.
(3) x = convol2fft(x,H,mns); where x * h is returned by using the given H = DFT(h) and mns.
Cite As
Hisa (2026). 2-dimensional linear convolution by FFT (https://in.mathworks.com/matlabcentral/fileexchange/54476-2-dimensional-linear-convolution-by-fft), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.02 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
