MaximumLengthSequenceFromTapValue Method |
Namespace: Altaxo.Calc.ProbabilityAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static MaximumLengthSequence FromTapValue(
ulong tapValue
)
Parameters
- tapValue UInt64
- The tap value. A basic test of the validity of the tap value will be made, although it can not 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