Skip to main content

MATLAB Code for 8-PSK, 16-PSK, ...


 

MATLAB Code for BPSK, QPSK, 8-PSK, 16-PSK, 32-PSK


 

for BPSK, Constellation Size, M = 2
for QPSK, M = 4
for 8-PSK, M = 8, and so on 

 Output


Figure: 8-PSK Modulation




Figure: 8-PSK Demodulation after adding AWGN Noise

Using the above MATLAB code you'll able be to modulate and demodulate 2-PSK, 4-PSK, 8-PSK, 16-PSK, 32-PSK and so on. 

16-PSK

Fig: 16-PSK



In this above code 'M' is the number of the constellation points which denotes the total number of symbols or signals. You can vary the number of constellation points in the MATLAB code above. 
 

MATLAB Code for BER vs SNR for BPSK, QPSK, 8-PSK, 16-PSK, 32-PSK 

 
 

 

Real-World Applications of PSK Modulation

M-ary PSK modulation is widely used in modern telecommunications:

  • BPSK: Used in deep-space telemetry and low-cost passive RFID tags.
  • QPSK: The backbone of Satellite Television (DVB-S), cable modems, and 4G LTE control channels.
  • 8-PSK: Commonly used in the EDGE cellular network and aircraft communication systems.
  • Higher Order PSK: Used in high-speed optical fiber communications where SNR is strictly controlled.

Why are Constellation Diagrams Important?

To understand any digital modulation scheme, constellation diagrams are extremely important because they visually represent how signals vary in amplitude and phase. In the case of Phase Shift Keying (PSK), the signal amplitude remains constant while only the phase changes.

Communication engineers often analyze the distances between constellation points to evaluate the performance and efficiency of a modulation scheme. The minimum distance between constellation points directly affects the error performance of the system. For example, it is well known that PSK can provide approximately a 3 dB SNR advantage over FSK under certain conditions. This performance difference originates from the separation between constellation points and the corresponding Euclidean distance in the signal space.

Similarly, constellation point spacing plays a critical role in the performance of M-ary PSK modulation schemes. When the signal-to-noise ratio (SNR) is high, higher-order M-PSK schemes can be used to achieve greater spectral efficiency and higher data rates. However, as the modulation order increases, the angular separation between adjacent constellation points decreases, making the system more susceptible to noise and phase errors.

Therefore, in low-SNR environments, lower-order modulation schemes such as BPSK are generally preferred because their constellation points are more widely separated, resulting in better bit error rate (BER) performance and improved reliability. You can try the interactive online (web based) simulations below to understand how constellation diagram works.


Try Interactive Online Simulators


Comparison of M-PSK Modulation Schemes

Modulation M (Symbols) Bits per Symbol Noise Immunity
BPSK 2 1 Highest
QPSK 4 2 High
8-PSK 8 3 Medium
16-PSK 16 4 Low

Theoretical Bit Error Rate (BER) for m-ary PSK

For M-PSK in an AWGN channel, the symbol error probability P_s can be approximated for high SNR as:

Ps ≈ 2Q( √(2Es/N0) sin(Ï€/M) )

Where Es/N0 is the energy-to-noise density ratio and M is the modulation order.


Read More about BER vs SNR for m-ary PSK and QAM


Why Is QPSK an Important Modulation Scheme?

Quadrature Phase Shift Keying (QPSK) is an important digital modulation technique because it can transmit twice the data rate of Binary Phase Shift Keying (BPSK) while maintaining nearly the same bit error rate (BER) performance at low signal-to-noise ratio (SNR) levels when Gray coding is employed.

Compared with higher-order modulation schemes, QPSK offers a good balance between data rate, spectral efficiency, and reliability. Its spectral efficiency is comparable to that of 4-QAM and, under low-SNR conditions, it can outperform higher-order schemes such as 16-QAM in terms of robustness. In highly noisy communication channels, QPSK may even provide better overall spectral efficiency than 4-QAM or 16-QAM due to its lower error susceptibility.

As a result, QPSK is widely used in practical wireless communication systems and is often combined with QAM-based modulation techniques in adaptive modulation schemes, where the modulation order is dynamically adjusted according to channel conditions.

Read More: BER Performance Comparison of QPSK, BPSK, 4-QAM, 16-QAM, 64-QAM, and 256-QAM Using MATLAB and Simulation Tools (Click Here →)


Frequently Asked Questions

Q1: Why does the constellation plot look blurry at low SNR? A: At low SNR, the noise power is high, causing the received symbols to deviate significantly from their ideal positions.
Q2: Can I use this code for M=64? A: Yes, the pskmod function supports any power of 2 for M, but note that 64-PSK is rarely used in practice because QAM is more efficient for such high orders.


Further Reading

Contact Us

Name

Email *

Message *

Popular Posts

Constellation Diagram of FSK in Detail

