Power Measurement
Calculate single-phase real and reactive power
Libraries:
Simscape /
Electrical /
Control /
Measurements
Description
The Power Measurement block measures the real and reactive power of an element in a single-phase network. The block outputs the power quantities for each frequency component you specify. For three-phase measurements, consider using the Three-Phase Power Measurement block.
Use this block to measure power for both sinusoidal and nonsinusoidal periodic signals.
Set the Sample time parameter to 0
for
continuous-time operation, or explicitly for discrete-time operation.
Specify a vector of all frequency components to include in the power output using the Harmonic numbers parameter:
To output the DC component, specify
0
.To output the component corresponding to the fundamental frequency, specify
1
.To output components corresponding to higher-order harmonics, specify
n > 1
.
Equations
For each specified harmonic k, the block calculates the real power Pk and reactive power Qk from the phasor equation:
where:
G is equal to
0.25
for the DC component (k = 0) and0.5
for the AC components (k > 0).is the phasor representation of the k-component input voltage.
is the complex conjugate of , the phasor representation of the k-component input current.
The block estimates the real-time k-component voltage and current phasors using these relationships:
In these phasor equations:
V(t) and I(t) are the input voltage and current, respectively.
T is the period of the input signal, or equivalently the inverse of its base frequency F.
If the input signals have a finite number of harmonics n, the total real power P and total reactive power Q can be calculated from their components:
The summation for Q does not include the DC component (k = 0) because this component only contributes to real power.
Ports
Input
Output
Parameters
Extended Capabilities
Version History
Introduced in R2017b