1 / 9

Equiripple Filters

Equiripple Filters. A filter which has the Smallest Maximum Approximation Error among all filters over the frequencies of interest:. Define :. where. Fact: filters with the smallest maximum deviation from ideal characteristic are equiripple . . . same ripple.

maina
Download Presentation

Equiripple Filters

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Equiripple Filters A filter which has the Smallest Maximum Approximation Error among all filters over the frequencies of interest: Define: where

  2. Fact: filters with the smallest maximum deviation from ideal characteristic are equiripple.. same ripple They are computed as follows: B=firpm(N,F,M) F=[F(1),F(2),…], M=[M(1), M(2), …]; F=1 corresponding to N = filter order.

  3. Fact: the error is miminal in minmax sense, provided there exist L+2 frequencies such that

  4. Example: see the same example we saw for the FIR filter with window. Recall the specs: 1. Pass band 2. Stopband 3. Sampling Frequency Apply Remez Algorithm. You have to determine the filter order a priori, and let’s choose the same order N=81: h=firpm(80,[0,0.4,0.5,1],[1,1,0,0]); The impulse response obtained is shown. The frequency response is shown in the next slide, compared with the one we obtained by using the hamming window. Notice that the attenuation in the stopband is higher in the equiripple.

  5. Equiripple (Remez Algorithm) Hamming window

  6. Frequency Response of the Non Ideal LPF ripple attenuation stop pass stop transition region • LPF specified by: • passband frequency • passband ripple or • stopband frequency • stopband attenuation or

  7. Best Design tool for FIR Filters: the Equiripple algorithm (or Remez). It minimizes the maximum error between the frequency responses of the ideal and actual filter. ripple attenuation Linear Interpolation

  8. Example: Low Pass Filter Passband Stopbandwith attenuation 40dB Choose order Almost 40dB!!!

  9. Example: Low Pass Filter Choose order N=40 > 37 OK!!!

More Related