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

PMU estimator context structure. More...

#include <pmu_estimator.h>

Collaboration diagram for pmu_context:

Data Fields

SynchrophasorEstimatorParams synch_params
 
InternalBuffers buff_params
 
HanningTransformConstants hann_params
 
RocoFEstimationStates rocof_params
 
bool_p pmu_initialized
 

Detailed Description

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.

Note
In version 1.7.0 and later, multiple independent instances are supported.

Field Documentation

◆ buff_params

InternalBuffers pmu_context::buff_params

Internal buffer pointers

◆ hann_params

HanningTransformConstants pmu_context::hann_params

Hanning transform constants

◆ pmu_initialized

bool_p pmu_context::pmu_initialized

Initialization flag

◆ rocof_params

RocoFEstimationStates pmu_context::rocof_params

ROCOF estimation state

◆ synch_params

SynchrophasorEstimatorParams pmu_context::synch_params

Synchrophasor estimation parameters


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