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).

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.180 -- Release Build+e02ba9cd4ec5d00f9d75c2a02ce31d1bc7ed731c
public bool EnablePublishEMA { get; set; }

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