Difference between revisions of "Digital Signal Transmission/Symbolwise Coding with Pseudo-Ternary Codes"

From LNTwww
 
(26 intermediate revisions by 2 users not shown)
Line 7: Line 7:
  
  
== General description of the pseudo multilevel codes ==
+
== General description of the pseudo-multilevel codes ==
 
<br>
 
<br>
In symbol-wise coding, each incoming source symbol &nbsp;$q_\nu$&nbsp; generates a code symbol &nbsp;$c_\nu$,&nbsp; which depends not only on the current input symbol &nbsp;$q_\nu$&nbsp; but also on the &nbsp;$N_{\rm C}$&nbsp; preceding symbols &nbsp;$q_{\nu-1}$, ... , $q_{\nu-N_{\rm C}} $.&nbsp; &nbsp;$N_{\rm C}$&nbsp; is referred to as the ''order''&nbsp; of the code.<br><br>
+
In symbolwise coding,&nbsp; each incoming source symbol &nbsp;$q_\nu$&nbsp; generates an encoder symbol &nbsp;$c_\nu$,&nbsp; which depends not only on the current input symbol &nbsp;$q_\nu$&nbsp; but also on the &nbsp;$N_{\rm C}$&nbsp; preceding symbols &nbsp;$q_{\nu-1}$, ... , $q_{\nu-N_{\rm C}} $.&nbsp; &nbsp;$N_{\rm C}$&nbsp; is referred to as the&nbsp; "order"&nbsp; of the code.<br>
  
Typical for a symbol-wise coding is that
+
Typical for symbolwise coding is that
*the symbol duration &nbsp;$T$&nbsp; of the encoder signal (and of the transmitted signal) matches the bit duration &nbsp;$T_{\rm B}$&nbsp; of the binary source signal, and
+
*the symbol duration &nbsp;$T$&nbsp; of the encoded signal&nbsp; (and of the transmitted signal)&nbsp; matches the bit duration &nbsp;$T_{\rm B}$&nbsp; of the binary source signal,&nbsp; and
coding and decoding do not lead to major time delays, which are unavoidable when block codes are used.<br><br>
 
  
The ''pseudo multilevel codes''&nbsp; &ndash; better known as ''Partial Response Codes''&nbsp; &ndash; are of special importance.<br>
+
*encoding and decoding do not lead to major time delays,&nbsp; which are unavoidable when block codes are used.<br><br>
  
In the following, only ''pseudo ternary codes'' &nbsp; &rArr; &nbsp;  level number &nbsp;$M = 3$&nbsp; are considered, which can be described by the block diagram corresponding to the left graph. In the right graph an equivalent circuit is given, which is very suitable for an analysis of these codes.
+
The&nbsp; "pseudo-multilevel codes"&nbsp; &ndash; better known as&nbsp; "partial response codes"&nbsp; &ndash;&nbsp; are of special importance.&nbsp; In the following,&nbsp; only&nbsp; "pseudo-ternary codes" &nbsp; &rArr; &nbsp;  level number &nbsp;$M = 3$&nbsp; are considered.&nbsp;
 +
*These can be described by the block diagram corresponding to the left graph.&nbsp;
 +
*In the right graph an equivalent circuit is given,&nbsp; which is very suitable for an analysis of these codes.
 +
 
 +
[[File:EN_Dig_T_2_4_S1_v23.png|right|frame|Block diagram&nbsp; (above)&nbsp; and equivalent circuit&nbsp; (below)&nbsp; of a pseudo-ternary encoder|class=fit]]
  
[[File:P_ID1343__Dig_T_2_4_S1_v1.png|center|frame|Block diagram and equivalent circuit of a pseudo ternary encoder|class=fit]]
 
  
 
One can see from the two representations:
 
One can see from the two representations:
*The pseudo ternary coder can be split into the nonlinear precoder and a linear coding network if &ndash; as shown in the right equivalent diagram &ndash; the delay by &nbsp;$N_{\rm C} \cdot T$&nbsp; and the weighting by &nbsp;$K_{\rm C}$&nbsp; are drawn twice for clarity.<br>
+
*The pseudo-ternary encoder can be split into the&nbsp; "non-linear pre-encoder"&nbsp; and the&nbsp; "linear coding network",&nbsp; if  the delay by &nbsp;$N_{\rm C} \cdot T$&nbsp; and the weighting by &nbsp;$K_{\rm C}$&nbsp; are drawn twice for clarity&nbsp; &ndash; as shown in the right equivalent figure.
  
*The ''nonlinear precoder''&nbsp; obtains the precoded symbols &nbsp;$b_\nu$, which are also binary, by a modulo&ndash;2 addition (''antivalence''&nbsp;) between the symbols &nbsp;$q_\nu$&nbsp; and &nbsp;$K_{\rm C} \cdot b_{\nu-N_{\rm C}} $:&nbsp;  
+
*The&nbsp; "non-linear pre-encoder"&nbsp; obtains the precoded symbols &nbsp;$b_\nu$,&nbsp; which are also binary,&nbsp; by a modulo&ndash;2 addition&nbsp; ("antivalence")&nbsp; between the symbols &nbsp;$q_\nu$&nbsp; and &nbsp;$K_{\rm C} \cdot b_{\nu-N_{\rm C}} $:&nbsp;  
 
:$$q_\nu \in \{-1, +1\},\hspace{0.1cm} K_{\rm C} \in \{-1,
 
:$$q_\nu \in \{-1, +1\},\hspace{0.1cm} K_{\rm C} \in \{-1,
 
+1\}\hspace{0.3cm}\Rightarrow \hspace{0.3cm}b_\nu \in \{-1,
 
+1\}\hspace{0.3cm}\Rightarrow \hspace{0.3cm}b_\nu \in \{-1,
 
+1\}\hspace{0.05cm}.$$
 
+1\}\hspace{0.05cm}.$$
*Like the source symbols &nbsp;$q_\nu$,&nbsp; the symbols &nbsp;$b_\nu$&nbsp; are statistically independent of each other. Thus, the precoder does not add any redundancy. However, it allows a simpler realization of the decoder and prevents error propagation after a transmission error.<br>
+
*Like the source symbols &nbsp;$q_\nu$,&nbsp; the symbols &nbsp;$b_\nu$&nbsp; are statistically independent of each other.&nbsp; Thus,&nbsp; the pre-encoder does not add any redundancy.&nbsp; However,&nbsp; it allows a simpler realization of the decoder and prevents error propagation after a transmission error.<br>
  
*The actual recoding from binary &nbsp;$(M_q = 2)$&nbsp; to ternary &nbsp;$(M = M_c = 3)$&nbsp; is done by the ''linear coding network''&nbsp; by the conventional subtraction
+
*The actual encoding from binary &nbsp;$(M_q = 2)$&nbsp; to ternary &nbsp;$(M = M_c = 3)$&nbsp; is done by the&nbsp; "linear coding network"&nbsp; by the conventional subtraction
 
