Click or drag to resize

MaximumLengthSequenceFromTapValue Method

Constructs a new instance of the MaximumLengthSequence class from a tap value.

Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static MaximumLengthSequence FromTapValue(
	ulong tapValue
)

Parameters

tapValue  UInt64
The tap value. A basic validity check is performed, although it cannot be guaranteed that the given tap value is able to generate a maximum length sequence. The highest set bit of the tap value determines the length of the maximum length sequence.

Return Value

MaximumLengthSequence
The constructed instance of the MaximumLengthSequence class with the given tap value.
See Also