Click or drag to resize

FrameParserPublishAnglesTauSeconds Property

Gets or sets the EMA time constant τ (seconds) for published phase angles.

Namespace: GSF.PhasorProtocols.SelCWS
Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntax
public double PublishAnglesTauSeconds { get; set; }
View Source

Property Value

Double
Remarks
Angles are circular quantities; this implementation performs wrap-safe smoothing by operating on unit vectors (cos/sin) rather than naïvely averaging radians. This avoids discontinuities at ±π.
See Also