Skip to main content
Engineering LibreTexts

6.16: Digital Communication Receivers

  • Page ID
    1868
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives
    • Bit streams through digital communications receivers.

    The receiver interested in the transmitted bit stream must perform two tasks when received waveform \(r(t)\) begins.

    • It must determine when bit boundaries occur: The receiver needs to synchronize with the transmitted signal. Because transmitter and receiver are designed in concert, both use the same value for the bit interval \(T\). Synchronization can occur because the transmitter begins sending with a reference bit sequence, known as the preamble. This reference bit sequence is usually the alternating sequence as shown in the square wave example and in the FSK example. The receiver knows what the preamble bit sequence is and uses it to determine when bit boundaries occur. This procedure amounts to what in digital hardware as self-clocking signaling: The receiver of a bit stream must derive the clock — when bit boundaries occur — from its input signal. Because the receiver usually does not determine which bit was sent until synchronization occurs, it does not know when during the preamble it obtained synchronization. The transmitter signals the end of the preamble by switching to a second bit sequence. The second preamble phase informs the receiver that data bits are about to come and that the preamble is almost over.
    • Once synchronized and data bits are transmitted, the receiver must then determine every \(T\) seconds what bit was transmitted during the previous bit interval. We focus on this aspect of the digital receiver because this strategy is also used in synchronization.

    The receiver for digital communication is known as a matched filter.

    sys19.png
    Figure 6.16.1 The optimal receiver structure for digital communication faced with additive white noise channels is the depicted matched filter

    This receiver, shown in Figure 6.16.1, multiplies the received signal by each of the possible members of the transmitter signal set, integrates the product over the bit interval, and compares the results. Whichever path through the receiver yields the largest value corresponds to the receiver's decision as to what bit was sent during the previous bit interval. For the next bit interval, the multiplication and integration begins again, with the next bit decision made at the end of the bit interval. Mathematically, the received value of \(b(n)\) is given by:

    \[b(n)=\hat{b}(n)=\underset{i}{\arg max}\int_{nT}^{(n+1)T}r(t)s_{i}(t)dt \nonumber \]

    You may not have seen the

    \[\underset{i}{\arg max} \nonumber \]

    notation before.

    \[\max _{i}\left \{ i, \cdot \right \} \nonumber \]

    yields the maximum value of its argument with respect to the index \(i\)

    \[\underset{i}{\arg max} \nonumber \]

    equals the value of the index that yields the maximum. Note that the precise numerical value of the integrator's output does not matter; what does matter is its value relative to the other integrator's output.

    Let's assume a perfect channel for the moment: The received signal equals the transmitted one. If bit 0 were sent using the baseband BPSK signal set, the integrator outputs would be

    \[\int_{nT}^{(n+1)T}r(t)s_{0}(t)dt=A^{2}T \nonumber \]

    \[\int_{nT}^{(n+1)T}r(t)s_{1}(t)dt=-(A^{2}T) \nonumber \]

    If bit 1 were sent,

    \[\int_{nT}^{(n+1)T}r(t)s_{0}(t)dt=-(A^{2}T) \nonumber \]

    \[\int_{nT}^{(n+1)T}r(t)s_{1}(t)dt=A^{2}T \nonumber \]

    Exercise \(\PageIndex{1}\)

    Can you develop a receiver for BPSK signal sets that requires only one multiplier-integrator combination?

    Solution

    In BPSK, the signals are negatives of each other:

    \[s_{1}(t)=-s_{0}(t) \nonumber \]

    Consequently, the output of each multiplier-integrator combination is the negative of the other. Choosing the largest therefore amounts to choosing which one is positive. We only need to calculate one of these. If it is positive, we are done. If it is negative, we choose the other signal.

    Exercise \(\PageIndex{1}\)

    What is the corresponding result when the amplitude-modulated BPSK signal set is used?

    Solution

    The matched filter outputs are

    \[\pm \left ( \frac{A^{2}T}{2} \right ) \nonumber \]

    because the sinusoid has less power than a pulse having the same amplitude.

    Clearly, this receiver would always choose the bit correctly. Channel attenuation would not affect this correctness; it would only make the values smaller, but all that matters is which is largest.


    This page titled 6.16: Digital Communication Receivers is shared under a CC BY 1.0 license and was authored, remixed, and/or curated by Don H. Johnson via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.