Amplitude modulation

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Modulation techniques
Analog modulation
AM · SSB · FM · PM · QAM · SM
Digital modulation
OOK · FSK · ASK · PSK · QAM
MSK · CPM · PPM · TCM · OFDM
Spread spectrum
v  d  e
FHSS · DSSS
See also: Demodulation

Amplitude modulation (AM) is a technique used in electronic communication, most commonly for transmitting information via a radio carrier wave. AM works by varying the strength of the transmitted signal in relation to the information being sent. For example, changes in the signal strength can be used to reflect the sounds to be reproduced by a speaker, or to specify the light intensity of television pixels. (Contrast this with frequency modulation, also commonly used for sound transmissions, in which the frequency is varied; and phase modulation, often used in remote controls, in which the phase is varied.)

In the mid-1870s, a form of amplitude modulation—initially called "undulatory currents"—was the first method to successfully produce quality audio over telephone lines. Beginning with Reginald Fessenden's audio demonstrations in 1906, it was also the original method used for audio radio transmissions, and remains in use today by many forms of communication—"AM" is often used to refer to the mediumwave broadcast band (see AM radio).

Fig 1:  An audio signal (top) may be carried by an AM or FM radio wave.
Fig 1: An audio signal (top) may be carried by an AM or FM radio wave.

Contents

[edit] Forms of amplitude modulation

As originally developed for the electric telephone, amplitude modulation was used to add audio information to the low-powered direct current flowing from a telephone transmitter to a receiver. As a simplified explanation, at the transmitting end, a telephone microphone was used to vary the strength of the transmitted current, according to the frequency and loudness of the sounds received. Then, at the receiving end of the telephone line, the transmitted electrical current affected an electromagnet, which strengthened and weakened in response to the strength of the current. In turn, the electromagnet produced vibrations in the receiver diaphragm, thus closely reproducing the frequency and loudness of the sounds originally heard at the transmitter.

In contrast to the telephone, in radio communication what is modulated is a continuous wave radio signal (carrier wave) produced by a radio transmitter. In its basic form, amplitude modulation produces a signal with power concentrated at the carrier frequency and in two adjacent sidebands. Each sideband is equal in bandwidth to that of the modulating signal and is a mirror image of the other. Amplitude modulation that results in two sidebands and a carrier is often called double sideband amplitude modulation (DSB-AM). Amplitude modulation is inefficient in terms of power usage and much of it is wasted. At least two-thirds of the power is concentrated in the carrier signal, which carries no useful information (beyond the fact that a signal is present); the remaining power is split between two identical sidebands, though only one of these is needed since they contain identical information.

To increase transmitter efficiency, the carrier can be removed (suppressed) from the AM signal. This produces a reduced-carrier transmission or double-sideband suppressed-carrier (DSBSC) signal. A suppressed-carrier amplitude modulation scheme is three times more power-efficient than traditional DSB-AM. If the carrier is only partially suppressed, a double-sideband reduced-carrier (DSBRC) signal results. DSBSC and DSBRC signals need their carrier to be regenerated (by a beat frequency oscillator, for instance) to be demodulated using conventional techniques.

Even greater efficiency is achieved—at the expense of increased transmitter and receiver complexity—by completely suppressing both the carrier and one of the sidebands. This is single-sideband modulation, widely used in amateur radio due to its efficient use of both power and bandwidth.

A simple form of AM often used for digital communications is on-off keying, a type of amplitude-shift keying by which binary data is represented as the presence or absence of a carrier wave. This is commonly used at radio frequencies to transmit Morse code, referred to as continuous wave (CW) operation.

In 1982, the International Telecommunications Union (ITU) designated the various types of amplitude modulation as follows:

Designation Description
A3E double-sideband full-carrier - the basic AM modulation scheme
R3E single-sideband reduced-carrier
H3E single-sideband full-carrier
J3E single-sideband suppressed-carrier
B8E independent-sideband emission
C3F vestigial-sideband
Lincompex linked compressor and expander

[edit] Example - Double Sideband AM

Fig 2:  The (2-sided) spectrum of an AM signal.
Fig 2: The (2-sided) spectrum of an AM signal.

A carrier wave is modelled as a simple sine wave, such as:

