1/19
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.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
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.
Phase Shift Keying (PSK)
A digital modulation technique where bits are represented by different phases while the amplitude and frequency remain constant.
Frequency Shift Keying (FSK)
A modulation method where different frequencies are used to represent digital data, while the amplitude and phase remain fixed.
Quadrature Amplitude Modulation (QAM)
A modulation technique that varies both the amplitude and the phase of the carrier signal while keeping the frequency constant.
Coherent Receiver
A receiver where the transmitter and receiver oscillators are locked, meaning the phase difference ϕ=0. It requires phase estimation but offers better performance than non-coherent receivers.
Non-coherent Receiver
A receiver where the transmitter and receiver oscillators are not locked, and the phase difference ϕ is random between 0 and 2π. They are simpler and less complex as phase knowledge is not required.
Bit Error Rate (BER)
The key performance metric in digital band-pass signals, representing the probability of error during bit stream transmission.
Amplitude Shift Keying Signal Equation
The transmitter sends signal s(t)=Acos(2πfct) for bit 1 and s(t)=0 for bit 0.
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.
On-Off Keying (OOK)
A specific case of ASK where the carrier is turned off when transmitting a '0' to save power.
Binary Frequency Shift Keying (BFSK) Signal
The transmitter sends a carrier with frequency f0 for bit 0 (s0(t)=Acos(2πf0t)) and frequency f1 for bit 1 (s1(t)=Acos(2πf1t)).
BFSK Orthogonality Condition
The two frequencies f0 and f1 are separated such that (f1−f0)T is an integer, where T is the bit duration.
Binary Phase Shift Keying (BPSK)
A modulation scheme using Non-Return-to-Zero (NRZ) signaling where logic 1 is represented by Acos(2πfct) and logic 0 is represented by −Acos(2πfct), resulting in a 180∘ phase shift.
Binary Differential Phase Shift Keying (BDPSK)
A non-coherent PSK method where source bits bn generate a shifted stream sn=bn⊕sn−1. If bn=0, the value does not change; if bn=1, the value changes.
BDPSK Bit Error Rate Formula
The probability of error is defined as Pe=21exp(−SNR).
Non-coherent BFSK Bit Error Rate Formula
The probability of error is defined as Pe=21exp(−2SNR), requiring twice the SNR of BDPSK for the same BER.
BPSK Bit Error Rate Formula
The probability of error is defined as Pe=Q(2SNR), typically providing the best performance (lowest BER).
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 and −A on the real axis for BPSK).
Quadrature Amplitude Modulation (QAM) Signal Equation
The modulated signal is given by SQAM(t)=m1(t)cos(2πfct)+m2(t)sin(2πfct), where it encodes messages into both the in-phase and quadrature-phase components.
Bandwidth Efficiency
A comparison metric for modulation schemes; ASK and FSK have low efficiency, while PSK is high and QAM is very high.