Maximum |
The MaximumLengthSequence type exposes the following members.
Name | Description | |
---|---|---|
Length | Gets the length of the sequence as an Int32 value. If the sequence length is greater than int.MaxValue, an InvalidCastException will be thrown. | |
LongLength | Gets the length of the sequence. This is the repeat period of the sequence. | |
NumberOfStages | Gets 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. | |
TapValue | Gets 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. |