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.160 -- Release Build+513330b2be7fdb9c9f4bfe60fd4f0a256321d484
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