Click or drag to resize

MaximumLengthSequenceFromNumberOfStages Method

Constructs a new instance of the MaximumLengthSequence class from the number of stages (bits, flip-flops).

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
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

MaximumLengthSequence
The constructed instance of the MaximumLengthSequence class with the given number of stages.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when numberOfStages is outside the range 2..64.
See Also