Re: what does phase distortion look like in image processing?

From: Tim Wescott (tim_at_wescottnospamdesign.com)
Date: 11/16/04


Date: Mon, 15 Nov 2004 21:45:30 -0800

lucy wrote:
> I read the following in Matlab Help Document of Image Processing ToolBoxes,
>
> "FIR filters can be designed to have linear phase, which helps prevent
> distortion. "
>
> I am wondering what does phase distortion look like in image processing?
>
> Also,
>
> "Another class of filter, the infinite impulse response (IIR) filter, is not
> as suitable for image processing applications. It lacks the inherent
> stability and ease of design and implementation of the FIR filter.
> Therefore, this toolbox does not provide IIR filter support..."
>
> I want to ask what kind of inherent stability issue does IIR filter have?
>
> Thanks lot!
>
>
These questions are probably best answered by running some images
through the applicable filters and seeing what the results are. Just
make yourself an all-pass filter with considerable phase distortion,
filter your image, and take a look.

Similarly, you can either filter your image with an IIR by hand and see
what it looks like, or you can whomp up a FIR filter with IIR-like
characteristics, and see how _that_ looks.

-- 
Tim Wescott
Wescott Design Services
http://www.wescottdesign.com


Relevant Pages

  • Re: Beginning Interpolation
    ... Run an FIR filter on xusing b. ... deltas which determine N when used in fir1 for an FIR ... then your filter design exercise will be relatively easy. ...
    (comp.dsp)
  • Re: Rookie having problems with some filter code. Any help?
    ... This code implements the Laplacian filter, which I'm sure many of us know. ... if anyone would care to point me in the ... Mostly, since you're just starting on image processing, don't worry too much ... > currently MUCH more interested in getting basic correct functionality ...
    (sci.image.processing)
  • Re: Complex FIR Filter Design
    ... FIR filter with non-linear phase, but I need to be able to specify an ... approximation to the magnitude and non-linear phase for an equalization ... algorithm for complex Chebyshev filter design using Lawson's algorithm, ...
    (comp.dsp)
  • Re: Testing FIR filter design
    ... Is it really an FIR filter? ... Is the filter's impulse response correct (is the design good)? ... I have done impulse test all the coefficients are coming out properly ...
    (comp.dsp)
  • doubts in the design of FIR filter
    ... 1.Can i set the clock frequency of the FIR filter at any frequency i ... 2.For 256 taps ..Which is the best FIR filter design method for lower ...
    (comp.dsp)

Loading