Skip to main content

Passband Phase Shift Keying (PSK)


Transmission of Binary Data by PSK

Whenever digital data needs to be transmitted over a communication channel, the information must first be converted into signals that the channel can carry. Two common transmission methods are:

  • Baseband Transmission
  • Bandpass Transmission

Baseband transmission sends digital pulses directly through a low-pass communication channel. Bandpass transmission first modulates the data onto a high-frequency carrier before transmission.


Phase Shift Keying (PSK)

PSK keeps the amplitude and frequency constant while changing only the phase of the carrier.

Binary Data (1 0 0 1 1)


PSK Waveform


Binary 0 → 0°
Binary 1 → 180°

Why FSK and PSK are Preferred

Wireless transmitters and satellite communication systems often contain nonlinear amplifiers. Amplitude distortion can affect ASK because information is stored in the signal amplitude. FSK and PSK maintain a nearly constant envelope, making them much more resistant to nonlinear distortion.

Therefore,
  • ASK is simple but more sensitive to noise and amplitude distortion.
  • FSK is more reliable than ASK.
  • PSK offers the best performance and is widely used in modern communication systems.


Band-Pass Transmission of Digital Signals

Phase Shift Keying (PSK) is a digital modulation scheme in which information is transmitted by changing the phase of a carrier signal. Binary PSK (BPSK) is the simplest form of PSK, using two phases to represent binary '1' and '0'. Each input bit causes a phase shift of the carrier. The transmitted passband signal occupies a specific frequency band around the carrier frequency $f_c$, making it suitable for radio, optical, or other communication channels.

Baseband PSK: Binary data is mapped to voltage levels (e.g., +1 for '1' and -1 for '0') before modulating the carrier. This signal is centered at zero frequency.
Passband PSK: The baseband signal modulates a high-frequency carrier $A_c \cos(2 \pi f_c t)$. Binary '1' is represented by a 0° phase shift, and binary '0' by a 180° shift:

\[ x(t) = \begin{cases} A_c \cos(2 \pi f_c t), & \text{for binary 1} \\ A_c \cos(2 \pi f_c t + \pi) = -A_c \cos(2 \pi f_c t), & \text{for binary 0} \end{cases} \]


Passband PSK Receiver (Coherent Demodulation):

The received passband signal is multiplied by a synchronized local carrier and integrated over the bit duration $T_b$:

If '1' was transmitted:
\[ \int_0^{T_b} A_c \cos(2 \pi f_c t) \cdot A_c \cos(2 \pi f_c t) \, dt \approx \frac{A_c^2}{2} T_b \]
If '0' was transmitted:
\[ \int_0^{T_b} (-A_c \cos(2 \pi f_c t)) \cdot A_c \cos(2 \pi f_c t) \, dt \approx -\frac{A_c^2}{2} T_b \]

The output is then compared to a threshold $V_{th}$ to decide whether a '1' or '0' was sent.


Summary

Passband PSK modulates a carrier’s phase according to digital data. Coherent demodulation is used to recover the original signal. PSK is sensitive to phase noise and fading but robust in high SNR scenarios. Higher-order PSK increases data rate but requires better SNR. Performance can be optimized using error correction, adaptive modulation, and diversity techniques.


FeatureASKFSKPSK
AmplitudeChangesConstantConstant
FrequencyConstantChangesConstant
PhaseConstantConstantChanges
Noise ImmunityLowMediumHigh
Typical ApplicationsRFID, Optical LinksBluetooth, Paging SystemsWi-Fi, GPS, Satellite, Cellular Networks

✔ Baseband sends pulses directly over a low-pass channel.

✔ Bandpass sends data by modulating a carrier wave.

✔ ASK changes amplitude.

✔ FSK changes frequency.

✔ PSK changes phase.

✔ FSK and PSK are generally preferred because they are more robust against noise and nonlinear channel effects.



Contact Us

Name

Email *

Message *

Popular Posts

