|
SynchroPMU
C implementation of the Phasor Measurement Unit Estimator based on the Iterative Interpolated DFT Synchrophasor Estimation Algorithm
|
Precomputed constants for Hanning window Fourier Transform. More...
#include <pmu_estimator.h>
Data Fields | |
| float_p | C0 |
| float_p | C1 |
| float_p | C2 |
| float_p | C3 |
| float_p | C4 |
| float_p complex_p | C5 |
| float_p complex_p | C6 |
| float_p | inv_norm_factor |
Precomputed constants for Hanning window Fourier Transform.
These constants are calculated during initialization and used to optimize the Hanning window DFT calculations during estimation.
| float_p HanningTransformConstants::C0 |
Constant C0 for Hanning transform
| float_p HanningTransformConstants::C1 |
Constant C1 for Hanning transform
| float_p HanningTransformConstants::C2 |
Constant C2 for Hanning transform
| float_p HanningTransformConstants::C3 |
Constant C3 for Hanning transform
| float_p HanningTransformConstants::C4 |
Constant C4 for Hanning transform
| float_p HanningTransformConstants::inv_norm_factor |
Inverse normalization factor