Click or drag to resize

FrameParserEnablePublishEMA Property

Gets or sets a flag that determines if an additional exponential moving average (EMA) is applied to the published stream (after interval averaging).

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

Property Value

Boolean
Remarks
Interval averaging removes high-rate noise; publish-EMA further reduces remaining jitter and produces a "calm" display or control signal. This is usually the most intuitive "knob" for operators/consumers because it acts on the actual output cadence.
See Also