Signal Processing Toolbox    

Filter Structures

The structure that you choose determines the type of coefficients that you need to specify in the text fields to the right:

Direct Form

For Direct Form I, Direct Form II, Direct Form I transposed, and Direct Form II transposed, specify the filter by its transfer function representation:

Filters in transfer function form can be produced by all of the Signal Processing Toolbox filter design functions (e.g., fir1, fir2, remez, butter, yulewalk). See Transfer Function for more information.

Direct Form II (Second-Order Sections)

For Direct form II (Second-order sections), specify the filter by its second-order section representation:

The Gain field specifies a variable name or a value for the gain g, and the SOS Matrix field specifies a variable name or a value for the L-by-6 SOS matrix

whose rows contain the numerator and denominator coefficients bik and aik of the second-order sections of H(z).

Filters in second-order section form can be produced by functions such as tf2sos, zp2sos, ss2sos, and sosfilt. See Second-Order Sections (SOS) for more information.

State-Space

For State-Space, specify the filter by its state-space representation:

The A, B, C, and D fields each specify a variable name or a value for the matrices in this system.

Filters in state-space form can be produced by functions such as tf2ss and zp2ss. See State-Space for more information.

Lattice

For Lattice allpass, Lattice MA, and Lattice ARMA filters, specify the filter by its lattice representation:

Filters in lattice form can be produced by tf2latc. See Lattice Structure for more information.

Quantized Filter (Qfilt Object)

For Quantized filter, specify the filter as a Qfilt object. See qfilt in the Filter Design Toolbox for more information.


 Importing a Filter Design Exporting a Filter Design