Skip to main content

Wireless Communication Interview Questions | Page 1


 

Q. Sampling's importance in signal processing

A. To convert an analog signal to a digital one, sampling is required.

Q. Describe the Nyquist criterion.

A. When a message signal's highest frequency component is Fm, the sampling rate must be at least 2*Fm. If not, aliasing occurs and we cannot recover the original signal.   

Q. Why do we need "signal quantization"?

A. Quantization maps a continuous signal to a discrete set of levels. Without it, the signal would have infinite possible values, making digital processing and storage impossible.

Q. Modulation definition

A. See the answer

Q. Why is modulation necessary?

A. It reduces antenna size, allows multiplexing, and increases the range of transmission by shifting the signal to higher frequencies.

Q. What are heterodyne or super-heterodyne receivers?

A. These receivers mix the incoming high-frequency signal with a local oscillator frequency to convert it to a fixed, lower Intermediate Frequency (IF) for easier processing.

Q. What is a communication channel's capacity?

A. Capacity, C = BW * log2(1 + SNR) bits per second.
     where BW = bandwidth in Hz.
In simple terms, capacity is the maximum theoretical data rate a channel can support without errors. 

Q. A constellation diagram is what?

A. See the answer

Q. Draw the BPSK constellation diagram (binary phase shift keying).

A. It consists of two points on the horizontal (I) axis at 0 and 180 degrees.

Q. Draw the 16 QAM constellation diagram (quadrature amplitude modulation).

A. See the answer

Q. What do baud rate and bit rate mean?

A. Baud rate is the number of symbols sent per second. Bit rate is the number of bits sent per second (Bit Rate = Baud Rate * bits per symbol).

Q. Coherence bandwidth: what is it?

A. See the answer

Q. Which QAM format—32 QAM, 64 QAM, 128 QAM, and 256 QAM—has the most bits per symbol?

A. 32 QAM -----> 5 bits per symbol
64 QAM -----> 6 bits per symbol 
128 QAM -----> 7 bits per symbol
256 QAM -----> 8 bits per symbol

Q. Which modulation scheme—4 QAM or BPSK—will you choose in a noisy channel?

A. BPSK is preferred in very noisy channels because the distance between constellation points is larger, providing better noise immunity.

Q. Assume you are using two different modulation techniques. Both BPSK and QPSK modulation are used in the first. Please tell us what the SNR for QPSK should be when the SNR for BPSK is 5 dB to have the same BER (bit error rate) for both modulation techniques.

A. For the same BER, QPSK requires approximately 3 dB more signal power (SNR) than BPSK because QPSK transmits two bits per symbol.

Q. OFDM modulation: what is it? What are the benefits of OFDM modulation?

A. OFDM splits a high-rate data stream into multiple slow-rate subcarriers. Benefits include high spectral efficiency and robustness against multi-path fading.

Q. Alamouti scheme: what is it?

A. Alamouti scheme is a space-time block coding technique that sends two orthogonal symbols from two transmitters at two different time slots. It provides transmit diversity.

Stochastic Processes & Signal Theory

Q. What defines a Wide-Sense Stationary (WSS) process? A. A process is WSS if its mean is constant over time and its autocorrelation function depends only on the time lag ($\tau$), not on absolute time. Note: Unlike strict stationarity, WSS only requires the first and second moments (mean and variance) to be time-invariant. Q. In LTI systems, what is the significance of the convolution operation? A. Convolution in the time domain represents the relationship between the input signal, the system's impulse response, and the resulting output. Mathematically, convolution in the time domain is equivalent to point-wise multiplication in the frequency domain. Q. Explain the difference between Autoregressive (AR) and Moving Average (MA) processes. A. An Autoregressive (AR) process models the current value of a signal as a linear combination of its past values plus noise. A Moving Average (MA) process models the current value based on past white noise (error) terms. Q. What is Ergodicity in the context of a WSS process? A. An ergodic process is one where statistical properties (like mean and variance) can be determined from a single, sufficiently long realization of the process. In short, "time averages equal ensemble averages."

System Stability & ARMA Modeling

