Skip to main content

Massive MIMO SINR Scaling


Massive MIMO SINR Scaling Explained

Understanding the appearance of \(1/\sqrt{M}\) in imperfect CSI scenarios

Introduction

In Massive MIMO systems, understanding how the signal-to-interference-plus-noise ratio (SINR) scales with the number of base-station antennas \(M\) is crucial. This article presents a clear, simplified derivation to explain why \(1/\sqrt{M}\) scaling appears in the case of imperfect channel state information (CSI).

System Setup & Assumptions

  • Single desired user (no inter-user interference).
  • Uplink transmit power per user = \(p_u\), noise variance per antenna = 1.
  • Base station has \(M\) antennas; channel vector \(g\).
  • Channel estimated via uplink pilots. Pilot power scales with data power \(p_u\).
  • Matched filter combiner: \(v = \hat{h}\), where \(\hat{h}\) is the estimated channel.
  • We consider dominant scalings with \(M\) (big-\(M\) asymptotics), ignoring multiplicative constants.

Scaling of Key Quantities

The dominant scalings often used in literature are:

  • Estimated channel norm: \(\|\hat{h}\| \propto p_u M\)
  • Estimation error contribution: \(\propto p_u M\)
  • Noise power after combining: \(\propto \|\hat{h}\|^2 \propto p_u^2 M^2\)

Matched-Filter Output — Dominant Scalings

After matched filtering, the simplified dominant scalings are:

  • Signal power: \(\propto p_u^2 M^2\)
  • Interference + noise: \(\propto p_u M + M\)

Hence, the simplified SINR scales as:

$$SINR \approx \frac{p_u^2 M^2}{p_u M + M}$$

Finding the Power Scaling to Keep SINR Constant

Let transmit power scale as \(p_u = c M^{-\alpha}\). Then:

$$
SINR \propto \frac{c^2 M^{2 - 2\alpha}}{c M^{1 - \alpha} + M} \\
= c^2 \frac{M^{1 - 2\alpha}}{c M^{-\alpha} + 1}
$$

For large \(M\), \(c M^{-\alpha} \to 0\), so:

$$SINR \propto c^2 M^{1 - 2\alpha}$$

To keep SINR constant, set the exponent to zero:

$$1 - 2\alpha = 0 \quad \to \quad \alpha = 1/2$$

Therefore, transmit power should scale as:

$$p_u = \frac{c}{\sqrt{M}}$$

Quick Check: Perfect CSI Case

With perfect CSI (no estimation error), the SINR scales differently:

$$SINR \propto \frac{p_u^2 M^2}{M} = p_u^2 M$$

Here, the transmit power can be reduced faster than \(1/\sqrt{M}\) while maintaining SINR.

Here, the denominator is only 'M' because

  • In the case of MIMO with perfect Channel State Information (CSI), interference is effectively nullified (0 + M), as all interference is canceled due to signal orthogonality.

Intuition

Imperfect CSI couples the combiner quality with pilot energy (tied to \(p_u\)). This coupling introduces a term \(\propto M\) in the denominator, which algebraically forces the \(p_u \propto 1/\sqrt{M}\) scaling. Perfect CSI allows stronger power reduction because the denominator does not include the estimation error term.

Conclusion

The \(1/\sqrt{M}\) scaling in massive MIMO with imperfect CSI arises from balancing the power of the desired signal and the amplified noise/error contributions. This simple derivation captures the essential algebra behind the scaling laws frequently cited in literature.

Contact Us

Name

Email *

Message *

Popular Posts

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

UGC NET Electronic Science June 2025 Question Paper with Answer Key & Detailed Solutions

