Click or drag to resize

MaximumLengthSequence Properties

The MaximumLengthSequence type exposes the following members.

Properties
 NameDescription
Public propertyLengthGets the length of the sequence as an Int32 value. If the sequence length is greater than int.MaxValue, an InvalidCastException will be thrown.
Public propertyLongLengthGets the length of the sequence. This is the repeat period of the sequence.
Public propertyNumberOfStagesGets the number of stages. This is the number of flip-flops that is needed to generate a maximum length sequence with discrete hardware. The sequence length is 2^numberOfStages-1.
Public propertyTapValueGets or sets the tap value. When setting the tap value, only basic tests will be made to ensure its validity. Thus, it can not be fully ensured that the provided tap value will generate a maximum length sequence.
Top
See Also