Main Content

Signal Operations

Scrambling, puncturing, interlacing, conversion between bit and decimal, and delay management

Perform various bit operations and delay management on signals and blocks of data.

Functions

bit2int Convert bits to integers
int2bit Convert integers to bits
hex2poly Convert hexadecimal character vector to binary coefficients
oct2poly Convert octal number to binary coefficients
alignsignals Align two signals by delaying earliest signal
finddelay Estimate delay(s) between signals

Objects

comm.Descrambler Descramble input signal
comm.Scrambler Scramble input signal

Blocks

Deinterlacer Distribute elements of input vector alternately between two output vectors
Derepeat Reduce sampling rate by averaging consecutive samples
解码器 Descramble input signal
发现延迟 Find delay between two signals
Interlacer Alternately select elements from two input vectors to generate output vector
Puncture Output elements that correspond to 1s in binary puncture vector
Scrambler Scramble input signal
Bit to Integer Converter Map vector of bits to corresponding vector of integers
Integer to Bit Converter Map vector of integers to vector of bits

Topics