Click or drag to resize

MaximumLengthSequenceFromNumberOfStages Method

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

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.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.
See Also