Click or drag to resize

MaximumLengthSequenceNumberOfStages Property

Gets the number of stages.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int NumberOfStages { get; }

Property Value

Int32
Remarks
This is the number of flip-flops that is needed to generate a maximum length sequence with discrete hardware. The sequence length is 2^NumberOfStages - 1.
See Also