Digital to Analog
Techniques
Different methods are used to convert digital signals into analog signals.
Amplitude Shift Keying
Aka. ASK. Values are represented by amplitudes of the carrier signal. Usually 1 amplitude is 0. Easy to implement. Requires relatively low bandwidth.
ASK is relatively inefficient for several reasons:
- Poor noise immunity - amplitude variations can be easily corrupted by noise
- Low power efficiency - varying amplitude requires linear amplifiers
- Limited data rate capability compared to other modulation techniques
- Reduced transmission range due to signal degradation
- Less reliable in environments with signal fading or interference
Used over optical fiber.
Frequency Shift Keying
Aka. FSK. The frequency of the carrier signal is varied to represent binary data. In FSK, different digital values are represented by discrete frequency changes:
- Binary 1: Carrier signal transmitted at one frequency (f₁)
- Binary 0: Carrier signal transmitted at another frequency (f₀)
Key Characteristics
- Noise Resistance: FSK offers better noise immunity than ASK since noise typically affects amplitude more than frequency
- Reliability: More reliable in noisy environments
- Bandwidth Requirements: Requires more bandwidth than ASK
- Applications: Widely used in modems, radio teletype, caller ID, and amateur radio
FSK is commonly used in applications where reliability is more important than bandwidth efficiency.
BFSK
Short for Binary Frequency Shift Keying. Most common form of FSK. BFSK is a variant of FSK where only two frequencies are used to represent binary data.
Props:
- Simple
- Less susceptible to noise interference compared to ASK
- Allows high frequency
Multiple FSK
More than 2 frequencies are used. More bandwidth-efficient. More prone to errors. Each signal element represents more than 1 bit.
Phase Shift Keying
Aka. PSK or PK. The phase of the carrier signal is varied to represent binary data. In its basic form, PSK uses different phase angles to represent different digital values:
Key Characteristics
- Error Performance: Better error performance than ASK in noisy environments
- Constant Envelope: Maintains constant amplitude, making it suitable for nonlinear channels
- Bandwidth Efficiency: More bandwidth-efficient than FSK
- Applications: Widely used in wireless communications, satellite communications, and digital cellular systems
Types of PSK
- Binary PSK (BPSK): Uses two phases (typically 0° and 180°)
- Quadrature PSK (QPSK):
- 8-PSK, 16-PSK: Higher-order PSK schemes using more phase angles to represent more bits per symbol
- Differential PSK (DPSK): Encodes information in phase changes rather than absolute phases
Mathematical Representation
The PSK signal can be represented as:
Here:
- is the modulated signal
- is the amplitude (constant)
- is the carrier frequency
- is the phase angle that varies according to the digital input
- is time
PSK forms the basis for many advanced modulation schemes used in modern digital communications.
Binary PSK
Two phases represent two binary digits
Differential PSK
Phase shifted relative to previous transmission rather than some reference signal
Quadrature PSK
Each signal element represents more than 1 bit. Shifts phase by 90 degrees. Can use even more phase shifts.