SynchroPMU
C implementation of the Phasor Measurement Unit Estimator based on the Iterative Interpolated DFT Synchrophasor Estimation Algorithm
Loading...
Searching...
No Matches
pmu_frame Struct Reference

Complete PMU output frame. More...

#include <pmu_estimator.h>

Collaboration diagram for pmu_frame:

Data Fields

phasor synchrophasor
 
float_p rocof
 

Detailed Description

Complete PMU output frame.

Contains the synchrophasor estimate and the Rate of Change of Frequency (ROCOF). This is the primary output structure of the pmu_estimate() function.

Field Documentation

◆ rocof

float_p pmu_frame::rocof

Rate of Change of Frequency (Hz/s)

◆ synchrophasor

phasor pmu_frame::synchrophasor

Estimated synchrophasor


The documentation for this struct was generated from the following file: