MaximumLengthSequenceFromNumberOfStages Method |
Constructs a new instance of the
MaximumLengthSequence class from the number of stages (bits, flip-flops).
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static MaximumLengthSequence FromNumberOfStages(
int numberOfStages
)
Parameters
- numberOfStages Int32
-
The number of stages (2..64). The length of the resulting sequence is 2^numberOfStages - 1.
Return Value
MaximumLengthSequenceThe constructed instance of the
MaximumLengthSequence class with the given number of stages.
Exceptions
See Also