MaximumLengthSequenceFromNumberOfStages Method |
Constructs a new instance of the
MaximumLengthSequence class froms the number of stages (bits, flip-flops).
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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.
See Also