DSP Blockset    
Direct-Form II Transpose Filter

Apply an IIR filter to the input.

Library

Filtering / Filter Structures

Description

The Direct-Form II Transpose Filter block applies a transposed direct-form II IIR filter to the input.

This is a canonical form that has the minimum number of delay elements. The filter order is max(m,n)-1.

An M-by-N sample-based matrix input is treated as M*N independent channels, and an M-by-N frame-based matrix input is treated as N independent channels. In both cases, the block filters each channel independently over time, and the output has the same size and frame status as the input.

The filter is specified in the parameter dialog box by its transfer function,

where the Numerator parameter specifies the vector of numerator coefficients,

and the Denominator parameter specifies the vector of denominator coefficients,

The filter coefficients are normalized by a1.

Initial Conditions

In its default form, the filter initializes the internal filter states to zero, which is equivalent to assuming past inputs and outputs are zero. The block also accepts optional nonzero initial conditions for the filter delays. Note that the number of filter states (delay elements) per input channel is

The Initial conditions parameter may take one of four forms:

Dialog Box

Numerator
The filter numerator vector. Tunable; the numerator coefficients can be adjusted while the simulation runs, but the vector length (i.e., the filter order) must remain the same.
Denominator
The filter denominator vector. Tunable; the denominator coefficients can be adjusted while the simulation runs, but the vector length (i.e., the filter order) must remain the same.
Initial conditions
The filter's initial conditions, a scalar, vector, or matrix.

References

Oppenheim, A. V. and R. W. Schafer. Discrete-Time Signal Processing. Englewood Cliffs, NJ: Prentice Hall, 1989.

Proakis, J. and D. Manolakis. Digital Signal Processing. 3rd ed. Englewood Cliffs, NJ: Prentice-Hall, 1996.

See Also

Biquadratic Filter
DSP Blockset
Discrete Filter
Simulink
Filter Realization Wizard
DSP Blockset
Time-Varying Direct-Form II Transpose Filter
DSP Blockset
filter
MATLAB

See Filter Structures for related information.


 Digital IIR Filter Design Discrete Impulse