Pade Delay - MapleSim Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Pade Delay

Pade approximation of delay block with fixed DelayTime

 

Description

Connections

Parameters

Modelica Standard Library

Description

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

ys=b1sm+b2sm1++bm+1a1sn+a2sn1++an+1us

where the coefficients bk and ak are calculated such that the coefficients of the Taylor expansion of the delay ⅇTs 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.

Connections

Name

Description

Modelica ID

u

Real input signal

u

y

Real output signal

y

Parameters

Name

Default

Units

Description

Modelica ID

Delay Time

1

s

Delay time of output with respect to input signal

delayTime

n

1

 

Order of pade approximation

n

m

n

 

Order of numerator

m

Signal Size

1

 

Dimensions of input and output signals

signalSize

Modelica Standard Library

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