Skip to content Skip to navigation

Connexions

You are here: Home » Content » Digital Communication Receivers

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the author

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice DSS - Braille

    This module is included inLens: Rice University Disability Support Services's Lens
    By: Rice University Disability Support ServicesAs a part of collection:"Fundamentals of Electrical Engineering I"

    Comments:

    "Electrical Engineering Digital Processing Systems in Braille."

    Click the "Rice DSS - Braille" link to see all content affiliated with them.

Recently Viewed

This feature requires Javascript to be enabled.

Tags

(What is a tag?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Digital Communication Receivers

Module by: Don Johnson

Summary: Bit streams through digital communications receivers.

The receiver interested in the transmitted bit stream must perform two tasks when received waveform rt 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 TT. 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 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.
Figure 1: The optimal receiver structure for digital communication faced with additive white noise channels is the depicted matched filter.
Optimal receiver structure
Optimal receiver structure (sys19.png)
This receiver, shown in Figure 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 bn b n , which we label b ^ n b ^ n , is given by
b ^ n=argmaxinTn+1Trt s i tdt b ^ n i t n 1 T n T r t s i t (1)
You may not have seen the argmaxi i notation before. maxi{·} i · yields the maximum value of its argument with respect to the index i i. argmaxi i 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

nTn+1Trt s 0 tdt=A2T t n 1 T n T r t s 0 t A 2 T (2)
nTn+1Trt s 1 tdt=-A2T t n 1 T n T r t s 1 t A 2 T If bit 1 were sent,
nTn+1Trt s 0 tdt=-A2T t n 1 T n T r t s 0 t A 2 T (3)
nTn+1Trt s 1 tdt=A2T t n 1 T n T r t s 1 t A 2 T

Exercise 1

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

Solution 1

In BPSK, the signals are negatives of each other: s 1 t=- s 0 t s 1 t s 0 t . 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 2

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

Solution 2

The matched filter outputs are ±A2T2 ± A 2 T 2 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.

Comments, questions, feedback, criticisms?

Send feedback