Home / UGC NET PYQ / June 2025 Solved UGC NET Electronic Science June 2025 Question Paper with Answer Key and Full Explanations 📥 Download Question Paper (PDF) 2025 2024 2023 2022 2021 2020 Explanations 1.  Answer: Option (3) For forming a p-type semiconductor, the dopant must be a trivalent impurity (three valence electrons) so that it creates acceptor levels and holes become the majority carriers. Among the given elements, boron (B) is a group-III element (trivalent). Arsenic (As) and phosphorus (P) are group-V (pentavalent) donors that produce n-type material, and germanium (Ge) is a group-IV element usually used as the semiconductor, not as an acceptor dopant. Hence, doping an intrinsic semiconductor with B produces a p-type semiconductor. 2.  Answer: Option (4) The ohmic resistance of a JFET at zero gate bias is given by the standard relation: R DS(on) = V P / I DSS ...

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

Q-function in BER vs SNR Calculation

Q-function in BER vs. SNR Calculation In the context of Bit Error Rate (BER) and Signal-to-Noise Ratio (SNR) calculations, the Q-function plays a significant role, especially in digital communications and signal processing . What is the Q-function? The Q-function is a mathematical function that represents the tail probability of the standard normal (Gaussian) distribution. Specifically, it is defined as: Q(x) = (1 / sqrt(2Ï€)) ∫â‚“∞ e^(-t² / 2) dt In simpler terms, the Q-function gives the probability that a standard normal random variable exceeds a value x . It is the complementary cumulative distribution function (CCDF) of the standard Gaussian distribution. The Role of the Q-function in BER vs. SNR The Q-function is the standard tool for calculating the Bit Error Rate (BER) in digital communication systems like Binary Phase Shift Keying (BPSK) or Quadrature Phase Shift Keying (QPSK) , where noise follows a Gaussian dis...

UGC NET Electronic Science December 2024 Question Paper with Answer Key & Detailed Solutions

Home / UGC NET PYQ / June 2025 Solved UGC NET Electronic Science December 2024 Question Paper with Answer Key and Full Explanations 📥 Download Question Paper (PDF) 2025 2024 2023 2022 2021 2020 Q.1 Answer: Option (3) Q.2 Answer: Option (3) Solution 1. JMP SHORT LABEL Intrasegment (within the same code segment). Direct jump. ❌ Not intersegment indirect. 2. JMP 5000H:2000H Intersegment (far jump because both CS and IP are specified). Direct jump (address is explicitly given). ❌ Not indirect. 3. JMP [2000H] The destination address is taken from memory location 2000H. This is indirect. In 8086, a far indirect jump can use a memory operand containing both IP and CS (depending on operand size), making it an intersegment indirect jump. ✅ Correct answer. 4. JMP [BX] Indirect jump through memory addressed by BX. Usually intrasegment (near indirect jump). ❌ Not in...

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 📂 Other Topics: M-ary PSK & QAM Diagrams ▼ 🧮 Simulator for M-ary PSK Constellation 🧮 Simulator for M-ary QAM Constellation BASK (Binary ASK) Modulation Transmits one of two signals: 0 or -√Eb, where Eb​ is the energy per bit. These signals represent binary 0 and 1. BFSK (Binary FSK) Modulation Transmits one of two signals: +√Eb​ (On the y-axis, the phas...

Online Simulator for ASK, FSK, and PSK

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

Shannon Limit Explained: Negative SNR, Eb/No and Channel Capacity

Understanding Negative SNR and the Shannon Limit An explanation of Signal-to-Noise Ratio (SNR), its behavior in decibels, and how Shannon's theorem defines the ultimate communication limit. Signal-to-Noise Ratio in Shannon’s Equation In Shannon's equation, the Signal-to-Noise Ratio (SNR) is defined as the signal power divided by the noise power: SNR = S / N Since both signal power and noise power are physical quantities, neither can be negative. Therefore, the SNR itself is always a positive number. However, engineers often express SNR in decibels: SNR(dB) When SNR = 1, the logarithmic value becomes: SNR(dB) = 0 When the noise power exceeds the signal power (SNR < 1), the decibel representation becomes negative. Behavior of Shannon's Capacity Equation Shannon’s channel capacity formula is: C = B log₂(1 + SNR) For SNR = 0: log₂(1 + SNR) = 0 When SNR becomes smaller (including negative values in dB), the expression approache...