📘 Overview 🧮 Simulator for constellation diagram of FSK 🧮 Theory 🧮 MATLAB Code 📚 Further Reading 📚 BER vs SNR from Constellation   Binary bits '0' and '1' can be mapped to 'j' and '1' to '1', respectively, for Baseband Binary Frequency Shift Keying (BFSK) . Signals are in phase here. These bits can be mapped into baseband representation for a number of uses, including power spectral density (PSD) calculations. For passband BFSK transmission, we can modulate signal 'j' with a lower carrier frequency and signal '1' with a higher carrier frequency while transmitting over a wireless channel. Let's assume we are transmitting carrier signal fc1 for the transmission of binary bit '1' and carrier signal fc2 for the transmission of binary bit '0'. Simulator for 2-FSK Constellation Diagram Simulator for 2-FSK Constellation Diagram ...

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 ...

BER vs SNR for M-ary QAM, M-ary PSK, QPSK, BPSK, ...(MATLAB Code + Simulator)

Bit Error Rate (BER) & SNR Guide Analyze communication system performance with our interactive simulators and MATLAB tools. 📘 Theory 🧮 Simulators 💻 MATLAB Code 📚 Resources BER Definition SNR Formula BER Calculator MATLAB Comparison 📂 Explore M-ary QAM, PSK, and QPSK Topics ▼ 🧮 Constellation Simulator: M-ary QAM 🧮 Constellation Simulator: M-ary PSK 🧮 BER calculation for ASK, FSK, and PSK 🧮 Approaches to BER vs SNR What is Bit Error Rate (BER)? The BER indicates how many corrupted bits are received compared to the total number of bits sent. It is the primary figure of merit f...

FM Bandwidth and FM Band Explained

FM radio uses the frequency band from 88 MHz to 108 MHz , which is a 20 MHz-wide spectrum . This is the range of carrier frequencies available to stations. 108 MHz − 88 MHz = 20 MHz However, a single FM station occupies only about 200 kHz . This is the bandwidth of the modulated FM signal. 1. Why One FM Station Needs ~200 kHz FM uses frequency modulation . The bandwidth depends on how far the carrier swings. Carson's Rule gives the approximate FM bandwidth: B = 2 ( Δf + f m ) ...

What is Frequency Resolution?

  Formula for Frequency Resolution (in general) The frequency resolution is the smallest frequency difference between two adjacent frequency points in your sampling range. It is determined by the total frequency range and the number of frequency samples  N . The formula for the frequency resolution (or step size)  Δf  is: Δf = (f max  - f min ) / (N - 1) Where: f min  is the minimum frequency in the range (in this case, -50 Hz). f max  is the maximum frequency in the range (in this case, 50 Hz). N  is the number of frequency points / frequency bins. Using the Given Values: From the function: f min  = -50 Hz f max  = 50 Hz N  = 1000 The frequency resolution is: Δf = (50 - (-50)) / (1000 - 1) = 100 / 999 ≈ 0.1001 Hz   Understanding Frequency Resolution in Signal Processing Alternative Formula Using Time Duration Another common way to define frequency resolution, especially in time-domain signal processing, is: Δf = 1 / T W...

Ph.D. admissions in IITs without a GATE score

PhD Admission in IITs With Low CGPA approximately 6.5 – 7.0 / 10 No valid GATE score Willing to strengthen research proposal, contact faculty, apply to multiple institutes Expanded List of IITs: Eligibility & Links IIT Eligibility & Notes PhD Info Link IIT Gandhinagar Minimum: 60% marks or 6.0 CGPA (General) or 55%/5.5 (SC/ST/PD) in qualifying degree.  GATE/NET may be waived in certain cases; but short‑listing criteria likely higher. iitgn.ac.in/admissions/phd IIT Kharagpur Minimum eligibility: 60% marks or 6.5 CGPA in qualifying exam for many branches.  However brochure notes “for test & interview this minimum must be met and higher cut‑offs may apply”. iitkgp.ac.in/phd_brochure.pdf IIT Bhubaneswar Minimum: Engineering Schools – M.Tech/ME with minimum 60% marks or 6.5 CGPA....

BER performance of QPSK with BPSK, 4-QAM, 16-QAM, 64-QAM, 256-QAM, etc (MATLAB + Simulator)

📘 Overview 📚 QPSK vs BPSK and QAM: A Comparison of Modulation Schemes in Wireless Communication 📚 Real-World Example 🧮 MATLAB Code 📚 Further Reading   QPSK provides twice the data rate compared to BPSK. However, the bit error rate (BER) is approximately the same as BPSK at low SNR values when gray coding is used. On the other hand, QPSK exhibits similar spectral efficiency to 4-QAM and 16-QAM under low SNR conditions. In very noisy channels, QPSK can sometimes achieve better spectral efficiency than 4-QAM or 16-QAM. In practical wireless communication scenarios, QPSK is commonly used along with QAM techniques, especially where adaptive modulation is applied. Modulation Bits/Symbol Points in Constellation Usage Notes BPSK 1 2 Very robust, used in weak signals QPSK 2 4 Balanced speed & reliability 4-QAM ...