Q. Under what conditions is an ARMA model both causal and invertible? A. For causality, all poles of the AR polynomial must lie inside the unit circle in the Z-domain. For invertibility, all zeros of the MA polynomial must also lie inside the unit circle. Q. What happens to an LTI system if its poles lie outside the unit circle? A. The system becomes unstable. Any input will cause the output to grow without bound (diverge), as the impulse response does not decay over time. Q. What is "White Noise" in time-series analysis? A. White noise is a random process with a zero mean, constant variance, and zero autocorrelation for any non-zero lag. Its Power Spectral Density (PSD) is flat across all frequencies, similar to white light. Q. Explain the effect of "Pole-Zero Cancellation" in an ARMA(1,1) model. A. If a pole and a zero are located at the same point in the Z-domain, they cancel each other out, simplifying the system's complexity and effectively reducing the order of the model. Q. How does the 'a' parameter in an AR(1) process affect its Power Spectral Density (PSD)? A. As the absolute value of the coefficient $|a|$ approaches 1, the process becomes more correlated (longer memory). The PSD exhibits a sharp peak at low frequencies (low-pass characteristic) and the process approaches non-stationarity (random walk). Q. Why is the ARMA model preferred for stationary time series? A. ARMA is parsimonious; it can model complex dependencies with fewer parameters by combining both autoregressive (memory) and moving average (noise smoothing) components, whereas a pure AR or MA model might require many more terms to achieve the same accuracy.

Fourier Transform & Signal Properties

Q. What is the Fourier Transform of the Dirac delta function $\delta(t)$? A. The Fourier Transform of $\delta(t)$ is a constant function (1) across all frequencies. This implies that an impulse contains all frequencies with equal weight. Q. What is the significance of the Duality property in Fourier Transforms? A. Duality states that if $x(t) \leftrightarrow X(f)$, then $X(t) \leftrightarrow x(-f)$. This symmetry allows us to find the transform of a signal in one domain if we already know its inverse in the other. Q. What time-domain signal corresponds to a Sinc function in the frequency domain? A. A rectangular pulse. Due to the inverse relationship, a rectangular pulse in time results in a Sinc function in frequency, and a band-limited (rectangular) spectrum results in a Sinc pulse in time. Q. Can a signal be both time-limited and band-limited? A. No. A fundamental principle of Fourier analysis is that a signal cannot be perfectly limited in both time and frequency. If a signal is finite in duration (time-limited), its Fourier Transform will have infinite support (infinite bandwidth). Q. What is the mathematical effect of multiplying a signal by a cosine wave in the time domain? A. This is Modulation. Multiplying $x(t)$ by $\cos(2\pi f_c t)$ shifts the signal's spectrum to be centered at $\pm f_c$. This is the basis of up-conversion in transmitters. Q. If a signal is compressed in time ($x(at)$ where $a > 1$), what happens to its spectrum? A. The spectrum expands in frequency and its amplitude decreases. Mathematically: $x(at) \leftrightarrow \frac{1}{|a|}X(\frac{f}{a})$. Compression in time is expansion in frequency. Q. What is the Fourier Transform of a signal that is both real and even? A. The Fourier Transform of a real and even signal is also real and even. If the signal is real and odd, its transform is purely imaginary and odd. Q. What causes "Spectral Leakage" when using a rectangular window? A. Truncating a signal abruptly with a rectangular window is equivalent to multiplying by a pulse. In the frequency domain, this is a convolution with a Sinc function, which introduces "sidelobes" or ripples that leak energy into adjacent frequencies. Q. Explain the Convolution Theorem. A. The Convolution Theorem states that convolution in the time domain corresponds to point-wise multiplication in the frequency domain. This makes it much easier to analyze the output of a system (Filter) by simply multiplying the input spectrum by the filter's transfer function.

Sampling & Discrete Systems

Q. What happens to the Fourier Transform of a signal when it is sampled at rate $f_s$? A. Sampling in the time domain makes the spectrum periodic in the frequency domain, with a period equal to the sampling frequency $f_s$. If $f_s$ is less than twice the highest frequency (Nyquist), these periodic replicas overlap, causing aliasing. Q. What is the Fourier Transform of the Unit Step function $u(t)$? A. In the angular frequency domain, it is expressed as $U(\omega) = \pi\delta(\omega) + \frac{1}{j\omega}$. The delta function represents the DC component (average value of 0.5), and the $1/j\omega$ represents the transient change. Q. What is the Fourier Transform of a triangular pulse? A. The Fourier Transform of a triangular pulse is a Sinc squared function $[\text{sinc}(f)]^2$. This is because a triangular pulse is the result of convolving two rectangular pulses.





Contact Us

Name

Email *

Message *

Popular Posts

Hybrid Beamforming | Page 1

