MT Spread Symbols
- Updated2023-02-17
- 3 minute(s) read
MT Spread Symbols
Performs the DSSS spreading operation using the spreading code that you specify. The spreading code algorithm performs non-return-to-zero (NRZ) encoding of the input bit stream and the spreading code. However, the output is an array of zeros and ones.

Inputs/Outputs

input bit stream
The sequence of information bits to be spread.

spreading code
The sequence of bits that determine how the bits in input bit stream are spread.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

output chip stream
The sequence of data bits that is spread for transmission. The number of elements returned in this array equals the product of the input bit stream array length and the spreading code array length.

error out
Error information.
The node produces this output according to standard error behavior.
Spreading Operation
Each bit in the input bit stream is spread according to the following table.
Spreading Input | Spreading Output |
---|---|
0 | Spreading code |
1 | Complement of spreading code |
For example, an input bit stream array of 1100 and a spreading code value of 1010 return an output chip stream array of 0101 0101 1010 1010.
Direct Sequence Spread Spectrum (DSSS)
Direct Sequence Spread Spectrum (DSSS) is a process by which data is transmitted using a higher bandwidth signal as required by the data rate. Using DSSS allows multiple channels to occupy the same bandwidth, thus mitigating interference from other users at the expense of bandwidth expansion.
DSSS spreads each bit of signal data at the transmitter into L chips using a pseudorandom L-chip spreading code called a code word. The length L of the pseudorandom spreading code is also known as the bandwidth expansion factor because the chips are transmitted at a rate equal to L * bit rate of the data. The spreading code appears random to all receivers except the intended one, which uses the knowledge of the spreading code to demodulate and recover the transmitted information. Thus, multiple channels can occupy the same portion of the frequency spectrum by using code words that have little or no correlation with one another, and little or no autocorrelation for any shift other than zero.
Mathematically, a DSSS signal is described by
where
y(T) is the transmitted DSSS signal
g(T) is the pulse-shaping signal of duration Tc
a n is the nth information bearing symbol
c m is the mth element of the L-long pseudorandom spreading code (also known as the chip sequence)
T c is the chip period
T = L * Tc is the symbol period