:$$c(t) ={1}/{2} \cdot \big [b(t) - K_{\rm C} \cdot b(t- N_{\rm
 
:$$c(t) ={1}/{2} \cdot \big [b(t) - K_{\rm C} \cdot b(t- N_{\rm
 
C}\cdot T)\big]  \in \{-1, \ 0, +1\}\hspace{0.05cm},$$
 
C}\cdot T)\big]  \in \{-1, \ 0, +1\}\hspace{0.05cm},$$
  
:which can be described by the following &nbsp;[[Linear_and_Time_Invariant_Systems/System_Description_in_Time_Domain#Impulse_response|impulse response]]&nbsp; or &nbsp;[[Linear_and_Time_Invariant_Systems/System_Description_in_Frequency_Domain#Frequency_response_.E2.80.93_Transfer_function|transfer function]]&nbsp; with respect to the input signal &nbsp;$b(t)$&nbsp; and the input signal &nbsp;$c(t)$:&nbsp;  
+
:which can be described by the following &nbsp;[[Linear_and_Time_Invariant_Systems/System_Description_in_Time_Domain#Impulse_response|"impulse response"]]&nbsp; resp. &nbsp;[[Linear_and_Time_Invariant_Systems/System_Description_in_Frequency_Domain#Frequency_response_.E2.80.93_Transfer_function|"transfer function"]]&nbsp; with respect to the input signal &nbsp;$b(t)$&nbsp; and the output signal &nbsp;$c(t)$:&nbsp;  
 
:$$h_{\rm C}(t) =  {1}/{2} \cdot \big [\delta(t) - K_{\rm C} \cdot \delta(t- N_{\rm
 
:$$h_{\rm C}(t) =  {1}/{2} \cdot \big [\delta(t) - K_{\rm C} \cdot \delta(t- N_{\rm
 
C}\cdot T)\big] \ \ \ \circ\!\!-\!\!\!-\!\!\!-\!\!\bullet\ \ \ H_{\rm C}(f) ={1}/{2} \cdot \left [1 - K_{\rm C} \cdot {\rm e}^{- {\rm j}\hspace{0.05cm}\cdot\hspace{0.05cm} 2\pi \hspace{0.05cm}\cdot \hspace{0.05cm}N_{\rm C}\hspace{0.05cm}\cdot \hspace{0.05cm}T}\right]\hspace{0.05cm}.  $$
 
C}\cdot T)\big] \ \ \ \circ\!\!-\!\!\!-\!\!\!-\!\!\bullet\ \ \ H_{\rm C}(f) ={1}/{2} \cdot \left [1 - K_{\rm C} \cdot {\rm e}^{- {\rm j}\hspace{0.05cm}\cdot\hspace{0.05cm} 2\pi \hspace{0.05cm}\cdot \hspace{0.05cm}N_{\rm C}\hspace{0.05cm}\cdot \hspace{0.05cm}T}\right]\hspace{0.05cm}.  $$
  
*The relative code redundancy is the same for all pseudo ternary codes. Substituting $M_q=2$, &nbsp;$M_c=3$&nbsp; and &nbsp;$T_c =T_q$&nbsp; into the &nbsp;[[Digital_Signal_Transmission/Redundancy-Free_Coding#Blockwise_coding_vs._symbolwise_coding|general definition equation]],&nbsp; we obtain
+
*The relative redundancy is the same for all pseudo-ternary codes.&nbsp; Substituting&nbsp; $M_q=2$, &nbsp;$M_c=3$&nbsp; and &nbsp;$T_c =T_q$&nbsp; into the &nbsp;[[Digital_Signal_Transmission/Redundancy-Free_Coding#Symbolwise_coding_vs._blockwise_coding|"general definition equation"]],&nbsp; we obtain
 
:$$r_c = 1- \frac{R_q}{R_c} = 1- \frac{T_c}{T_q} \cdot \frac{{\rm log_2}\hspace{0.05cm} (M_q)}{{\rm log_2} \hspace{0.05cm}(M_c)} = 1- \frac{T_c}{T_q \cdot {\rm log_2} \hspace{0.05cm}(M_c)}\hspace{0.5cm}\Rightarrow  \hspace{0.5cm} r_c = 1 -1/\log_2\hspace{0.05cm}(3) \approx 36.9 \%\hspace{0.05cm}.$$
 
:$$r_c = 1- \frac{R_q}{R_c} = 1- \frac{T_c}{T_q} \cdot \frac{{\rm log_2}\hspace{0.05cm} (M_q)}{{\rm log_2} \hspace{0.05cm}(M_c)} = 1- \frac{T_c}{T_q \cdot {\rm log_2} \hspace{0.05cm}(M_c)}\hspace{0.5cm}\Rightarrow  \hspace{0.5cm} r_c = 1 -1/\log_2\hspace{0.05cm}(3) \approx 36.9 \%\hspace{0.05cm}.$$
  
 
{{BlaueBox|TEXT=   
 
{{BlaueBox|TEXT=   
$\text{Conclusion:}$&nbsp; If the NRZ rectangle is assumed for the basic transmission pulse $g_s(t)$, the '''transmitted signal of all pseudoternary codes''' is:
+
$\text{Conclusion:}$&nbsp; If the NRZ rectangle is assumed for the basic transmission pulse&nbsp; $g_s(t)$,&nbsp; the&nbsp; '''transmitted signal of all pseudo-ternary codes''' is:
 
:$$s(t) = \sum_{\nu = -\infty}^{+\infty} a_\nu \cdot g_s ( t - \nu \cdot T)\hspace{0.05cm}.$$
 
:$$s(t) = \sum_{\nu = -\infty}^{+\infty} a_\nu \cdot g_s ( t - \nu \cdot T)\hspace{0.05cm}.$$
This is both ''ternary'' &nbsp; &rArr; &nbsp; $a_\nu \in \{-1, \ 0, +1\}$ and ''redundant'' &nbsp; &rArr; &nbsp; statistical ties between the $a_\nu$.}}
+
*This is both&nbsp; "ternary" &nbsp; &rArr; &nbsp; $a_\nu \in \{-1, \ 0, +1\}$&nbsp; and&nbsp; "redundant"' &nbsp; &rArr; &nbsp; statistical ties between the&nbsp; $a_\nu$.}}
  
 
== Properties of the AMI code==
 
== Properties of the AMI code==
 
<br>
 
<br>
The individual pseudo ternary codes differ in the &nbsp;$N_{\rm C}$&nbsp; and &nbsp;$K_{\rm C}$ parameters.  
+
The individual pseudo-ternary codes differ in the &nbsp;$N_{\rm C}$&nbsp; and &nbsp;$K_{\rm C}$ parameters.&nbsp; The best-known representative is the&nbsp; '''first-order bipolar code'''&nbsp; with the code parameters
 +
:*&nbsp;$N_{\rm C} = 1$,&nbsp;
 +
:*&nbsp;$K_{\rm C} = 1$,
 +
 
 +
 
 +
which is also known as&nbsp;  '''AMI code'''&nbsp;  (from: "Alternate Mark Inversion").&nbsp; This is used e.g. with &nbsp;[[Examples_of_Communication_Systems/Allgemeine_Beschreibung_von_ISDN|"ISDN"]]&nbsp; ("Integrated Services Digital Networks")&nbsp; on the so-called&nbsp; $S_0$&nbsp; interface.
 +
 
 +
[[File:EN_Dig_T_2_4_S2a.png|right|frame|Signals with AMI coding and HDB3 coding|class=fit]]
 +
*The graph above shows the binary source signal &nbsp;$q(t)$.
 +
 +
*The second and third diagrams show:
 +
:* the likewise binary signal &nbsp;$b(t)$&nbsp; after the pre-encoder,&nbsp; and
 +
 
 +
:* the encoded signal &nbsp;$c(t) = s(t)$&nbsp; of the AMI code.
  
The best-known representative is the '''first-order bipolar code''' with the code parameters &nbsp;$N_{\rm C} = 1$&nbsp; and &nbsp;$K_{\rm C} = 1$, which is also known as the  '''AMI code'''  (from: ''Alternate Mark Inversion''). This is used, for example, with &nbsp;[[Examples_of_Communication_Systems/Allgemeine_Beschreibung_von_ISDN|ISDN]]&nbsp; (''Integrated Services Digital Networks'') on the so-called $S_0$ interface.
 
  
[[File:P_ID1346__Dig_T_2_4_S2a_v1.png|right|frame|Signals with AMI and HDB3 coding|class=fit]]
+
One can see the simple AMI encoding principle:
The graph above shows the binary source signal &nbsp;$q(t)$. The second and third diagrams show:
+
#Each binary value&nbsp; "&ndash;1"&nbsp; of the source signal&nbsp; $q(t)$  &nbsp; &rArr; &nbsp;  symbol &nbsp;$\rm L$&nbsp; is encoded by the ternary amplitude coefficient &nbsp;$a_\nu = 0$.&nbsp; <br><br>
* the likewise binary signal &nbsp;$b(t)$&nbsp; after the precoder, and
+
#The binary value&nbsp; "+1"&nbsp; of the source signal&nbsp; $q(t)$ &nbsp; &rArr; &nbsp;  symbol &nbsp;$\rm H$&nbsp; is alternately represented by &nbsp;$a_\nu = +1$&nbsp; and &nbsp;$a_\nu = -1$.&nbsp; <br><br>
* the encoder signal &nbsp;$c(t) = s(t)$&nbsp; of the AMI code.
 
  
 +
This ensures that the AMI encoded signal does not contain any &nbsp; "long sequences"<br>
 +
* &nbsp; $ \langle c_\nu \rangle =  \langle \text{...}, +1, +1, +1, +1, +1, \text{...}\rangle$ &nbsp; resp.
 +
* &nbsp; $ \langle c_\nu \rangle =  \langle \text{...}, -1, -1, -1, -1, -1, \text{...}\rangle$,
  
One can see the simple AMI coding principle:
 
*Each binary value "&ndash;1" of $q(t)$  &nbsp; &rArr; &nbsp;  symbol &nbsp;$\rm L$&nbsp; is encoded by the ternary amplitude coefficient &nbsp;$a_\nu = 0$.&nbsp; <br>
 
*The binary value "+1" of &nbsp;$q(t)$ &nbsp; &rArr; &nbsp;  symbol &nbsp;$\rm H$&nbsp; is alternately represented by &nbsp;$a_\nu = +1$&nbsp; and &nbsp;$a_\nu = -1$.&nbsp; <br><br>
 
  
This ensures that the AMI-coded signal does not contain any long "+1"&ndash; or "&ndash;1" sequences, which would lead to problems with a channel free of the same signal.  
+
which would lead to problems with a DC-free channel.  
  
On the other hand, the occurrence of long zero sequences is quite possible, where no clock information is transmitted over a longer period of time.
+
On the other hand,&nbsp; the occurrence of long zero sequences is quite possible,&nbsp; where no clock information is transmitted over a longer period of time.
 
<br clear = all>
 
<br clear = all>
To avoid this second problem, some modified AMI codes have been developed, for example the ''B6ZS code''&nbsp; and the ''HDB3 code'':
+
To avoid this second problem,&nbsp; some modified AMI codes have been developed, for example the&nbsp; "B6ZS code"&nbsp; and the&nbsp; "HDB3 code":
*In the '''HDB3 code'''&nbsp; (green curve in the above graphic), four consecutive zeros in the AMI-coded signal are replaced by a subsequence that violates the AMI coding rule.<br>
+
*In the&nbsp; '''HDB3 code'''&nbsp; (green curve in the graphic),&nbsp; four consecutive zeros in the AMI encoded signal are replaced by a subsequence that violates the AMI encoding rule.<br>
  
*In the gray shaded area, this is the sequence "+ 0 0 +", since the last symbol before the replacement was a "minus".<br>
+
*In the gray shaded area,&nbsp; this is the sequence&nbsp; "$+\ 0\ 0\ +$",&nbsp; since the last symbol before the replacement was a&nbsp; "minus".<br>
  
*This limits the number of consecutive zeros to &nbsp;$3$&nbsp; for the HDB3 code and to &nbsp;$5$ for the &nbsp;[https://www.itwissen.info/en/bipolar-with-six-zero-substitution-B6ZS-121675.html#gsc.tab=0 B6ZS Code].&nbsp;  
+
*This limits the number of consecutive zeros to &nbsp; $3$ &nbsp; for the HDB3 code and to &nbsp; $5$ &nbsp; for the &nbsp;[https://www.itwissen.info/en/bipolar-with-six-zero-substitution-B6ZS-121675.html#gsc.tab=0 "B6ZS code"].&nbsp;
*The decoder detects this code violation and replaces "+ 0 0 +" with "0 0 0 0" again.<br>
+
 +
*The decoder detects this code violation and replaces "$+\ 0\ 0\ +$" with "$0\ 0\ 0\ 0$" again.<br>  
  
 
==  Power-spectral density of the AMI code==
 
==  Power-spectral density of the AMI code==
 
<br>
 
<br>
The frequency response of the linear code network of a pseudo ternary code is generally:
+
The frequency response of the linear code network of a pseudo-ternary code is generally:
 
:$$H_{\rm C}(f) = {1}/{2} \cdot \big [1 - K_{\rm C} \cdot {\rm
 
:$$H_{\rm C}(f) = {1}/{2} \cdot \big [1 - K_{\rm C} \cdot {\rm
 
e}^{-{\rm j}\hspace{0.03cm}\cdot \hspace{0.03cm}
 
e}^{-{\rm j}\hspace{0.03cm}\cdot \hspace{0.03cm}
Line 86: Line 100:
 
\big ]\hspace{0.05cm}.$$
 
\big ]\hspace{0.05cm}.$$
  
This gives the power-spectral density (PSD) amplitude coefficients &nbsp;$(K$&nbsp; and &nbsp;$\alpha$&nbsp; are abbreviations according to the above equation$)$:
+
This gives the power-spectral density&nbsp; $\rm (PSD)$&nbsp; of the amplitude coefficients &nbsp;$(K$&nbsp; and &nbsp;$\alpha$&nbsp; are abbreviations according to the above equation$)$:
 
:$$  {\it \Phi}_a(f)  =  | H_{\rm C}(f)|^2 =  \frac{\big [1 - K \cos
 
:$$  {\it \Phi}_a(f)  =  | H_{\rm C}(f)|^2 =  \frac{\big [1 - K \cos
 
   (\alpha) + {\rm j}\cdot K \sin  (\alpha) \big ] \big [1 - K  \cos
 
   (\alpha) + {\rm j}\cdot K \sin  (\alpha) \big ] \big [1 - K  \cos
Line 97: Line 111:
 
\varphi_a(\lambda \cdot T)\hspace{0.05cm}.$$
 
\varphi_a(\lambda \cdot T)\hspace{0.05cm}.$$
  
In particular, for the power-spectral density (PSD) of the AMI code $(N_{\rm C} = K_{\rm C} = 1)$, we obtain:
+
In particular,&nbsp; for the power-spectral density of the AMI code&nbsp; $(N_{\rm C} = K_{\rm C} = 1)$,&nbsp; we obtain:
 
:$${\it \Phi}_a(f)  =  {1}/{2} \cdot \big [1 - \cos
 
:$${\it \Phi}_a(f)  =  {1}/{2} \cdot \big [1 - \cos
 
   (2\pi  f    T)\big ] = \sin^2
 
   (2\pi  f    T)\big ] = \sin^2
Line 103: Line 117:
  
 
The graph shows
 
The graph shows
*the PSD &nbsp;${\it \Phi}_a(f)$&nbsp; of the amplitude coefficients (red curve), and<br>
+
*the PSD &nbsp;${\it \Phi}_a(f)$&nbsp; of the amplitude coefficients&nbsp; (red curve),&nbsp; and<br>
*the PSD &nbsp;${\it \Phi}_s(f)$&nbsp; of the total transmitted signal (blue), valid for NRZ rectangular pulses.<br>
+
 
 +
*the PSD &nbsp;${\it \Phi}_s(f)$&nbsp; of the total transmitted signal&nbsp; (blue),&nbsp; valid for NRZ rectangular pulses.<br>
  
  
 
One recognizes from this representation
 
One recognizes from this representation
*the equality of the AMI code, since &nbsp;${\it \Phi}_a(f = 0) = {\it \Phi}_s(f = 0) = 0$.&nbsp; <br>
+
*that the AMI code has no DC component,&nbsp; since &nbsp;${\it \Phi}_a(f = 0) = {\it \Phi}_s(f = 0) = 0$,&nbsp; <br>
*the power &nbsp;$P_{\rm S} = s_0^2/2$&nbsp; of the AMI-coded transmitted signal (integral over &nbsp;${\it \Phi}_s(f)$&nbsp; from &nbsp;$- \infty$&nbsp; to &nbsp;$+\infty$).
 
  
 +
*the power &nbsp;$P_{\rm S} = s_0^2/2$&nbsp; of the AMI-coded transmitted signal&nbsp; $($integral over &nbsp;${\it \Phi}_s(f)$&nbsp; from &nbsp;$- \infty$&nbsp; to &nbsp;$+\infty)$.
  
''Notes:''
+
 
 +
Notes:
 
*The PSD of the HDB3 and B6ZS codes differs only slightly from that of the AMI code.<br>
 
*The PSD of the HDB3 and B6ZS codes differs only slightly from that of the AMI code.<br>
*You can use the interactive applet &nbsp;[[Applets:Pseudoternaercodierung|Signals, ACF, and PSD of pseudo ternary codes]]&nbsp; to clarify the topic discussed here.
+
 
 +
*You can use the&nbsp; (German language)&nbsp; SWF applet &nbsp;[[Applets:Pseudoternaercodierung|"Signals, ACF, and PSD of pseudo-ternary codes"]]&nbsp; to clarify the topic discussed here.
  
  
 
== Properties of the duobinary code ==
 
== Properties of the duobinary code ==
 
<br>
 
<br>
 +
The&nbsp; '''duobinary code'''&nbsp; is defined by the code parameters &nbsp;$N_{\rm C} = 1$&nbsp; and &nbsp;$K_{\rm C} = -1$.&nbsp; This gives the power-spectral density&nbsp; $\rm (PSD)$&nbsp; of the amplitude coefficients and the PSD of the transmitted signal:
 
[[File:P_ID1348__Dig_T_2_4_S3b_v1.png|right|frame|Power-spectral density of the duobinary code|right|class=fit]]
 
[[File:P_ID1348__Dig_T_2_4_S3b_v1.png|right|frame|Power-spectral density of the duobinary code|right|class=fit]]
The '''duobinary code''' is defined by the code parameters &nbsp;$N_{\rm C} = 1$&nbsp; and &nbsp;$K_{\rm C} = -1$.&nbsp; This gives the power-spectral density (PSD) of the amplitude coefficients or the PSD of the transmitted signal:
 
  
 
:$${\it \Phi}_a(f) ={1}/{2} \cdot \big [1 + \cos
 
:$${\it \Phi}_a(f) ={1}/{2} \cdot \big [1 + \cos
Line 132: Line 149:
 
The graph shows the power-spectral density
 
The graph shows the power-spectral density
 
*of the amplitude coefficients &nbsp; &#8658; &nbsp; ${\it \Phi}_a(f)$&nbsp;  as a red curve,<br>
 
*of the amplitude coefficients &nbsp; &#8658; &nbsp; ${\it \Phi}_a(f)$&nbsp;  as a red curve,<br>
 +
 
*of the total transmitted signal &nbsp; &#8658; &nbsp; ${\it \Phi}_s(f)$&nbsp; as a blue curve.<br><br>
 
*of the total transmitted signal &nbsp; &#8658; &nbsp; ${\it \Phi}_s(f)$&nbsp; as a blue curve.<br><br>
  
In the second graph, the signals &nbsp;$q(t)$, &nbsp;$b(t)$&nbsp; and &nbsp;$c(t) = s(t)$&nbsp; are sketched. We refer here again to the &nbsp;[[Applets:Pseudoternaercodierung|Signals, ACF and PSD of pseudo ternary codes]], which also clarifies the properties of the duobinary code.
+
In the second graph,&nbsp; the signals &nbsp;$q(t)$, &nbsp;$b(t)$&nbsp; and &nbsp;$c(t) = s(t)$&nbsp; are sketched. We refer here again to the&nbsp; (German language)&nbsp; SWF applet &nbsp;[[Applets:Pseudoternaercodierung|"Signals, ACF, and PSD of pseudo-ternary codes"]],&nbsp; which also clarifies the duobinary code.
 +
 
 
[[File:P_ID1349__Dig_T_2_4_S3a_v2.png|left|frame|Signals in duobinary coding|class=fit]]   
 
[[File:P_ID1349__Dig_T_2_4_S3a_v2.png|left|frame|Signals in duobinary coding|class=fit]]   
<br><br>From these illustrations it is clear:
+
<br><br><br><br><br><br>From these illustrations it is clear:
*In the duobinary code, any number of symbols with the same polarity ("+1" or "&ndash;1") can directly succeed each other.
+
*In the duobinary code,&nbsp; any number of symbols with same polarity&nbsp; ("+1"&nbsp; or&nbsp; "&ndash;1")&nbsp; can directly succeed each other &nbsp; &rArr;  &nbsp; ${\it \Phi}_a(f = 0)=1$,&nbsp; ${\it \Phi}_s(f = 0) = 1/2 \cdot s_0^2 \cdot T$.<br>
*Therefore, &nbsp;${\it \Phi}_a(f = 0)=1$&nbsp; and &nbsp;${\it \Phi}_s(f = 0) = 1/2 \cdot s_0^2 \cdot T$.<br>
+
 
*In contrast, for the duobinary code, the alternating sequence  " ... , +1, &ndash;1, +1, &ndash;1, +1, ... "  does not occur, which is particularly disturbing with respect to intersymbol interference.
+
*In contrast,&nbsp; for the duobinary code,&nbsp; the alternating sequence&nbsp; "... , +1, &ndash;1, +1, &ndash;1, +1, ..."&nbsp; does not occur,&nbsp; which is particularly disturbing with respect to intersymbol interference.&nbsp; Therefore,&nbsp; in the duobinary code: &nbsp;${\it \Phi}_s(f = 1/(2T) = 0$.<br>
*Therefore, in the duobinary code: &nbsp;${\it \Phi}_s(f = 1/(2T) = 0$.<br>
+
 
*The power-spectral density &nbsp;${\it \Phi}_s(f)$&nbsp; of the pseudoternary duobinary code is identical to the PSD with redundancy-free binary coding at half rate $($symbol duration &nbsp;$2T)$.<br>
+
*The power-spectral density &nbsp;${\it \Phi}_s(f)$&nbsp; of the pseudo-ternary duobinary code is identical to the PSD with redundancy-free binary coding at half rate $($symbol duration &nbsp;$2T)$.<br>
 
<br clear= all>
 
<br clear= all>
  
== Error probability of the pseudo ternary codes ==
+
== Error probability of the pseudo-ternary codes ==
 
<br>
 
<br>
[[File:P_ID1350__Dig_T_2_4_S4_v1.png|right|frame|Eye diagrams for AMI, duobinary and 4B3T coding|class=fit]]
+
The graph shows the &nbsp;[[Digital_Signal_Transmission/Error_Probability_with_Intersymbol_Interference#Definition_and_statements_of_the_eye_diagram|"eye diagrams"]]&nbsp; ('''without''' noise) when using
The graph shows the &nbsp;[[Digital_Signal_Transmission/Error_Probability_with_Intersymbol_Interference#Definition_and_statements_of_the_eye_diagram|eye diagrams]]&nbsp; ('''without''' noise) when using
+
[[File:EN_Dig_T_2_4_S4.png|right|frame|Eye diagrams for AMI, duobinary and 4B3T coding|class=fit]]
*AMI code (left)
+
#the AMI code (left),
*and duobinary code (center)  
+
#the  duobinary code (center),
*compared to the 4B3T code (right).  
+
#the 4B3T code (right).
 +
 
 +
 
 +
The same assumptions apply as on the section &nbsp;[[Digital_Signal_Transmission/Block_Coding_with_4B3T_Codes#Error_probability_of_the_4B3T_codes|"Error probability of the 4B3T codes"]].&nbsp; In particular:
 +
*The system comparison is made under&nbsp; "peak constraint".&nbsp; Therefore,&nbsp; we use the rectangular basic transmission pulse.<br>
 +
 
 +
*The overall frequency response shows a raised cosine with best possible rolloff factor &nbsp;$r = 0.8$.&nbsp;
 +
 
 +
*The noise power &nbsp;$\sigma_d^2$&nbsp; is thus &nbsp;$12\%$&nbsp; larger than with the matched filter&nbsp; (global optimum).
  
  
The same assumptions apply as on the section &nbsp;[[Digital_Signal_Transmission/Block_Coding_with_4B3T_Codes#Error_probability_of_the_4B3T_codes|Error probability of the 4B3T codes]]. In particular:
 
*Cosine rolloff characteristics of the overall frequency response (of transmitter and receiver) with rolloff factor $r = 0.8$.
 
<br clear=all>
 
 
The results can be interpreted as follows:
 
The results can be interpreted as follows:
  
*One can see in the left graph that for the AMI code the horizontal lines at &nbsp;$+s_0$&nbsp; and  &nbsp;$-s_0$&nbsp; are missing (equal signal freedom!), while for the duobinary code (middle graph) no transitions from &nbsp;$+s_0$&nbsp; to &nbsp;$-s_0$&nbsp; (and vice versa) are possible. With the 4B3T code, you can see clearly more lines in the eye diagram than in the two left pictures. The redundancy-free ternary code would give almost the same result.<br>
+
*One can see in the left graph that for the AMI code the horizontal lines at &nbsp;$+s_0$&nbsp; and  &nbsp;$-s_0$&nbsp; are missing&nbsp; (DC signal freedom!),&nbsp; while for the duobinary code&nbsp; (middle graph)&nbsp; no transitions from &nbsp;$+s_0$&nbsp; to &nbsp;$-s_0$&nbsp; (and vice versa)&nbsp; are possible.  
  
*On the page quoted above, the symbol error probability of the 4B3T code for the power parameter &nbsp;$10 \cdot \lg \hspace{0.05cm}(s_0^2 \cdot T/N_0) = 13 \ \rm dB$&nbsp; (valid for peak limitation!) was calculated as follows:
+
*With the 4B3T code,&nbsp; you can see clearly more lines in the eye diagram than in the two left pictures.&nbsp; The redundancy-free ternary code would give almost the same result.<br>
 +
 
 +
*In the section quoted above,&nbsp; the symbol error probability of the 4B3T code for the parameter &nbsp;$10 \cdot \lg \hspace{0.05cm}(s_0^2 \cdot T/N_0) = 13 \ \rm dB$&nbsp; was calculated as follows:
 
:$${ \sigma_d}/{s_0} = 0.145 \hspace{0.3cm}\Rightarrow \hspace{0.3cm}
 
:$${ \sigma_d}/{s_0} = 0.145 \hspace{0.3cm}\Rightarrow \hspace{0.3cm}
 
  p_{\rm S} = {4}/{3} \cdot {\rm Q} \left( \frac{s_0/2}{ \sigma_d} \right) \approx
 
  p_{\rm S} = {4}/{3} \cdot {\rm Q} \left( \frac{s_0/2}{ \sigma_d} \right) \approx
 
{4}/{3} \cdot {\rm Q} \left( 3.45 \right) = 3.7 \cdot 10^{-4}
 
{4}/{3} \cdot {\rm Q} \left( 3.45 \right) = 3.7 \cdot 10^{-4}
 
  \hspace{0.05cm}.$$
 
  \hspace{0.05cm}.$$
 
+
*Using a pseudo-ternary code results in a larger error probability because here the noise rms value is not reduced compared to redundancy-free binary coding:
*Using a pseudo ternary code results in a larger error probability because here the noise rms value is not reduced compared to redundancy-free binary coding:
 
 
:$${ \sigma_d}/{s_0} = 0.167 \hspace{0.3cm}\Rightarrow \hspace{0.3cm}
 
:$${ \sigma_d}/{s_0} = 0.167 \hspace{0.3cm}\Rightarrow \hspace{0.3cm}
 
  p_{\rm S} = {4}/{3} \cdot {\rm Q} \left( \frac{s_0/2}{ \sigma_d} \right) \approx
 
  p_{\rm S} = {4}/{3} \cdot {\rm Q} \left( \frac{s_0/2}{ \sigma_d} \right) \approx
 
{4}/{3} \cdot {\rm Q} \left( 3 \right) = 1.8 \cdot 10^{-3}
 
{4}/{3} \cdot {\rm Q} \left( 3 \right) = 1.8 \cdot 10^{-3}
 
  \hspace{0.05cm}.$$
 
  \hspace{0.05cm}.$$
 
+
*When the Nyquist condition is satisfied,&nbsp; the AMI and duobinary codes do not differ in terms of error probability despite completely different eye diagrams.&nbsp; But as will be shown in the section &nbsp;[[Digital_Signal_Transmission/Intersymbol_Interference_for_Multi-Level_Transmission#Eye_opening_for_the_pseudo_ternary_codes|"Eye opening for the pseudo-ternary codes"]],&nbsp; the error behavior of these codes differs extremely whenever &nbsp;[[Digital_Signal_Transmission/Ursachen_und_Auswirkungen_von_Impulsinterferenzen|"intersymbol interference"]]&nbsp; plays a role.<br>
*When the Nyquist condition is satisfied, the AMI and duobinary codes do not differ in terms of error probability despite completely different eye diagrams.<br>
 
 
 
*However, as will be shown in the section &nbsp;[[Digital_Signal_Transmission/Intersymbol_Interference_for_Multi-Level_Transmission#Eye_opening_for_the_pseudoternary_codes|eye opening for the pseudoternary codes]],&nbsp; the error behavior of the two codes is extremely different whenever &nbsp;[[Digital_Signal_Transmission/Ursachen_und_Auswirkungen_von_Impulsinterferenzen|intersymbol interference]]&nbsp; plays a role.<br>
 
  
  
 
==Exercises for the chapter==
 
==Exercises for the chapter==
 
<br>
 
<br>
[[Aufgaben:2.7 AMI-Code|Aufgabe 2.7: AMI-Code]]
+
[[Aufgaben:Exercise_2.7:_AMI_Code|Exercise 2.7: AMI Code]]
  
[[Aufgaben:2.7Z_Leistungsdichtespektren_der_Pseudoternärcodes|Aufgabe 2.7Z: Leistungsdichtespektren der Pseudoternärcodes]]
+
[[Aufgaben:Exercise_2.7Z:_Power-Spectral_Density_of_Pseudo-Ternary_Codes|Exercise 2.7Z: Power-Spectral Density of Pseudo-Ternary Codes]]
  
[[Aufgaben:2.8_Vergleich_von_Binärcode,_AMI-Code_und_4B3T-Code|Aufgabe 2.8: Vergleich von Binärcode, AMI-Code und 4B3T-Code]]
+
[[Aufgaben:Exercise_2.8:_Code_Comparison_Binary,_AMI_and_4B3T|Exercise 2.8: Code Comparison Binary, AMI and 4B3T]]
  
 
{{Display}}
 
{{Display}}

Latest revision as of 00:47, 23 March 2023


General description of the pseudo-multilevel codes


In symbolwise coding,  each incoming source symbol  $q_\nu$  generates an encoder symbol  $c_\nu$,  which depends not only on the current input symbol  $q_\nu$  but also on the  $N_{\rm C}$  preceding symbols  $q_{\nu-1}$, ... , $q_{\nu-N_{\rm C}} $.   $N_{\rm C}$  is referred to as the  "order"  of the code.

Typical for symbolwise coding is that

  • the symbol duration  $T$  of the encoded signal  (and of the transmitted signal)  matches the bit duration  $T_{\rm B}$  of the binary source signal,  and
  • encoding and decoding do not lead to major time delays,  which are unavoidable when block codes are used.

The  "pseudo-multilevel codes"  – better known as  "partial response codes"  –  are of special importance.  In the following,  only  "pseudo-ternary codes"   ⇒   level number  $M = 3$  are considered. 

  • These can be described by the block diagram corresponding to the left graph. 
  • In the right graph an equivalent circuit is given,  which is very suitable for an analysis of these codes.
Block diagram  (above)  and equivalent circuit  (below)  of a pseudo-ternary encoder


One can see from the two representations:

  • The pseudo-ternary encoder can be split into the  "non-linear pre-encoder"  and the  "linear coding network",  if the delay by  $N_{\rm C} \cdot T$  and the weighting by  $K_{\rm C}$  are drawn twice for clarity  – as shown in the right equivalent figure.
  • The  "non-linear pre-encoder"  obtains the precoded symbols  $b_\nu$,  which are also binary,  by a modulo–2 addition  ("antivalence")  between the symbols  $q_\nu$  and  $K_{\rm C} \cdot b_{\nu-N_{\rm C}} $: 
$$q_\nu \in \{-1, +1\},\hspace{0.1cm} K_{\rm C} \in \{-1, +1\}\hspace{0.3cm}\Rightarrow \hspace{0.3cm}b_\nu \in \{-1, +1\}\hspace{0.05cm}.$$
  • Like the source symbols  $q_\nu$,  the symbols  $b_\nu$  are statistically independent of each other.  Thus,  the pre-encoder does not add any redundancy.  However,  it allows a simpler realization of the decoder and prevents error propagation after a transmission error.
  • The actual encoding from binary  $(M_q = 2)$  to ternary  $(M = M_c = 3)$  is done by the  "linear coding network"  by the conventional subtraction
$$c(t) ={1}/{2} \cdot \big [b(t) - K_{\rm C} \cdot b(t- N_{\rm C}\cdot T)\big] \in \{-1, \ 0, +1\}\hspace{0.05cm},$$
which can be described by the following  "impulse response"  resp.  "transfer function"  with respect to the input signal  $b(t)$  and the output signal  $c(t)$: 
$$h_{\rm C}(t) = {1}/{2} \cdot \big [\delta(t) - K_{\rm C} \cdot \delta(t- N_{\rm C}\cdot T)\big] \ \ \ \circ\!\!-\!\!\!-\!\!\!-\!\!\bullet\ \ \ H_{\rm C}(f) ={1}/{2} \cdot \left [1 - K_{\rm C} \cdot {\rm e}^{- {\rm j}\hspace{0.05cm}\cdot\hspace{0.05cm} 2\pi \hspace{0.05cm}\cdot \hspace{0.05cm}N_{\rm C}\hspace{0.05cm}\cdot \hspace{0.05cm}T}\right]\hspace{0.05cm}. $$
  • The relative redundancy is the same for all pseudo-ternary codes.  Substituting  $M_q=2$,  $M_c=3$  and  $T_c =T_q$  into the  "general definition equation",  we obtain
$$r_c = 1- \frac{R_q}{R_c} = 1- \frac{T_c}{T_q} \cdot \frac{{\rm log_2}\hspace{0.05cm} (M_q)}{{\rm log_2} \hspace{0.05cm}(M_c)} = 1- \frac{T_c}{T_q \cdot {\rm log_2} \hspace{0.05cm}(M_c)}\hspace{0.5cm}\Rightarrow \hspace{0.5cm} r_c = 1 -1/\log_2\hspace{0.05cm}(3) \approx 36.9 \%\hspace{0.05cm}.$$

$\text{Conclusion:}$  If the NRZ rectangle is assumed for the basic transmission pulse  $g_s(t)$,  the  transmitted signal of all pseudo-ternary codes is:

$$s(t) = \sum_{\nu = -\infty}^{+\infty} a_\nu \cdot g_s ( t - \nu \cdot T)\hspace{0.05cm}.$$
  • This is both  "ternary"   ⇒   $a_\nu \in \{-1, \ 0, +1\}$  and  "redundant"'   ⇒   statistical ties between the  $a_\nu$.

Properties of the AMI code


The individual pseudo-ternary codes differ in the  $N_{\rm C}$  and  $K_{\rm C}$ parameters.  The best-known representative is the  first-order bipolar code  with the code parameters

  •  $N_{\rm C} = 1$, 
  •  $K_{\rm C} = 1$,


which is also known as  AMI code  (from: "Alternate Mark Inversion").  This is used e.g. with  "ISDN"  ("Integrated Services Digital Networks")  on the so-called  $S_0$  interface.

Signals with AMI coding and HDB3 coding
  • The graph above shows the binary source signal  $q(t)$.
  • The second and third diagrams show:
  • the likewise binary signal  $b(t)$  after the pre-encoder,  and
  • the encoded signal  $c(t) = s(t)$  of the AMI code.


One can see the simple AMI encoding principle:

  1. Each binary value  "–1"  of the source signal  $q(t)$   ⇒   symbol  $\rm L$  is encoded by the ternary amplitude coefficient  $a_\nu = 0$. 

  2. The binary value  "+1"  of the source signal  $q(t)$   ⇒   symbol  $\rm H$  is alternately represented by  $a_\nu = +1$  and  $a_\nu = -1$. 

This ensures that the AMI encoded signal does not contain any   "long sequences"

  •   $ \langle c_\nu \rangle = \langle \text{...}, +1, +1, +1, +1, +1, \text{...}\rangle$   resp.
  •   $ \langle c_\nu \rangle = \langle \text{...}, -1, -1, -1, -1, -1, \text{...}\rangle$,


which would lead to problems with a DC-free channel.

On the other hand,  the occurrence of long zero sequences is quite possible,  where no clock information is transmitted over a longer period of time.
To avoid this second problem,  some modified AMI codes have been developed, for example the  "B6ZS code"  and the  "HDB3 code":

  • In the  HDB3 code  (green curve in the graphic),  four consecutive zeros in the AMI encoded signal are replaced by a subsequence that violates the AMI encoding rule.
  • In the gray shaded area,  this is the sequence  "$+\ 0\ 0\ +$",  since the last symbol before the replacement was a  "minus".
  • This limits the number of consecutive zeros to   $3$   for the HDB3 code and to   $5$   for the  "B6ZS code"
  • The decoder detects this code violation and replaces "$+\ 0\ 0\ +$" with "$0\ 0\ 0\ 0$" again.

Power-spectral density of the AMI code


The frequency response of the linear code network of a pseudo-ternary code is generally:

$$H_{\rm C}(f) = {1}/{2} \cdot \big [1 - K_{\rm C} \cdot {\rm e}^{-{\rm j}\hspace{0.03cm}\cdot \hspace{0.03cm} 2\pi\hspace{0.03cm}\cdot \hspace{0.03cm}f \hspace{0.03cm}\cdot \hspace{0.03cm} N_{\rm C}\hspace{0.03cm}\cdot \hspace{0.03cm}T} \big] ={1}/{2} \cdot \big [1 - K \cdot {\rm e}^{-{\rm j}\hspace{0.03cm}\cdot \hspace{0.03cm} \alpha} \big ]\hspace{0.05cm}.$$

This gives the power-spectral density  $\rm (PSD)$  of the amplitude coefficients  $(K$  and  $\alpha$  are abbreviations according to the above equation$)$:

$$ {\it \Phi}_a(f) = | H_{\rm C}(f)|^2 = \frac{\big [1 - K \cos (\alpha) + {\rm j}\cdot K \sin (\alpha) \big ] \big [1 - K \cos (\alpha) - {\rm j}\cdot K \sin (\alpha) \big ] }{4} = \text{...} = {1}/{4} \cdot \big [2 - 2 \cdot K \cdot \cos (\alpha) \big ] $$
Power-spectral density of the AMI code
$$ \Rightarrow \hspace{0.3cm}{\it \Phi}_a(f) = | H_{\rm C}(f)|^2 = {1}/{2} \cdot \big [1 - K_{\rm C} \cdot \cos (2\pi f N_{\rm C} T)\big ] \hspace{0.4cm}\bullet\!\!-\!\!\!-\!\!\!-\!\!\circ \hspace{0.4cm} \varphi_a(\lambda \cdot T)\hspace{0.05cm}.$$

In particular,  for the power-spectral density of the AMI code  $(N_{\rm C} = K_{\rm C} = 1)$,  we obtain:

$${\it \Phi}_a(f) = {1}/{2} \cdot \big [1 - \cos (2\pi f T)\big ] = \sin^2 (\pi f T)\hspace{0.05cm}.$$

The graph shows

  • the PSD  ${\it \Phi}_a(f)$  of the amplitude coefficients  (red curve),  and
  • the PSD  ${\it \Phi}_s(f)$  of the total transmitted signal  (blue),  valid for NRZ rectangular pulses.


One recognizes from this representation

  • that the AMI code has no DC component,  since  ${\it \Phi}_a(f = 0) = {\it \Phi}_s(f = 0) = 0$, 
  • the power  $P_{\rm S} = s_0^2/2$  of the AMI-coded transmitted signal  $($integral over  ${\it \Phi}_s(f)$  from  $- \infty$  to  $+\infty)$.


Notes:

  • The PSD of the HDB3 and B6ZS codes differs only slightly from that of the AMI code.


Properties of the duobinary code


The  duobinary code  is defined by the code parameters  $N_{\rm C} = 1$  and  $K_{\rm C} = -1$.  This gives the power-spectral density  $\rm (PSD)$  of the amplitude coefficients and the PSD of the transmitted signal:

Power-spectral density of the duobinary code
$${\it \Phi}_a(f) ={1}/{2} \cdot \big [1 + \cos (2\pi f T)\big ] = \cos^2 (\pi f T)\hspace{0.05cm},$$
$$ {\it \Phi}_s(f) = s_0^2 \cdot T \cdot \cos^2 (\pi f T)\cdot {\rm si}^2 (\pi f T)= s_0^2 \cdot T \cdot {\rm si}^2 (2 \pi f T) \hspace{0.05cm}.$$

The graph shows the power-spectral density

  • of the amplitude coefficients   ⇒   ${\it \Phi}_a(f)$  as a red curve,
  • of the total transmitted signal   ⇒   ${\it \Phi}_s(f)$  as a blue curve.

In the second graph,  the signals  $q(t)$,  $b(t)$  and  $c(t) = s(t)$  are sketched. We refer here again to the  (German language)  SWF applet  "Signals, ACF, and PSD of pseudo-ternary codes",  which also clarifies the duobinary code.

Signals in duobinary coding







From these illustrations it is clear:

  • In the duobinary code,  any number of symbols with same polarity  ("+1"  or  "–1")  can directly succeed each other   ⇒   ${\it \Phi}_a(f = 0)=1$,  ${\it \Phi}_s(f = 0) = 1/2 \cdot s_0^2 \cdot T$.
  • In contrast,  for the duobinary code,  the alternating sequence  "... , +1, –1, +1, –1, +1, ..."  does not occur,  which is particularly disturbing with respect to intersymbol interference.  Therefore,  in the duobinary code:  ${\it \Phi}_s(f = 1/(2T) = 0$.
  • The power-spectral density  ${\it \Phi}_s(f)$  of the pseudo-ternary duobinary code is identical to the PSD with redundancy-free binary coding at half rate $($symbol duration  $2T)$.


Error probability of the pseudo-ternary codes


The graph shows the  "eye diagrams"  (without noise) when using

Eye diagrams for AMI, duobinary and 4B3T coding
  1. the AMI code (left),
  2. the duobinary code (center),
  3. the 4B3T code (right).


The same assumptions apply as on the section  "Error probability of the 4B3T codes".  In particular:

  • The system comparison is made under  "peak constraint".  Therefore,  we use the rectangular basic transmission pulse.
  • The overall frequency response shows a raised cosine with best possible rolloff factor  $r = 0.8$. 
  • The noise power  $\sigma_d^2$  is thus  $12\%$  larger than with the matched filter  (global optimum).


The results can be interpreted as follows:

  • One can see in the left graph that for the AMI code the horizontal lines at  $+s_0$  and  $-s_0$  are missing  (DC signal freedom!),  while for the duobinary code  (middle graph)  no transitions from  $+s_0$  to  $-s_0$  (and vice versa)  are possible.
  • With the 4B3T code,  you can see clearly more lines in the eye diagram than in the two left pictures.  The redundancy-free ternary code would give almost the same result.
  • In the section quoted above,  the symbol error probability of the 4B3T code for the parameter  $10 \cdot \lg \hspace{0.05cm}(s_0^2 \cdot T/N_0) = 13 \ \rm dB$  was calculated as follows:
$${ \sigma_d}/{s_0} = 0.145 \hspace{0.3cm}\Rightarrow \hspace{0.3cm} p_{\rm S} = {4}/{3} \cdot {\rm Q} \left( \frac{s_0/2}{ \sigma_d} \right) \approx {4}/{3} \cdot {\rm Q} \left( 3.45 \right) = 3.7 \cdot 10^{-4} \hspace{0.05cm}.$$
  • Using a pseudo-ternary code results in a larger error probability because here the noise rms value is not reduced compared to redundancy-free binary coding:
$${ \sigma_d}/{s_0} = 0.167 \hspace{0.3cm}\Rightarrow \hspace{0.3cm} p_{\rm S} = {4}/{3} \cdot {\rm Q} \left( \frac{s_0/2}{ \sigma_d} \right) \approx {4}/{3} \cdot {\rm Q} \left( 3 \right) = 1.8 \cdot 10^{-3} \hspace{0.05cm}.$$
  • When the Nyquist condition is satisfied,  the AMI and duobinary codes do not differ in terms of error probability despite completely different eye diagrams.  But as will be shown in the section  "Eye opening for the pseudo-ternary codes",  the error behavior of these codes differs extremely whenever  "intersymbol interference"  plays a role.


Exercises for the chapter


Exercise 2.7: AMI Code

Exercise 2.7Z: Power-Spectral Density of Pseudo-Ternary Codes

Exercise 2.8: Code Comparison Binary, AMI and 4B3T