IndustrialControlSystems.LinearSystems.Interfaces

Interfaces

Information

Extends from IndustrialControlSystems.Icons.InterfacesPackage (Interfaces package icon).

Package Content

NameDescription
IndustrialControlSystems.LinearSystems.Interfaces.BaseBlock BaseBlock Partial continuous time block interfaces
IndustrialControlSystems.LinearSystems.Interfaces.DiscreteBaseBlock DiscreteBaseBlock Partial discrete time block interfaces

IndustrialControlSystems.LinearSystems.Interfaces.BaseBlock IndustrialControlSystems.LinearSystems.Interfaces.BaseBlock

Partial continuous time block interfaces

Information

  

Description

Partial interface for a continuos time block.
Each block has a single input anda single output (SISO).

Connectors

NameDescription
uinput
youtput

IndustrialControlSystems.LinearSystems.Interfaces.DiscreteBaseBlock IndustrialControlSystems.LinearSystems.Interfaces.DiscreteBaseBlock

Partial discrete time block interfaces

Information

  

Description

Partial interface for a discretised continuous time block.
Each block has a single input anda single output (SISO).

Discretisation

For each block is defined a sampling time Ts and a coefficient alpha.
The discretisation of the continuos time transfer function has been performed with the bilinear transformation formula
                 z - 1 
  s = ------------------------------
        z*alpha*Ts - (alpha - 1)*Ts
  
that is equivalent to

Extends from BaseBlock (Partial continuous time block interfaces).

Parameters

NameDescription
Discretisation
Ts Sampling time [s]
method Discretisation method

Connectors

NameDescription
uinput
youtput

Automatically generated Mon May 21 13:34:15 2012.