Skip to main content

MIMO Beamspace Channel Matrix (Hb)


How Beamspace Fits into the Original MIMO Equation

1. Original MIMO Model

In a standard MIMO system, the received signal at the antennas is given by:

y = Hx + n

where:

  • y: Received signal vector (size Nr×1)
  • H: Channel matrix (size Nr×Nt)
  • x: Transmitted signal vector (size Nt×1)
  • n: Noise vector

This is the antenna-domain channel representation — it tells how each transmit antenna affects each receive antenna.



2. Why We Need Beamspace

At mmWave frequencies, the signal propagation has only a few dominant paths (directions of arrival and departure). That means the channel is sparse in the angular domain, but not in antenna space. To expose that sparsity, we convert the channel into beamspace.



3. Beamspace Representation

We express the physical channel as:

H = Ar Hb AtH

where:

  • At – Transmit array response (DFT matrix mapping antennas → transmit beams)
  • Ar – Receive array response (DFT matrix mapping antennas → receive beams)
  • Hb – Beamspace channel matrix (sparse in angular domain)

Thus, the beamspace channel is related to the physical channel as:

Hb = ArH H At

This transformation simply changes the basis from antenna domain to beam (directional) domain.



4. Substitute into the Original Equation

Substitute H = Ar Hb AtH into y = Hx + n:

y = Ar Hb AtH x + n

Now multiply both sides by ArH (applying a receive beamformer):

ArH y = Hb AtH x + ArH n

Define:

yb = ArH y,   xb = AtH x,   nb = ArH n

Then the MIMO equation in beamspace becomes:

yb = Hb xb + nb

This is the beamspace MIMO model — the same channel, now expressed in terms of transmit and receive beams.



5. Adding Beamformers (Practical mmWave Case)

In real systems, we use analog/digital beamformers at both ends:

y = WH H F x + n

Substitute the beamspace form of H:

y = WH (Ar Hb AtH) F x + n

Simplify:

y = (WH Ar) Hb (AtH F) x + n

Here, WH Ar and AtH F act as the receive and transmit beam selectors.



6. Compressive Sensing Form (OMP Model)

When multiple pilot signals are sent, and the received measurements are stacked, we can vectorize the model:

vec(Y) = (XT ⊗ WH) (At* ⊗ Ar) vec(Hb) + n

Define:

y = vec(Y),   Q = (XT ⊗ WH)(At* ⊗ Ar),   hb = vec(Hb)

Then the final OMP equation becomes:

y = Q hb + n

This is the compressed sensing model used by OMP for sparse channel estimation.



7. Summary

StepEquationDescription
1y = Hx + nOriginal MIMO channel (antenna domain)
2H = Ar Hb AtHChannel expressed in beamspace
3yb = Hb xb + nbMIMO model in beamspace domain
4y = WH H F x + nPractical beamformed MIMO model
5y = Q hb + nCompressed sensing form used in OMP

Thus, the beamspace transformation fits naturally into the MIMO model by representing the channel in terms of transmit and receive beams instead of antenna elements. This reveals the inherent sparsity of the mmWave channel, enabling efficient estimation using OMP.


Further Reading


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

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

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

MATLAB Code for ASK, FSK, and PSK (with Online Simulator)

MATLAB Code for ASK, FSK, and PSK Comprehensive implementation of digital modulation and demodulation techniques with simulation results. 📘 Theory 📡 ASK Code 📶 FSK Code 🎚️ PSK Code 🕹️ Simulator 📚 Further Reading Amplitude Shift Frequency Shift Phase Shift Live Simulator ASK, FSK & PSK HomePage MATLAB Code MATLAB Code for ASK Modulation and Demodulation COPY % The code is written by SalimWireless.Com clc; clear all; close all; % Parameters Tb = 1; fc = 10; N_bits = 10; Fs = 100 * fc; Ts = 1/Fs; samples_per_bit = Fs * Tb; rng(10); binar...

Theoretical BER vs SNR for binary ASK, FSK, and PSK (with MATLAB Code + Simulator)

📘 Overview & Theory 🧮 MATLAB Codes 🧮 Q-function 📚 Further Reading Bit Error Rate (BER) Equations In ASK, noise directly affects the signal amplitude, making it the most vulnerable since the data is carried in amplitude changes. In FSK, data is represented by frequency variations, and because noise typically impacts amplitude more than frequency, FSK is more robust than ASK. In PSK, data is encoded in the signal phase, and BPSK specifically uses 180-degree phase shifts, creating the greatest separation between signal points and therefore achieving the lowest bit error rate (BER) for the same power level. BER formulas for ASK, FSK, and PSK modulation schemes. ASK BER = 0.5 × erfc(0.5 × √SNR) FSK BER = 0.5 × erfc(√(SNR / 2)) PSK BER = 0.5 × erfc(√SNR) ...