|
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.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntaxpublic bool EnableIntervalAveraging { get; set; }Public Property EnableIntervalAveraging As Boolean
Get
Set
public:
property bool EnableIntervalAveraging {
bool get ();
void set (bool value);
}member EnableIntervalAveraging : bool with get, set
function 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