Simulink Reference | ![]() ![]() |
Implement a discrete transfer function
Library
Description
The Discrete Transfer Fcn block implements the z-transform transfer function described by the following equations:
where m+1 and n+1 are the number of numerator and denominator coefficients, respectively. num and den contain the coefficients of the numerator and denominator in descending powers of z. num can be a vector or matrix, den must be a vector, and both are specified as parameters on the block dialog box. The order of the denominator must be greater than or equal to the order of the numerator.
Block input is scalar; output width is equal to the number of rows in the numerator.
The Discrete Transfer Fcn block represents the method typically used by control engineers, representing discrete systems as polynomials in z. The Discrete Filter block represents the method typically used by signal processing engineers, who describe digital filters using polynomials in z-1 (the delay operator). The two methods are identical when the numerator is the same length as the denominator.
The Discrete Transfer Fcn block displays the numerator and denominator within its icon depending on how they are specified. See Transfer Fcn
for more information.
Data Type Support
A Discrete Transfer Function block accepts and outputs real signals of type double
.
Parameters and Dialog Box
[1]
.[1 0.5]
.1
. See Specifying Sample Time in the online documentation for more information.Characteristics
![]() | Discrete-Time Integrator | Discrete Zero-Pole | ![]() |