Is there a function which computes a 2-D (two-dimensional) IIR frequency response in the Image Processing Toolbox 3.2 (R13)?

4 views (last 30 days)
I would like to do 2-D filtering using IIR filters. The Image Processing Toolbox contains a FREQZ2 function which computes a 2-D FIR frequency response, but it does not handle IIR filters. In addition, the FILTER2 command in MATLAB only supports 2-D FIR filters.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 27 Jun 2009
The ability to compute a 2-D IIR frequency response is not available in the Image Processing Toolbox.
As a workaround, try using the function 'Inverze_2D_z' from MATLAB Central. The link is provided below:
<http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=15768&objectType=FILE>
Note that MathWorks does not guarantee or warrant the use or content of these submissions. Any questions, issues, or complaints should be directed to the contributing author.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!