c(t) = C\cdot \sin(\omega_c t + \phi_c),\,

where the radio frequency (in Hz) is given by:  \omega_c / (2\pi).\,

For generality, C\, and \phi_c\, are arbitrary constants that represent the carrier amplitude and initial phase. For simplicity, we set their respective values to 1 and 0.

Let m(t) represent an arbitrary waveform that is the message to be transmitted.  And let the constant M represent its largest magnitude. For instance:

m(t) = M\cdot \cos(\omega_m t + \phi).\,

Thus, the message might be just a simple audio tone of frequency  \omega_m / (2\pi).\,

It is generally assumed that  \omega_m \ll \omega_c\,  and that  \min[ m(t) ] = -M.\,

Then amplitude modulation is created by forming the product:

y(t)\, = [A + m(t)]\cdot c(t),\,
= [A + M\cdot \cos(\omega_m t + \phi)]\cdot \sin(\omega_c t).

A\, represents another constant we may choose. The values A=1, and M=0.5, produce a y(t) depicted by the graph labelled "50% Modulation" in Figure 4.

For this simple example, y(t) can be trigonometrically manipulated into the following equivalent form:

y(t) = A\cdot \sin(\omega_c t) + \begin{matrix}\frac{M}{2} \end{matrix} \left[\sin((\omega_c + \omega_m) t + \phi) + \sin((\omega_c - \omega_m) t - \phi)\right].\,

Therefore, the modulated signal has three components, a carrier wave and two sinusoidal waves (known as sidebands) whose frequencies are slightly above and below  \omega_c.\,

Also notice that the choice A=0 eliminates the carrier component, but leaves the sidebands. That is the DSBSC transmission mode. To generate double-sideband full carrier (A3E), we must choose:  A \ge M.\,

For more general forms of m(t), trigonometry is not sufficient. But if the top trace of Figure 2 depicts the frequency spectrum, of m(t), then the bottom trace depicts the modulated carrier. It has two groups of components: one at positive frequencies (centered on + ωc) and one at negative frequencies (centered on − ωc). Each group contains the two sidebands and a narrow component in between that represents the energy at the carrier frequency. We need only be concerned with the positive frequencies. The negative ones are a mathematical artifact that contains no additional information. Therefore, we see that an AM signal's spectrum consists basically of its original (2-sided) spectrum shifted up to the carrier frequency.

For those interested in the mathematics of Figure 2, it is a result of computing the Fourier transform of:   [A + m(t)]\cdot \sin(\omega_c t),\, using the following transform pairs:


\begin{align}
                   m(t) \quad \stackrel{\mathcal{F}}{\Longleftrightarrow}&\quad M(\omega) \\
       \sin(\omega_c t) \quad \stackrel{\mathcal{F}}{\Longleftrightarrow}&\quad i \pi \cdot [\delta(\omega +\omega_c)-\delta(\omega-\omega_c)] \\
A\cdot \sin(\omega_c t) \quad \stackrel{\mathcal{F}}{\Longleftrightarrow}&\quad i \pi A \cdot [\delta(\omega +\omega_c)-\delta(\omega-\omega_c)] \\
m(t)\cdot \sin(\omega_c t) \quad \stackrel{\mathcal{F}}{\Longleftrightarrow}& \frac{1}{2\pi}\cdot \{M(\omega)\} * \{i \pi \cdot [\delta(\omega +\omega_c)-\delta(\omega-\omega_c)]\} \\
=& \frac{i}{2}\cdot [M(\omega +\omega_c) - M(\omega -\omega_c)]
\end{align}
Fig 3:  The spectrogram of an AM broadcast shows its two sidebands (green) separated by the carrier signal (red).
Fig 3: The spectrogram of an AM broadcast shows its two sidebands (green) separated by the carrier signal (red).

In terms of the positive frequencies, the transmission bandwidth of AM is twice the signal's original (baseband) bandwidth—since both the positive and negative sidebands are shifted up to the carrier frequency. Thus, double-sideband AM (DSB-AM) is spectrally inefficient, meaning that fewer radio stations can be accommodated in a given broadcast band. The various suppression methods in Forms of AM, can be readily understood in terms of the diagram in Figure 2. With the carrier suppressed there would be no energy at the center of a group. And with a sideband suppressed, the "group" would have the same bandwidth as the positive frequencies of M(\omega).\,  The transmitter power efficiency of DSB-AM is relatively poor (about 33%). The benefit of this system is that receivers are cheaper to produce. The forms of AM with suppressed carriers are found to be 100% power efficient, since no power is wasted on the carrier signal which conveys no information.

