1 / 16

BIEN425 – Lecture 14

BIEN425 – Lecture 14. By the end of the lecture, you should be able to: Design and implement IIR filters using frequency transform and bilinear transform Compare the advantages and disadvantages of IIR filter design strategies (zero-pole versus freq-transform and bilinear transform).

viola
Télécharger la présentation

BIEN425 – Lecture 14

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. BIEN425 – Lecture 14 • By the end of the lecture, you should be able to: • Design and implement IIR filters using frequency transform and bilinear transform • Compare the advantages and disadvantages of IIR filter design strategies (zero-pole versus freq-transform and bilinear transform)

  2. In general This is an alternative way of representing Method 2 from the last lecture.This time, we don’t even need to do partial fraction expansion, the variablein s-domain is simply changed into z-domain.

  3. Prove:

  4. Bilinear transformation • Simply going between s-plane and z-plane • This is very fun…. A circle becomes a rectangle and a line becomes a arc. • Lecture14.m

  5. Frequencywarping • Given bilinear transformation and s = j2pF • Let’s look at how freq in analog filters (F) can be translated to freq in digital filters (f)

  6. Learning through example • Building a digital lowpass filter from Chebyshev-I given our digital specs: (Butterworth example 8.8) • f0 = 2.5Hz, f1 = 7.5Hz • dp = 0.1, ds = 0.1 (Could have given Ap and As instead) • Recall the following procedure:

  7. Step 1a) pre-wrap frequencies to analog specs • Step 1b) compute r, d, minimum order

  8. Step 1c) Find poles • Step 1d) Write H(s)

  9. Step 2) Determine fs =20hz • Step 3) Re-write into H(z)

  10. Another example • Given • Find the resonance frequency of this filter

  11. Analog frequency transformation • Design digital HP,BP,BS filters • Always start off with a normalized lowpass filter NormalizedLowpassFilter(Analog) AnalogFrequencyTransformation(Analog) BilinearTransformation(Digital)

  12. Digital frequency transformation NormalizedLowpassFilter(Analog) Bilinear Transformation(Digital) DigitalFrequencyTransformation(Digital)

  13. Beware of potential problems • Double check your filter response after design • Stability? • Actual frequency response • Impulse response (check for limit cycles or deadband effects: oscillations even when input has gone to zero)

More Related