MSeq¶
Generates m sequence time series for the given order (m).
The length of sequence is L = 2^m-1. It can repeat each element of sequence r times. If the parameter m-repeat is set to zero, the m sequence is not going to be repeated. The sequence can be circularly shifted for the given values in parameter m_shift. Version 1.0.0
Ports/Properties¶
data¶
Output reference signals
m_order¶
Sequence order.
seq_shift¶
The number of bits that the sequence is shifted.
bit_repeat¶
The number of times that each element is repeated.
repeat_unit¶
Unit in which the sequence is shifted.
seq_repeat_or_length¶
The number of times that the sequence is repeated. If the Repeat unit is repeats, the sequence is repeated by the given number. If the Repeat unit is seconds, the sequence is repeated to fill the time length with the given sampling frequency. If the Repeat unit is samples, the sequence is going to have that many samples
fs¶
The sampling frequency. This is only used if Repeat unit is time.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.