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

Online Help

All Products    Maple    MapleSim


Transfer Function

Single Input Single Output continuous control block

 

Description

Equations

Connections

Parameters

Modelica Standard Library

Description

The Transfer Function component multiplies the complex input by a transfer function consisting of a rational polynomial in s specified by the real vector parameters a and b and evaluated at s=jw, where w is a real input.

Equations

y=k=1nbbkjwnb1k=1naakjwna1{u&conjugate0;Use Conjugate Inputuotherwise

na=dimensiona

nb=dimensionb

Connections

Name

Description

Modelica ID

u

Complex input signal

u

y

Complex output signal

y

w

Real input; angular frequency input in rads

w

Parameters

Name

Default

Units

Description

Modelica ID

Use Conjugate Input

false

 

If true, use the complex conjugate of the input

useConjugateInput

b

1

 

Numerator coefficients of transfer function (for example, 2s+3 is specified as {2,3})

b

a

1

 

Denominator coefficients of transfer function (for example, 5s+6 is specified as {5,6})

a

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

Complex Math