MATLAB Code for MUSIC

  MATLAB Code clc; clear; close all ; %% Step 1: Define Parameters M = 8; % Number of array sensors d = 0.5; % Sensor spacing (lambda/2) K = 2; % Number of signals N = 200; % Number of snapshots theta = [-20 30]; % True signal angles (degrees) SNR = 10; % Signal-to-noise ratio (dB) fprintf( 'Step 1: Parameters Initialized\n' ); %% Step 2: Generate Signal Sources t = 1:N; s1 = exp(1j*2*pi*0.05*t); s2 = exp(1j*2*pi*0.1*t); S = [s1; s2]; figure; plot(real(S(1,:))) title( 'Signal 1 (Real Part)' ) xlabel( 'Samples' ) ylabel( 'Amplitude' ) figure; plot(real(S(2,:))) title( 'Signal 2 (Real Part)' ) xlabel( 'Samples' ) ylabel( 'Amplitude' ) fprintf( 'Step 2: Source Signals Generated\n' ); %% Step 3: Construct Steering Matrix A = zeros(M,K); for k = 1:K A(:,k) = exp(-1j*2*pi*d*(0:M-1)'*sin(theta(k)*pi/180)); end fprintf( 'Step 3: Steering Matr...

Direction of Arrival (DoA) Online Simulator (using MUSIC)

Interactive DOA Simulator X-axis XY angle (deg): 45 XZ angle (deg): 30 Noise: 0.05 Y-axis XY angle (deg): 60 YZ angle (deg): 45 Noise: 0.05 Z-axis XZ angle (deg): 60 YZ angle (deg): 30 Noise: 0.05 Estimated DOA (deg): 0 Simulation Workflow and Mathematical Background This simulator demonstrates Direction of Arrival (DOA) estimation using three-axis sensor signals (X, Y, Z), Maximal Ratio Combining (MRC) , and the MUSIC algorithm . It allows interactive control of signal angles and noise for teaching purposes. 1. Signal Generation A pure sinewave signal of frequency f is projected onto three axes using user-defined angles in different planes: X-axis: θ XY , θ XZ Y-axis: θ XY , θ YZ Z-axis: θ XZ , θ YZ Mathematically, for each time sample t : x(t) = s(t) * cos(θ_xy_x) * cos(θ_xz_x) + n_x(t) y(t) = s(t) * sin(θ_xy_y) * cos(θ_yz_y) + n_y(t) z(t) = s(t) * sin(θ_xz_z) * sin(θ_yz_z) + n_z(t) wh...

Amplitude Demodulation Simulation

Instructions for Amplitude Modulation (AM) Step 1: Click on 'Generate Message' button to generate input message signal Step 2: Then click on 'Generate Carrier' button to generate carrier signal. The carrier frequency has to be more than the message frequency and You can change frequencies using sliders Step 3: Click on 'Generate Amplitude Modulated Signal' button to generate Amplitude Modulated Signal Step 4: Click the 'Show Frequency Spectrums' button to view the AM spectra. Here, the modulation index is defined as the ratio of the message signal amplitude to the carrier signal amplitude. You can adjust both values. 50 Hz Step 1: Generate Message 500 Hz Step 2: ...

OFDM Symbols and Subcarriers Explained

This article explains how OFDM (Orthogonal Frequency Division Multiplexing) symbols and subcarriers work. It covers modulation, mapping symbols to subcarriers, subcarrier frequency spacing, IFFT synthesis, cyclic prefix, and transmission. Step 1: Modulation First, modulate the input bitstream. For example, with 16-QAM , each group of 4 bits maps to one QAM symbol. Suppose we generate a sequence of QAM symbols: s0, s1, s2, s3, s4, s5, …, s63 Step 2: Mapping Symbols to Subcarriers Assume N sub = 8 subcarriers. Each OFDM symbol in the frequency domain contains 8 QAM symbols (one per subcarrier): Mapping (example) OFDM symbol 1 → s0, s1, s2, s3, s4, s5, s6, s7 OFDM symbol 2 → s8, s9, s10, s11, s12, s13, s14, s15 … OFDM sym...

UGC NET Electronic Science Previous Year Question Papers with Solutions

Home / Engineering & Other Exams / UGC NET 2026 PYQ ⬇️ Download Papers and Solutions 📋 Exam Pattern 💡 Preparation Tips ❓ FAQs 📊 Exam Highlights: Electronic Science (88) Feature Details Junior Research Fellowship (JRF) ₹37,000 + HRA per month Eligibility M.Sc/M.Tech in Electronics (55%) Validity of Certificate JRF (3 Years) | Lectureship (Lifetime) 📥 Download UGC NET Electronics PDFs Complete collection of previous year question papers, answer keys and explanations for Subject Code 88. Start Downloading 📂 View All Question Papers June 2025 - Question Paper Download PDF June 2025 - Solved Paper + Explanation ...

Constellation Diagrams of ASK, PSK, and FSK (with MATLAB Code + Simulator)

Constellation Diagrams: ASK, FSK, and PSK Comprehensive guide to signal space representation, including interactive simulators and MATLAB implementations. 📘 Overview 🧮 Simulator ⚖️ Theory 📈 Q-function 📚 Resources BASK Modulation Transmits one of two signals: 0 or $\sqrt{E_b}$, representing binary 0 and 1. Simple but sensitive to noise. BFSK Modulation Transmits one of two signals: $\sqrt{E_b}$ on the Y-axis or $\sqrt{E_b}$ on the X-axis. These are orthogonal signals. BPSK Modulation Transmits $+\sqrt{E_b}$ or $-\sqrt{E_b}$ (antipodal signaling). Most efficient binary scheme. ...

Online Simulator for ASK, FSK, and PSK Signal Generation

Interactive Digital Signal Processing (DSP) Tutorial and Simulator for ASK, FSK, and BPSK modulation techniques. Try our new Digital Signal Processing Simulator!   •   Interactive ASK, FSK, and BPSK tools updated for 2025. Start Now Digital Modulation Visualizer: ASK, FSK, & BPSK Simulator Learn and visualize binary modulation techniques (ASK, FSK, BPSK) in real-time with adjustable carrier and sampling parameters. Perfect for DSP students and engineers. 📡 ASK Simulator 📶 FSK Simulator 🎚️ BPSK Simulator 📚 More Topics ASK Modulator FSK Modulator BPSK Modulator More Topics 1. ASK (Amplitude Shift Keying) Simulat...