modelTransfer_Function
Information
The model of the transfer function
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | b | {1} | Numerator coefficients of transfer function. |
| Real[:] | a | {1, 1} | Denominator coefficients of transfer function. |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| LEPSE.Interfaces.Single_Pin | inp | ||
| LEPSE.Interfaces.Single_Pin | out |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Real[size(a, 1) - 1] | x | State of transfer function from controller canonical form |