|
SynchroPMU
C implementation of the Phasor Measurement Unit Estimator based on the Iterative Interpolated DFT Synchrophasor Estimation Algorithm
|
PMU estimator context structure. More...
#include <pmu_estimator.h>

Data Fields | |
| SynchrophasorEstimatorParams | synch_params |
| InternalBuffers | buff_params |
| HanningTransformConstants | hann_params |
| RocoFEstimationStates | rocof_params |
| bool_p | pmu_initialized |
PMU estimator context structure.
This is the main context structure that encapsulates all state and parameters for a single PMU estimator instance. Multiple independent instances can be created and managed simultaneously.
| InternalBuffers pmu_context::buff_params |
Internal buffer pointers
| HanningTransformConstants pmu_context::hann_params |
Hanning transform constants
| bool_p pmu_context::pmu_initialized |
Initialization flag
| RocoFEstimationStates pmu_context::rocof_params |
ROCOF estimation state
| SynchrophasorEstimatorParams pmu_context::synch_params |
Synchrophasor estimation parameters