Pade Delay
Pade approximation of delay block with fixed DelayTime
Description
Connections
Parameters
Modelica Standard Library
The Pade Delay component delays the input signal by duration Delay Time.
The delay is approximated by a Pade approximation, that is, by a transfer function
y⁡s=b1⁢sm+b2⁢sm−1+⋯+bm+1a1⁢sn+a2⁢sn−1+⋯+an+1⁢u⁡s
where the coefficients bk and ak are calculated such that the coefficients of the Taylor expansion of the delay ⅇ−T⁢s around s=0 are identical up to order n + m. The main advantage of this approach is that the delay is approximated by a linear differential equation system, which is continuous and continuously differentiable.
The Signal Size parameter allows the block to operate on a vector of signals rather than a single signal.
Name
Modelica ID
u
Real input signal
y
Real output signal
Default
Units
Delay Time
1
s
Delay time of output with respect to input signal
delayTime
n
Order of pade approximation
m
Order of numerator
Signal Size
Dimensions of input and output signals
signalSize
The component described in this topic is from the Modelica Standard Library. To view the original documentation, which includes author and copyright information, click here.
See Also
Discontinuous Signal Blocks
Signal Blocks
Download Help Document