Basic Modulation-Demodulation Concepts
Time Division Multiplexing (TDM)
Learning Objectives:
- Describe how time division multiplexing (TDM) can be used to improve the capacity of a PCM communications link, using TDM.
Time-division multiplexing (TDM) is a method of putting multiple data streams in a single signal by separating the signal into many segments, each having a very short duration. Each individual data stream is reassembled at the receiving end based on the timing.
The circuit that combines signals at the source (transmitting) end of a communications link is known as a multiplexer. It accepts the input from each individual end user, breaks each signal into segments, and assigns the segments to the composite signal in a rotating, repeating sequence. The composite signal thus contains data from multiple senders. At the other end of the long-distance cable, the individual signals are separated out by means of a circuit called a demultiplexer, and routed to the proper end users. A two-way communications circuit requires a multiplexer/demultiplexer at each end of the long-distance, high-bandwidth cable.
If many signals must be sent along a single long-distance line, careful engineering is required to ensure that the system will perform properly. An asset of TDM is its flexibility. The scheme allows for variation in the number of signals being sent along the line, and constantly adjusts the time intervals to make optimum use of the available bandwidth. The Internet is a classic example of a communications network in which the volume of traffic can change drastically from hour to hour.
Axhind, CC BY-SA 3.0, via Wikimedia Commons
Frequency Division Multiplexing (FDM)
Learning Objectives:
- Describe the operation of Frequency Division Multiplexing.
FDM is widely used in radio and television systems (e.g. broadcast radio and TV) and was widely used in multichannel telephony (now being superseded by digital techniques and TDM). The multichannel telephone system illustrates some important aspects and is considered below. For speech, a bandwidth of 3kHz is satisfactory.
- FDM is an analog multiplexing technique that combines analog signals into one medium by sending signals in several distinct frequency ranges over a single medium.
- The spectrum of each input signal is shifted to a distinct frequency range.
- Total available bandwidth of a medium is divided intoa series of non-overlapping frequency bands, each of which is used to carry a separate signal.
- Carrier frequencies separated so signals do not overlap (guard bands)
- Channel allocated even if no data
- e.g. radio and television broadcasting at different frequencies over the air at same time, cable television and analog telephone systems, etc.
Axhind, CC BY-SA 3.0, via Wikimedia Commons
Code Division Multiplexing (CDM)
Advantages:
- Large cpacities
- Scalable
- Complexity
AM
Learning Objectives:
- Understand the basics of AM, its importance in analog communication, and its role in superimposing information on a carrier signal.
- Learn how to represent an AM waveform as the product of a carrier signal and a modulating signal.
- Express AM mathematically using equations to represent the carrier signal, modulating signal, and the modulated signal.
Amplitude modulation (AM) is defined as a process in which the amplitude of the carrier wave c(t) is varied about a mean value linearly with message signal m(t) keeping frequency and phase constant.
Solved Example: 9197-01
An amplitude modulated signal has a carrier frequency of 10 kHz. The upper sideband is transmitted at 11 kHz. The bandwidth required for the AM signal to transmit is:
A. 10 kHz
B. 2 kHz
C. 11 kHz
D. 1 kHz
Correct Answer: B
Solved Example: 9996-01
The maximum power efficiency of an AM modulator is:
A. 25%
B. 50%
C. 33%
D. 100%
Efficiency of modulation can be given as \[\eta = \dfrac{P_S}{P_S + P_C} = \dfrac{\mu ^2}{2 + \mu ^2}\] $\mu$=1 is the optimum value \[\eta_{max} = \dfrac{1}{1 + 2} = 33\%\]
Correct Answer: C
FM
Learning Objectives:
- Understand the basics of FM, its significance in analog communication, and its role in encoding information in variations of carrier frequency.
- Frequency modulation is the process by which frequency of the carrier signal c(t) changes with respect to modulating signal m(t).
- FM modulated signal s(t) is a non-linear function of the modulating signal m(t), thus it is known as non-linear modulation process.
- It is more difficult than amplitude modulation.
Solved Example: 9246-01
Frequency curve is _______________.
A. Asymptotic to y-axis
B. Non-asymptotic to x-axis
C. Asymptotic to x-axis
D. None of these
Correct Answer: C
Solved Example: 9246-02
The frequency deviation produced in a VHF carrier by a signal of 100 Hz is 50 kHZ. The frequency modulation index is:
A. 100 radians
B. 250 radians
C. 500 radians
D. 750 radians
Correct Answer: C
Solved Example: 9246-03
Which is true in a frequency modulated system?
A. Variation of carrier amplitude does not affect quality of reception.
B. Amplitude of carrier is varied according to modulating signal.
C. The transmission does not require line of sight between transmitter and reciever.
D. Receiver uses diode detector.
Correct Answer: A
Solved Example: 9246-04
In FM modulation, when the modulation index increases, the transmitted power is:
A. Increased
B. Decreased
C. Unchanged
D. None of these
Correct Answer: C
Solved Example: 9246-05
Automatic gain control is used:
A. To maintain the tuning correct
B. To reduce the volume of loud passages of music
C. To increase the amplification at high frequencies
D. To maintain the same volume of the output when stations of different strength are received
Correct Answer: D
Solved Example: 9246-06
Choose the incorrect statement regarding FM:
A. It has large number of sidebands.
B. Its modulation index is always less than 1.
C. Its BW is greater than that of AM.
D. None of the above
Correct Answer: B
Solved Example: 9246-07
In a frequency modulation system, maximum frequency deviation allowed is 1000 Hz and modulating frequency is 1 kHz. Determine modulation index.
A. 2
B. 2000
C. 1
D. 1000
Correct Answer: C
Solved Example: 9246-08
What is the modulation index in a frequency modulated signal with a modulating frequency of 500 Hz and frequency deviation of 10 kHz?
A. 10
B. 20
C. 25
D. 50
Correct Answer: B
PCM
Learning Objectives:
- Understand the importance and operation of PCM.
- With Pulse Code Modulation (PCM), the amplitude of sound wave is sampled at regular intervals and translated into a binary number.
- The difference between the original analog signal and the translated digital signal is called quantizing error.
- PCM Processes have four parts:
- Flitering:
- Sampling: Analog signal is sampled every T$_s$ seconds, which is referred as sampling interval. The three sampling methods are: Ideal, neutral and flattop.
- Quantization: The process of measuring the numerical values of the samples and giving them a table value in a suitable scale. In PCM, 8 bit code is used and so we have 256 intervals for quantizing (128 levels in the positive direction and 128 in the negative direction.)
- Encoding:
Advantages of PCM
- It is robust against noise and interference.
- Uniform transmission quality.
- Efficient SNR and bandwidth trade-off.
- It provides secure data transmission.
- If offers efficient re-generation.
- It is easier to add or drop channels.
Disadvantages of PCM
- Large bandwidth is required for transmission.
- More attenuation.
- Quantizing error is present.
- Encoding, decoding and quantizing circuit of PCM is complex.