ComplexMISOMultiple Input Single Output continuous control block |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
Block has a vector of continuous Complex input signals and one continuous Complex output signal.
nin |
Value: 1 Type: Integer Description: Number of inputs |
---|---|
useConjugateInput |
Value: fill(false, nin) Type: Boolean[nin] Description: If true, inputs are processed conjugate complex |
u |
Type: ComplexInput[nin] Description: Connector of Complex input signals |
|
---|---|---|
y |
Type: ComplexOutput Description: Connector of Complex output signal |
uInternal |
Type: Complex[nin] Description: Equals either u or conjugate complex input u if useComplexInput = true |
---|