DSP Blockset    

Analog IIR Filters

The Analog Filter Design block designs and implements analog IIR filters with standard band configurations. All of the analog filter designs let you specify a filter order. The other available parameters depend on the filter type and band configuration, as shown in the following table.

Configuration
Butterworth
Chebyshev I
Chebyshev II
Elliptic
Lowpass
p
p, Rp
s, Rs
p, Rp, Rs
Highpass
p
p, Rp
s, Rs
p, Rp, Rs
Bandpass
p1, p2
p1, p2, Rp
s1, s2, Rs
p1, p2, Rp, Rs
Bandstop
p1, p2
p1, p2, Rp
s1, s2, Rs
p1, p2, Rp, Rs

where:

p
 = 
passband edge frequency
p1
 = 
lower passband edge frequency
p2
 = 
upper cutoff frequency
s
 = 
stopband edge frequency
s1
 = 
lower stopband edge frequency
s2
 = 
upper stopband edge frequency
Rp
 = 
passband ripple in decibels
Rs
 = 
stopband attenuation in decibels

For all of the analog filter designs, frequency parameters are in units of radians per second.

The block uses a state-space filter representation, and applies the filter using the State-Space block in the Simulink Continuous library. All of the design methods use Signal Processing Toolbox functions to design the filter:

The Analog Filter Design block is built on the filter design capabilities of the Signal Processing Toolbox. For more information on the filter design algorithms, see the Filter Designs section of the Signal Processing Toolbox documentation.


  Adaptive Filters Transforms