|
FrameParserRecalculationCycles Property
|
Gets or sets the number of nominal cycles between full DFT recalculations for numerical stability.
Namespace: GSF.PhasorProtocols.SelCWSAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.275-beta
Syntaxpublic int RecalculationCycles { get; set; }Public Property RecalculationCycles As Integer
Get
Set
public:
property int RecalculationCycles {
int get ();
void set (int value);
}member RecalculationCycles : int with get, set
function get_RecalculationCycles();
function set_RecalculationCycles(value);
View SourceProperty 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