|
SynchroPMU
C implementation of the Phasor Measurement Unit Estimator based on the Iterative Interpolated DFT Synchrophasor Estimation Algorithm
|
Represents a synchrophasor (complex voltage/current measurement) More...
#include <pmu_estimator.h>
Data Fields | |
| float_p | amp |
| float_p | ph |
| float_p | freq |
Represents a synchrophasor (complex voltage/current measurement)
A phasor is a complex number representation of a sinusoidal signal, containing amplitude, phase, and frequency information.
| float_p phasor::amp |
Phasor amplitude (magnitude)
| float_p phasor::freq |
Frequency (Hz)
| float_p phasor::ph |
Phasor phase angle (radians)