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.
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:
butter
.
cheby1
.
cheby2
.
ellip
.
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.
Note The Analog Filter Design block does not work with the Simulink discrete solver, which is enabled when the discrete option is selected in the Solver panel of the Simulation Parameters dialog box. Select one of the continuous solvers (e.g., ode4) instead. |
![]() | Adaptive Filters | Transforms | ![]() |