WOLFRAM SYSTEM MODELER
ConjOutput is equal to the conjugate complex input signal |
SystemModel["Modelica.ComplexBlocks.ComplexMath.Conj"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This block computes output y
as
conjugate complex input u
.
y = Modelica.ComplexMath.conj(u)
useConjugateInput |
Value: true Type: Boolean Description: If true, input is processed conjugate complex |
---|
u |
Type: ComplexInput Description: Connector of Complex input signal |
|
---|---|---|
y |
Type: ComplexOutput Description: Connector of Complex output signal |
uInternal |
Type: Complex Description: Equals either u or conjugate complex input u if useComplexInput = true |
---|