<< Chapter < Page Chapter >> Page >

The output of this program is shown in [link] . The slowly increasing sinusoidal “message” w ( t ) is modulated by the carrier c ( t ) at f c = 1000 Hz. The heart of the modulation is the point-by-point multiplication of the message and the carrierin the fifth line. This product v ( t ) is shown in [link] (c). The enveloping operation is accomplished byapplying a lowpass filter to the real part of 2 v ( t ) e j 2 π f c t . This recovers the original message signal, though it is offset by 1 and delayedby the linear filter.

Using AMlarge.m , plot the spectrum of the message w ( t ) , the spectrum of the carrier c ( t ) , and the spectrum of the received signal v ( t ) . What is the spectrum of the envelope? How close are your results to the theoretical predictions in [link] ?

One of the advantages of transmissions using AM with large carrier is that there is no needto know the (exact) phase or frequency of the transmitted signal. Verify this using AMlarge.m .

  1. Change the phase of the transmitted signal; for instance, let c=cos(2*pi* fc*t+phase) with phase=0.1, 0.5, pi/3, pi/2, pi , and verify that the recovered envelope remains unchanged.
  2. Change the frequency of the transmitted signal; for instance, let c=cos(2* pi*(fc+g)*t) with g=10, -10, 100, -100 , and verify that the recovered envelope remains unchanged.Can g be too large?
An undulation message (top) is modulated by a carrier (b). The composite signal is shown in (c), and the output of an envelope detector is shown in (d).
An undulation message (top) is modulated by a carrier (b). The composite signal is shown in (c), andthe output of an envelope detector is shown in (d).

Create your own message signal w ( t ) , and rerun AMlarge.m . Repeat Exercise  [link] with this new message. What differences do you see?

In AMlarge.m , verify that the original message w and the recovered envelope envv are offset by 1, except at the end points where the filter does not have enough data.Hint: the delay induced by the linear filter is approximately fl /2.

The principal advantage of transmission systems that use AM with a large carrier is that exact synchronization is not needed;the phase and frequency of the transmitter need not be known at the receiver, as was demonstratedin Exercise  [link] . This means that the receiver can be simplerthan when synchronization circuitry is required. The main disadvantage is thatadding the carrier into the signal increases the power needed for transmission but does not increase the amount ofuseful information transmitted.Here is a clear engineering tradeoff; the value of the wasted signal strength must be balanced againstthe cost of the receiver.

Amplitude modulation with suppressed carrier

It is also possible to use AM without adding the carrier.Consider the transmitted/modulated signal

v ( t ) = A c w ( t ) cos ( 2 π f c t )

diagrammed in [link] (a), in which the message w ( t ) is mixed with the cosine carrier. Direct application of the frequency shift property of Fouriertransforms [link] shows that the spectrum of the received signal is

V ( f ) = 1 2 A c W ( f + f c ) + 1 2 A c W ( f - f c ) .

As with AM with large carrier, the upconverted signal v ( t ) for AM with suppressed carrier has twice the bandwidth of the original message signal. If the original messageoccupies the frequencies between ± B Hz, then the modulated messagehas support between f c - B and f c + B , a bandwidth of 2 B . See [link] .

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Software receiver design. OpenStax CNX. Aug 13, 2013 Download for free at http://cnx.org/content/col11510/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Software receiver design' conversation and receive update notifications?

Ask