MaximumLengthSequenceFromTapValue Method |
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
MaximumLengthSequenceThe constructed instance of the
MaximumLengthSequence class with the given tap value.
See Also