1. Analog Modulation Techniques:
Now we'll discuss some analog modulation techniques for bandpass signals, including amplitude modulation, frequency modulation, and phase modulation.
1.1.1. Amplitude Modulation (AM):
The carrier signal's amplitude varies linearly with the amplitude of the message signal.
An AM wave may thus be described, in the most general form, as a function of time as follows.
When performing amplitude modulation (AM) with a carrier frequency of 100 Hz and a message frequency of 10 Hz, the resulting peak frequencies are as follows: 90 Hz (100 - 10 Hz), 100 Hz, and 110 Hz (100 + 10 Hz).
Figure: Frequency Spectrums of AM Signal (Lower Sideband, Carrier, and Upper Sideband)
A low-frequency message signal is modulated with a high-frequency carrier wave using a local oscillator to make communication possible. DSB, SSB, and VSB are common amplitude modulation techniques. We find a lot of bandwidth loss in DSB. The bandwidth of SSB is half that of DSB. Because of its low bandwidth, SSB is ideal for audio transmission. VSB has a little higher bandwidth than SSB, making it appropriate for video transmission.
MATLAB Code for Amplitude Modulation
Output
1.1.2. Frequency Modulation (FM):
The carrier signal's frequency varies linearly in response to the voltage variation in the message signal.
Here, modulation index = Δf / fm
Where Δf is the peak frequency deviation and fm = frequency of the message signal.
Here frequency deviation means how much the the frequency of the carrier signal deviates from its carrier's original frequency after frequency modulation.
When performing frequency modulation (FM) with a carrier frequency of 100 Hz and a message frequency of 10 Hz, the resulting peak frequencies are as follows: 80 Hz (100 - 2*10 Hz), 90 Hz (100 - 10 Hz), 100 Hz, 110 Hz (100 + 10 Hz), 120 Hz (100 + 2*10 Hz).
MATLAB Code for Frequency Modulation and Demodulation
Output
1.1.3. Phase Modulation (PM):
In phase modulation, the phase of the carrier signal varies linearly in accordance with the message signal voltage.
where, ΔΦ is the peak frequency deviation representing the maximum change in carrier frequency due to modulation
fm and T are the frequency and the period of the message signal respectively
MATLAB Code for Phase Modulation and Demodulation
Output
Also Read about
[1] DSB and SSB-SC
2. Digital Modulation Techniques:
Examples of digital modulation techniques are ASK, FSK, PSK, QPSK, QAM, PCM, etc.