Beamforming Techniques Hybrid Beamforming... Page 1 | Page 2 | Hybrid Beamforming: Hybrid beam formation was developed to address some of the limitations of digital pre-coding approaches. Every antenna element is connected to an RF chain in digital pre-coding (beam forming) method. We also know that each RF chain is in charge of providing a separate data stream between the transmitter and the receiver. We know that a larger number of independent data streams leads to higher data rates. It has a spatial multiplexing feature for MIMO. As a result, we may assume that switching from MIMO to massive MIMO will benefit us more in terms of spatial multiplexing in massive MIMO, where each antenna is coupled to a single RF chain. We'll proceed with a definition of hybrid beam forming. Overview of hybrid beam forming with example: Unlike digital beam forming, more than one antenna element is connected to a single RF chain in hybr...

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

📘 Overview & Theory 🧮 MATLAB Code for BPSK, QPSK, 8-PSK, 16-PSK, 32-PSK 🧮 Simulator for m-ary PSK 📚 Further Reading   MATLAB Code for BPSK, QPSK, 8-PSK, 16-PSK, 32-PSK clc; clear all; close all; rng(10) M = 8; % M = 2, 4, 8, 16, 32, etc. N_Bits = 2520; Phase = 0; data_info_bit = randi([0,1],N_Bits,1); data_temp = bi2de(reshape(data_info_bit,N_Bits/log2(M),log2(M))); modData = pskmod(data_temp,M,Phase); figure(1); scatterplot(modData); channelAWGN = 15; rxData2 = awgn(modData, channelAWGN); figure(2); scatterplot(rxData2); demodData = pskdemod(rxData2,M,Phase);   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 conste...

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

How Windowing Affects Your Periodogram

The windowed periodogram is a widely used technique for estimating the Power Spectral Density (PSD) of a signal. It enhances the classical periodogram by mitigating spectral leakage through the application of a windowing function. This technique is essential in signal processing for accurate frequency-domain analysis.   Power Spectral Density (PSD) The PSD characterizes how the power of a signal is distributed across different frequency components. For a discrete-time signal, the PSD is defined as the Fourier Transform of the signal’s autocorrelation function: S x (f) = FT{R x (Ï„)} Here, R x (Ï„)}is the autocorrelation function. FT : Fourier Transform   Classical Periodogram The periodogram is a non-parametric PSD estimation method based on the Discrete Fourier Transform (DFT): P x (f) = \(\frac{1}{N}\) X(f) 2 Here: X(f): DFT of the signal x(n) N: Signal length However, the classical periodogram suffers from spectral leakage due to abrupt truncation of the ...

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

Galois Fields: GF(2) and GF(2m) and Primitive Polynomial

Galois Fields: GF(2) and GF(2 m ) 1. What is a Galois Field (GF)? A Galois Field (GF) is a finite set of elements in which the four basic arithmetic operations—addition, subtraction, multiplication, and division (except by zero)— are all well defined and closed. GF(q) ⇒ a field with exactly q elements 2. The Simplest Field: GF(2) GF(2) is the smallest possible finite field and forms the foundation of all digital systems. GF(2) = {0, 1} Addition in GF(2) Addition is performed modulo 2 (XOR operation): + 0 1 0 0 1 1 1 0 Multiplication in GF(2) × 0 1 0 0 0 1 0 1 GF(2) is used in binary logic, XOR operations, and simple error-control codes. 3. Meaning of GF(2 m ) GF(2 m ) is a finite field containing exactly 2 m elements . Each element represents an m-bit symbol . Field Number of Elements GF(2) 2 GF(2²) 4 GF(2³) 8 GF(2⁸) 256 Important: GF(2 m ) is not integer arithmetic modulo 2 m . It is polynomial-based arithmetic. 4....

Frequency Shift Keying (FSK) Modulation & Demodulation (with Simulation)

Frequency Shift Keying (FSK) Theoretical Foundations: Frequency Shift Keying (FSK) is a discrete frequency modulation scheme wherein the digital information is encoded via instantaneous shifts in the carrier signal's frequency. The fundamental implementation is Binary FSK (BFSK), which maps binary data onto two distinct, discrete spectral states. A binary '1' (the "mark" state) is represented by a carrier frequency \( f_1 \), while a binary '0' (the "space" state) corresponds to frequency \( f_2 \). Each symbol is sustained for a bit interval denoted by \( T_b \). FSK Transmitter Characterization: The mathematical model for the modulated BFSK output \( s(t) \) is defined as: \[ s(t) = \begin{cases} A_c \cos(2\pi f_1 t), & \text{for } m = 1 \\ A_c \cos(2\pi f_2 t), & \text{for } m = 0 \end{cases} \] ...