Lecture 9: Digital Modulation Techniques

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Comprehensive flashcards covering digital modulation techniques (ASK, FSK, PSK, QAM), their receiver architectures, mathematical models, applications, and performance comparisons based on Dr. Waleed El Nahal's Lecture 9.

Last updated 1:20 AM on 6/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Amplitude Shift Keying (ASK)

A digital-to-analog conversion technique where different bits are represented by different amplitudes (real values) while maintaining the same phase and frequency.

2
New cards

Phase Shift Keying (PSK)

A digital modulation technique where bits are represented by different phases while the amplitude and frequency remain constant.

3
New cards

Frequency Shift Keying (FSK)

A modulation method where different frequencies are used to represent digital data, while the amplitude and phase remain fixed.

4
New cards

Quadrature Amplitude Modulation (QAM)

A modulation technique that varies both the amplitude and the phase of the carrier signal while keeping the frequency constant.

5
New cards

Coherent Receiver

A receiver where the transmitter and receiver oscillators are locked, meaning the phase difference ϕ=0\phi = 0. It requires phase estimation but offers better performance than non-coherent receivers.

6
New cards

Non-coherent Receiver

A receiver where the transmitter and receiver oscillators are not locked, and the phase difference ϕ\phi is random between 00 and 2π2\pi. They are simpler and less complex as phase knowledge is not required.

7
New cards

Bit Error Rate (BER)

The key performance metric in digital band-pass signals, representing the probability of error during bit stream transmission.

8
New cards

Amplitude Shift Keying Signal Equation

The transmitter sends signal s(t)=Acos(2πfct)s(t) = A\cos(2\pi f_c t) for bit 1 and s(t)=0s(t) = 0 for bit 0.

9
New cards

Asynchronous Demodulation

Also known as Non-coherent Detection, it is a process where the carrier signal used at the receiver is not in the same phase as the carrier signal used at the transmitter.

10
New cards

On-Off Keying (OOK)

A specific case of ASK where the carrier is turned off when transmitting a '0' to save power.

11
New cards

Binary Frequency Shift Keying (BFSK) Signal

The transmitter sends a carrier with frequency f0f_0 for bit 0 (s0(t)=Acos(2πf0t)s_0(t) = A\cos(2\pi f_0 t)) and frequency f1f_1 for bit 1 (s1(t)=Acos(2πf1t)s_1(t) = A\cos(2\pi f_1 t)).

12
New cards

BFSK Orthogonality Condition

The two frequencies f0f_0 and f1f_1 are separated such that (f1f0)T(f_1 - f_0)T is an integer, where TT is the bit duration.

13
New cards

Binary Phase Shift Keying (BPSK)

A modulation scheme using Non-Return-to-Zero (NRZ) signaling where logic 1 is represented by Acos(2πfct)A\cos(2\pi f_c t) and logic 0 is represented by Acos(2πfct)-A\cos(2\pi f_c t), resulting in a 180180^{\circ} phase shift.

14
New cards

Binary Differential Phase Shift Keying (BDPSK)

A non-coherent PSK method where source bits bnb_n generate a shifted stream sn=bnsn1s_n = b_n \oplus s_{n-1}. If bn=0b_n = 0, the value does not change; if bn=1b_n = 1, the value changes.

15
New cards

BDPSK Bit Error Rate Formula

The probability of error is defined as Pe=12exp(SNR)P_e = \frac{1}{2} \exp(-\text{SNR}).

16
New cards

Non-coherent BFSK Bit Error Rate Formula

The probability of error is defined as Pe=12exp(SNR2)P_e = \frac{1}{2} \exp\left( -\frac{\text{SNR}}{2} \right), requiring twice the SNR of BDPSK for the same BER.

17
New cards

BPSK Bit Error Rate Formula

The probability of error is defined as Pe=Q(2SNR)P_e = Q(\sqrt{2\text{SNR}}), typically providing the best performance (lowest BER).

18
New cards

Constellation Diagram

A graphical representation used in digital modulation, such as BPSK, where symbols are plotted as points in a complex plane (e.g., +A+A and A-A on the real axis for BPSK).

19
New cards

Quadrature Amplitude Modulation (QAM) Signal Equation

The modulated signal is given by SQAM(t)=m1(t)cos(2πfct)+m2(t)sin(2πfct)S_{QAM}(t) = m_1(t) \cos(2\pi f_c t) + m_2(t) \sin(2\pi f_c t), where it encodes messages into both the in-phase and quadrature-phase components.

20
New cards

Bandwidth Efficiency

A comparison metric for modulation schemes; ASK and FSK have low efficiency, while PSK is high and QAM is very high.