|
SynchroPMU
C implementation of the Phasor Measurement Unit Estimator based on the Iterative Interpolated DFT Synchrophasor Estimation Algorithm
|
Dynamically allocated internal buffers. More...
#include <pmu_estimator.h>
Data Fields | |
| float_p complex_p * | Xf |
| float_p complex_p * | Xi |
| float_p complex_p * | dftbins |
| float_p * | hann_window |
| float_p * | signal_windows [NUM_CHANLS] |
Dynamically allocated internal buffers.
Contains pointers to dynamically allocated arrays used during the estimation process. These are allocated during initialization and freed during deinitialization.
| float_p* InternalBuffers::hann_window |
Hanning window coefficients
| float_p* InternalBuffers::signal_windows[NUM_CHANLS] |
Signal window buffers for each channel