[edit] Modulation index

As with other modulation indices, in AM, this quantity, also called modulation depth, indicates by how much the modulated variable varies around its 'original' level. For AM, it relates to the variations in the carrier amplitude and is defined as:

h = \frac{\mathrm{peak\ value\ of\ } m(t)}{A} = \frac{M}{A},   where M\, and A\, were introduced above.

So if h = 0.5, the carrier amplitude varies by 50% above and below its unmodulated level, and for h = 1.0 it varies by 100%. For the A3E transmission mode, modulation depth greater than 100% must be avoided. Practical transmitter systems will usually incorporate some kind of limiter circuit, such as a VOGAD, to ensure this.

Variations of modulated signal with percentage modulation are shown below. In each image, the maximum amplitude is higher than in the previous image. Note that the scale changes from one image to the next.

Fig 4:  Modulation depth
Fig 4: Modulation depth

[edit] Amplitude modulator designs

[edit] Circuits

A wide range of different circuits have been used for AM, but one of the simplest circuits uses anode or collector modulation applied via a transformer. While it is perfectly possible to create good designs using solid-state electronics, valved (vacuum tube) circuits are shown here. In general, valves are able to more easily yield RF powers, in excess of what can be easily achieved using solid-state transistors. Most high-power broadcast stations still use valves.

Anode modulation using a transformer.  The tetrode is supplied with an anode supply (and screen grid supply) which is modulated via the transformer. The resistor R1 sets the grid bias, both the input and outputs are tuned LC circuits which are tapped into by inductive coupling
Anode modulation using a transformer. The tetrode is supplied with an anode supply (and screen grid supply) which is modulated via the transformer. The resistor R1 sets the grid bias, both the input and outputs are tuned LC circuits which are tapped into by inductive coupling

Modulation circuit designs can be broadly divided into low and high level.

[edit] Low level

Here a small audio stage is used to modulate a low power stage, the output of this stage is then amplified using a linear RF amplifier.

Advantages

The advantage of using a linear RF amplifier is that the smaller early stages can be modulated, which only requires a small audio amplifier to drive the modulator.

Disadvantages

The great disadvantage of this system is that the amplifier chain is less efficient, because it has to be linear to preserve the modulation. Hence Class C amplifiers cannot be employed.

An approach which marries the advantages of low-level modulation with the efficiency of a Class C power amplifier chain is to arrange a feedback system to compensate for the substantial distortion of the AM envelope. A simple detector at the transmitter output (which can be little more than a loosely coupled diode) recovers the audio signal, and this is used as negative feedback to the audio modulator stage. The overall chain then acts as a linear amplifier as far as the actual modulation is concerned, though the RF amplifier itself still retains the Class C efficiency. This approach is widely used in practical medium power transmitters, such as AM radiotelephones.

[edit] High level

Advantages

One advantage of using class C amplifiers in a broadcast AM transmitter is that only the final stage needs to be modulated, and that all the earlier stages can be driven at a constant level. These class C stages will be able to generate the drive for the final stage for a smaller DC power input. However, in many designs in order to obtain better quality AM the penultimate RF stages will need to be subject to modulation as well as the final stage.

Disadvantages

A large audio amplifier will be needed for the modulation stage, at least equal to the power of the transmitter output itself. Traditionally the modulation is applied using an audio transformer, and this can be bulky. Direct coupling from the audio amplifier is also possible (known as a cascode arrangement), though this usually requires quite a high DC supply voltage (say 30 V or more), which is not suitable for mobile units.

[edit] See also

[edit] References

  • Newkirk, David and Karlquist, Rick (2004). Mixers, modulators and demodulators. In D. G. Reed (ed.), The ARRL Handbook for Radio Communications (81st ed.), pp. 15.1–15.36. Newington: ARRL. ISBN 0-87259-196-4.

[edit] External links

Personal tools