|
ConnectionParametersEnableIntervalAveraging 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.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.282-beta
Syntaxfunction get_EnableIntervalAveraging();
function set_EnableIntervalAveraging(value);
View SourceProperty 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