Click or drag to resize

FrameParserEnableIntervalAveraging Property

Gets or sets a flag that determines if interval averaging (boxcar averaging) is enabled across each publish interval when down-sampling.

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

Property Value

Boolean
Remarks
Down-sampling without an anti-alias / low-pass step will preserve high-rate jitter and can alias higher-frequency content into the published stream. Interval averaging acts as a simple, cheap low-pass filter that reduces jitter and improves published stability.
See Also