WOLFRAM SYSTEM MODELER
IntersectivePWMIntersective PWM |
SystemModel["Modelica.Electrical.PowerConverters.DCAC.Control.IntersectivePWM"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
The intersective PWM transforms the input space phasor u to the three-phase voltages, and compares them with the reference signals. As long as the phase voltage is greater than the corresponding reference signal, the corresponding fire signal is true. The switching pattern of the negative fire signal is just the inverse of the positive fire signal.
The user can choose from 4 different reference signals:
f |
Value: Type: Frequency (Hz) Description: Switching frequency |
---|---|
startTime |
Value: 0 Type: Time (s) Description: Start time of PWM |
uMax |
Value: Type: Real Description: Maximum amplitude of signal |
refType |
Value: PowerConverters.Types.ReferenceType.Triangle3 Type: ReferenceType Description: Type of reference signal |
u |
Type: RealInput[2] Description: Reference space phasor |
|
---|---|---|
fire_p |
Type: BooleanOutput[m] Description: Positive fire signal |
|
fire_n |
Type: BooleanOutput[m] Description: Negative fire signal |
fromSpacePhasor |
Type: FromSpacePhasor Description: Conversion of space phasors to polyphase instantaneous values |
|
---|---|---|
zero |
Type: Constant Description: Generate constant signal of type Real |
|
sawTooth |
Type: SawTooth[m] Description: Generate saw tooth signal |
|
trapezoid |
Type: Trapezoid[3] Description: Generate trapezoidal signal of type Real |
|
greaterEqual |
Type: GreaterEqual[m] Description: Output y is true, if input u1 is greater or equal than input u2 |
|
negation |
Type: Not[m] Description: Logical 'not': y = not u |
|
switch1 |
Type: Switch[m] Description: Switch between two Real signals |
|
const |
Type: Constant[m] Description: Generate constant signal of type Real |
|
booleanExpression |
Type: BooleanExpression Description: Set output signal to a time varying Boolean expression |
|
booleanReplicator |
Type: BooleanReplicator Description: Boolean signal replicator |
Modelica.Electrical.PowerConverters.DCAC.Control PulseWidthModulation |