|
SynchroPMU
C implementation of the Phasor Measurement Unit Estimator based on the Iterative Interpolated DFT Synchrophasor Estimation Algorithm
|
Internal parameters for synchrophasor estimation. More...
#include <pmu_estimator.h>

Internal parameters for synchrophasor estimation.
This structure holds the processed configuration parameters used internally by the estimation algorithm. These are derived from the estimator_config.
| float_p SynchrophasorEstimatorParams::df |
Frequency resolution (Hz)
| uint_p SynchrophasorEstimatorParams::f0 |
Nominal frequency (Hz)
| uint_p SynchrophasorEstimatorParams::frame_rate |
Frame rate (frames/s)
| uint_p SynchrophasorEstimatorParams::fs |
Sampling frequency (Hz)
| float_p SynchrophasorEstimatorParams::interf_trig |
Interference detection threshold
| bool_p SynchrophasorEstimatorParams::iter_eipdft_enabled |
Flag: iterative enhanced ipDFT enabled
| uint_p SynchrophasorEstimatorParams::n_bins |
Number of DFT bins
| uint_p SynchrophasorEstimatorParams::n_cycles |
Number of cycles in observation window
| float_p SynchrophasorEstimatorParams::norm_factor |
Normalization factor for DFT
| uint_p SynchrophasorEstimatorParams::P |
Iteration count for iterative algorithm
| phasor SynchrophasorEstimatorParams::phasor |
Current phasor estimate
| uint_p SynchrophasorEstimatorParams::Q |
Number of interference tones
| uint_p SynchrophasorEstimatorParams::win_len |
Window length in samples