Click or drag to resize

FrameParserRecalculationCycles Property

Gets or sets the number of nominal cycles between full DFT recalculations for numerical stability.

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

Property Value

Int32
Remarks
Sliding DFT updates are O(1) per sample but can accumulate numerical drift; periodic full recomputation re-anchors the phasor sums.
See Also