Correlative Coding – Modified Duobinary Signaling

Modified Duobinary Signaling is an extension of duobinary signaling. It has the advantage of zero PSD at low frequencies (especially at DC ) that is suitable for channels with poor DC response. It correlates two symbols that are 2T time instants apart, whereas in duobinary signaling, symbols that are 1T apart are correlated.

The general condition to achieve zero ISI is given by

p(nT)=\begin{cases} 1,\quad n=0\\ 0,\quad n \neq 0 \end{cases}

As discussed in a previous article, in correlative coding , the requirement of zero ISI condition is relaxed as a controlled amount of ISI is introduced in the transmitted signal and is counteracted in the receiver side

In the case of modified duobinary signaling, the above equation is modified as

p(nT)=\begin{cases} 1,\quad n=0,2\\ 0,\quad otherwise \end{cases}

which states that the ISI is limited to two alternate samples. Here a controlled or “deterministic” amount of ISI is introduced and hence its effect can be removed upon signal detection at the receiver.

Modified Duobinary Signaling:

The following figure shows the modified duobinary signaling scheme (click to enlarge).

Modified DuoBinary Signaling
Modified DuoBinary Signaling

Encoding Process:

1) an = binary input bit; an ∈ {0,1}.
2) bn = NRZ polar output of Level converter in the precoder and is given by,

b_{n}=\begin{cases} -d,\quad if\;a_{k}=0 \\ +d,\quad if\; a_{k}=1 \end{cases}

where ak is the precoded output (before level converter).

3) yn can be represented as

y_{n}=b_{n}+b_{n-2}=\begin{cases} \;2d , \quad if \;a_{k}=a_{k-2}=1\\ \;\;0 , \quad if \; a_{k}\neq a_{k-2}\\ -2d , \quad if \; a_{k}=a_{k-2}=0 \end{cases}

Note that the samples bn are uncorrelated ( i.e either +d for “1” or -d for “0” input). On the other-hand,the samples yn are correlated ( i.e. there are three possible values +2d,0,-2d depending on ak and ak-2). Meaning that the modified duobinary encoding correlates present sample ak and the previous input sample ak-2.

4) From the diagram,impulse response of the modified duobinary encoder is computed as

h(t)=sinc \left( \frac{t}{T} \right )-sinc \left( \frac{t-2T}{T} \right)

Decoding Process:

5) The receiver consists of a modified duobinary decoder and a postcoder (inverse of precoder). The decoder implements the following equation (which can be deduced from the equation given under step 3 (see above))

\hat{b}_{n}=y_{n}-\hat{b}_{n-2}

This equation indicates that the decoding process is prone to error propagation as the estimate of present sample relies on the estimate of previous sample. This error propagation is avoided by using a precoder before modified-duobinary encoder at the transmitter and a postcoder after the modified-duobinary decoder. The precoder ties the present sample and the sample that precedes the previous sample ( correlates these two samples) and the postcoder does the reverse process.

6) The entire process of modified-duobinary decoding and the postcoding can be combined together as one algorithm. The following decision rule is used for detecting the original modified-duobinary signal samples {an} from {yn}

\begin{matrix} if \; y_{n} \leq d , \;\; then \; \hat{a}_{n}=0\\ if \; y_{n} \geq d , \;\; then \; \hat{a}_{n}=1\\ if \; y_{n}=0 , \;\; randomly \; guess \; \hat{a}_{n} \end{matrix}

Matlab code:

Check this book for full Matlab code.
Wireless Communication Systems in Matlab – by Mathuranathan Viswanathan

Simulation Results:

To know more on the simulation and results – visit this page – “Partial response signalling schemes – impulse and frequency responses”

Impulse response and frequency response of various Partial response (PR) signaling schemes
Impulse response and frequency response of various Partial response (PR) signaling schemes

Rate this post: PoorBelow averageAverageGoodExcellent (8 votes, average: 4.00 out of 5)

See also :

[1] Correlative Coding – Duobinary Signaling
[2] Introduction to Inter Symbol Interference

Recommended Books

Post your valuable comments !!!