- 📘 Overview
- 🧮 Baseband and Passband Implementations of ASK, FSK, and PSK
- 🧮 Difference betwen baseband and passband
- 📚 Further Reading
Baseband modulation techniques are methods used to encode information signals onto a baseband signal (a signal with frequencies close to zero). Passband techniques shift these signals to higher carrier frequencies for transmission. Here are the common implementations:
Amplitude Shift Keying (ASK) [↗] :
In ASK, the amplitude of the signal is varied to represent different symbols.
Binary ASK (BASK) is a common implementation where two different amplitudes represent binary values (0 and 1).
ASK is simple but susceptible to noise.
ASK Baseband (Digital Bits)
ASK Passband (Modulated Carrier)
In Figure 1 above, you can see binary information bits are used to switch a high-frequency carrier signal on and off. That's why this result is called a passband signal.
Frequency Shift Keying (FSK) [↗] :
FSK modulates the frequency of a carrier to represent digital data.
In binary FSK (BFSK), two different frequencies represent binary values.
FSK is less susceptible to noise compared to ASK but requires more bandwidth.
FSK Baseband (Mapping)
FSK Passband
Phase Shift Keying (PSK) [↗] :
PSK varies the phase of a carrier signal to represent symbols. For example, we can map binary bit '0' to '-1' and bit '1' to '+1' in baseband before shifting to a carrier.
Binary PSK (BPSK) uses two different phase shifts (usually 180 degrees apart) to represent binary values.
PSK is robust against noise and more bandwidth-efficient than ASK and FSK.
PSK Baseband
PSK Passband
Fig 3: BPSK Modulation (Passband)
In Figure 3 above, the binary information bits '1's and '0's are represented by phase shifts of a high-frequency carrier signal. A '0' might correspond to a carrier with 0° phase, while a '1' corresponds to a carrier with 180° phase. This results in the passband BPSK signal, where the amplitude remains constant but the phase flips according to the input bits.
Baseband vs. Passband QAM
Quadrature Amplitude Modulation (QAM) [↗] :
QAM combines ASK and PSK by varying both amplitude and phase of a carrier signal.
In QAM, each symbol represents a combination of amplitude and phase, allowing for higher data rates.
Higher-order QAM (e.g., 16-QAM, 64-QAM) increases the number of symbols and data rates but requires more complex receiver designs.
Pulse Amplitude Modulation (PAM) [↗] :
PAM encodes information in the amplitude of pulses in the baseband signal.
PAM is often used in digital communication systems where digital data is encoded into pulse amplitudes.
Orthogonal Frequency Division Multiplexing (OFDM) [↗] :
OFDM divides the baseband data into multiple narrowband subcarriers, each modulated using PSK or QAM.
OFDM is widely used in modern communication systems such as Wi-Fi, LTE, and digital television (DVB, ATSC) due to its robustness against frequency-selective fading and ability to mitigate intersymbol interference.
These modulation techniques play crucial roles in various communication systems, each with its advantages and limitations depending on the specific application requirements such as bandwidth efficiency, spectral efficiency, robustness against noise, and complexity of implementation.



