Main Content

Varying Transfer Function

Transfer function with varying coefficients

  • Varying Transfer Function block

Libraries:
Control System Toolbox / Linear Parameter Varying

Description

This block implements a continuous-time transfer function with varying coefficients. The instantaneous transfer function is given by:

H(s)=b0+b1s1++bNsN1+a1s1++aNsN=b0sN+b1sN1++bNsN+a1sN1++aN.

N is number of poles, specified with the Transfer function order parameter. Feed the values of the coefficients b0, b1,…, bN and a1, a2,…, aN to the corresponding block input ports.

Note

The above expression for H(s) applies only to Varying Transfer Function blocks added to a model in R2023a or later. For information about Varying Transfer Function blocks created in R2022b or earlier, see Varying Transfer Function block formula changed.

Use this block and the other blocks in the Linear Parameter Varying library to implement common control elements with variable parameters or coefficients. For more information, see Model Gain-Scheduled Control Systems in Simulink.

Caution

Avoid making the transfer-function coefficients depend on the block output y. If you have such dependence, the resulting transfer function causes an algebraic loop, because computing the block output value requires knowing the block output value. This algebraic loop is prone to instability and divergence. Instead of the output, try expressing the coefficients in terms of the time t and the block input u.

Ports

Input

expand all

Transfer function input signal.

Transfer function numerator coefficients. The number of coefficient ports is determined by the Transfer function order parameter.

For a zero-feedthrough transfer function, clear the Enable feedthrough checkbox. Clearing this checkbox disables the b0 input port. (since R2023a)

Transfer function denominator coefficients. The number of coefficient ports is determined by the Transfer function order parameter. The coefficient of the lowest-order term (a0) is fixed to 1.

Before R2023a: The denominator coefficients are a0, a1,…. The coefficient aN is fixed to 1. For more information, see Varying Transfer Function block formula changed.

Output

expand all

Transfer function output signal.

Parameters

expand all

Transfer function order N, specified as a positive integer. This parameter determines the number of coefficient input ports on the block.

Since R2023a

Enable the b0 input port for a transfer function with direct feedthrough. For a zero-feedthrough transfer function, clear this checkbox. Disabling the port for zero-feedthrough models is numerically more reliable than feeding a zero-constant into the port.

Extended Capabilities

C/C++ Code Generation
Generate C and C++ code using Simulink® Coder™.

Version History

Introduced in R2017b

expand all