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.

Definition

Namespace: Gemstone.PhasorProtocols.SelCWS
Assembly: Gemstone.PhasorProtocols (in Gemstone.PhasorProtocols.dll) Version: 1.0.177 -- Release Build+c429d1804aca100dff8e0245d2fd366feebed6ae
public double SampleFrequencyTauSeconds { get; set; }

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