blockMultiVariableFilter
Extends from Modelica.Blocks.Interfaces.MIMO (Multiple Input Multiple Output continuous control block).
Information
This is a multi-variable band filter as described in [Oestrem2006], acting on α- and β-components.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Integer | nin (from MIMO) | 1 | Number of inputs |
| Integer | nout (from MIMO) | 1 | Number of outputs |
| SI.Angle | phi0 | 0 | Initial phase angle of voltage |
| SI.Frequency | fB | 2.5 | Bandwidth |
| Boolean | useOmegaInput | true | Use an input for actual omega? |
| SI.Frequency | fN | 50 | Nominal frequency |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| RealInput[nin] | u (from MIMO) | Connector of Real input signals | |
| RealOutput[nout] | y (from MIMO) | Connector of Real output signals | |
| Modelica.Blocks.Interfaces.RealInput | omega | Connector of Real input signals |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Modelica.Blocks.Math.Feedback[2] | feedback | ||
| Modelica.Blocks.Math.Gain[2] | gain | ||
| Modelica.Blocks.Math.Add[2] | add | ||
| Modelica.Blocks.Continuous.Integrator[2] | integrator | ||
| Modelica.Blocks.Math.Product[2] | product | ||
| Modelica.Blocks.Routing.ExtractSignal | extractSignal | ||
| Modelica.Blocks.Routing.Replicator | replicator | ||
| Modelica.Blocks.Sources.Constant | const |