<< lfsr_rx_init Linear Feedback State Register (LFSR) lfsr_rx_reset >>

comm_tbx >> Symbol generation > Linear Feedback State Register (LFSR) > lfsr_rx_process

lfsr_rx_process

LFSR receiver implementation

Calling Sequence

lfsr = lfsr_rx_process(lfsr, x)

Parameters

lfsr:

LFSR object

x:

input binary sequence

Description

The receiver can be in one of the following states:

At the beginning, the receiver is unsynchronized, and switch to synchronized mode if the error rate goes below a fixed threshold. In synchronized state, the receiver can also go back to unsynchronized state if the detected error rate is too high.

See also

Authors


Report an issue
<< lfsr_rx_init Linear Feedback State Register (LFSR) lfsr_rx_reset >>