MaximumLengthSequenceNumberOfStages Property |
Gets the number of stages.
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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