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

Represents a synchrophasor (complex voltage/current measurement) More...

#include <pmu_estimator.h>

Data Fields

float_p amp
 
float_p ph
 
float_p freq
 

Detailed Description

Represents a synchrophasor (complex voltage/current measurement)

A phasor is a complex number representation of a sinusoidal signal, containing amplitude, phase, and frequency information.

Field Documentation

◆ amp

float_p phasor::amp

Phasor amplitude (magnitude)

◆ freq

float_p phasor::freq

Frequency (Hz)

◆ ph

float_p phasor::ph

Phasor phase angle (radians)


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