Click or drag to resize

FrameParserSampleFrequencyTauSeconds Property

Gets or sets the EMA time constant τ (seconds) for the internal per-sample frequency smoothing that occurs inside the estimator before any down-sampling/publish filtering.

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

Property Value

Double
Remarks
When interval averaging + publish EMA are enabled, this can be relatively light. If you disable publish smoothing, you may want to increase this τ.
See Also