> anishgoyal


NotesENGR 2341: Signals and Systems Lecture 24

Digital Filter Design

calendar_today   article 254 words   access_time 2 min   replay Modified

Table of Contents

Digital Filters

FIR Vs IIR Filters

FIR

IIR

Filter Design Steps

  1. Specify filter requirements
    • Frequency domain specs
    • Processing time
    • Implementation method
    • Cost of filter
  2. Calculate filter coefficients
    • FIR coefficients determined using windowing, frequency sampling, or Parks-McClellan optimization method
    • IIR coefficients determined by transforming analog filters or using zero-pole placement
  3. Verify the design meets specifications
  4. Realize the design using a computer
  5. Analyze the effect of finite word length on the performance
    • Check that the specifications met with filter coefficient quantization
  6. Implement the filter in hardware/software
    • Need memory to store filter coefficients and present/past inputs/outputs, multipliers, and adders

FIR Low Pass Filter Design Example

fir low pass filter design example 1 fir low pass filter design example 2

IIR Low Pass Filter Design Example

iir low pass filter design example 1 iir low pass filter design example 2

References

Graph