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

Design of CMOS Flip-Flops (SR, D, JK)

Design of CMOS Flip-Flops (SR, D, JK) A flip-flop or latch is a circuit with two stable states, used to store state information. It is the basic storage element in sequential logic and a fundamental building block in digital electronics systems, including computers and communication devices. Flip-flops and latches act as data storage elements for states, pulse counting, and synchronization of variably-timed input signals to a reference clock. Flip-flops can be transparent/opaque (latches) or clocked (synchronous, edge-triggered). Latches are level-sensitive, while flip-flops are edge-sensitive. In sequential logic, the output depends on current inputs and previous states. Fig.1 shows a sequential circuit combining a combinational block and a memory element. ...

FFT Butterfly Method Explained (with Simulations)

4-Point FFT Using Butterfly Method Given: x[n] = {0, 1, 2, 3} Step 1: Split into Even & Odd Even indices: x e = {x[0], x[2]} = {0, 2} Odd indices: x o = {x[1], x[3]} = {1, 3} Step 2: 2-point DFT For any {a, b}: DFT = {a + b, a - b} Even Part (E): {0+2, 0-2} = {2, -2} Odd Part (O): {1+3, 1-3} = {4, -2} Step 3: Combine Using Butterfly X[k] = E[k] + W 4 k O[k] X[k + 2] = E[k] - W 4 k O[k] Twiddle Factors (N=4): W 4 0 = 1, W 4 1 = -j Final Calculations: X[0] = E[0] + W 4 0 O[0] = 2 + (1)(4) = 6 X[2] = E[0] - W 4 0 O[0] = 2 - (1)(4) = -2 X[1] = E[1] + W 4 1 O[1] = -2 + (-j)(-2) = -2 + 2j X[3] = E[1] - W 4 1 O[1] = -2 - (-j)(-2) = -2 - 2j Final Answer: X[k] = {6, -2 + 2j, -2, -2 - 2j} 8-Point FFT Using Butterfly Method Given: x[n] = {0,1,2,3,4,5,6,7} Step 1: Split into Bit-Reversed Order To perform DIT-FFT, split the 8 points into pairs of two: Group A: {x[0], x[4]} = {0, 4}...

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

Pulse Amplitude Modulation and Demodulation

📘 Overview & Theory of Pulse Amplitude Moduation (PAM) 🧮 Pulse Amplitude Demoduation 🧮 MATLAB Code for PAM 📚 Further Reading 📂 Other Topics on Pulse Amplitude Modulation ... 🧮 Simulation results for comparison of PAM, PWM, PPM, DM, and PCM 🧮 Other Pulse Modulation Techniques (e.g., PWM, PPM, DM, and PCM) 🧮 MATLAB Code for Pulse Amplitude Modulation and Demodulation of an Analog Signal (2) 🧮 MATLAB Code for Pulse Amplitude Modulation and Demodulation of Digital data  Pulse Amplitude Modulation (PAM) Sampling allow us to represent real world continuous signal, such as audio or video, in a format suitable for digital processing and storage. This sampled discrete-time signal is inherently digital. A digital signal is a discrete-time signal that is further quantized in amplitude. Pulse Amplitude modulation (PAM) is the modulation technique in which amplitude of carrier pulses is...

Q-function in BER vs SNR Calculation (with Simulation)

Q-function in BER vs. SNR Calculation In digital communications and signal processing, the Q-function plays a significant role in predicting system reliability. It allows engineers to quantify the probability that Gaussian noise will exceed a specific threshold, causing a bit error. What is the Q-function? The Q-function is a mathematical function representing the tail probability of the standard normal (Gaussian) distribution. It is the complementary cumulative distribution function (CCDF) of a standard Gaussian distribution. Q(x) = (1 / √(2Ï€)) ∫â‚“∞ e^(-t² / 2) dt The Role of the Q-function in BER vs. SNR The Q-function is the standard tool for calculating BER in systems like BPSK or QPSK over AWGN (Additive White Gaussian Noise) channels. For BPSK: In BPSK, we transmit +√E b (bit 1) and -√E b (bit 0). The decision boundary is set at 0 . If -√E b was sent, an error occurs if noise r > √...

Channel Impulse Response (CIR) (with MATLAB + Simulator)

📘 Overview & Theory 📘 How CIR Affects the Signal 🧮 Online Channel Impulse Response Simulator 🧮 MATLAB Codes 📚 Further Reading What is the Channel Impulse Response (CIR)? The Channel Impulse Response (CIR) is a concept primarily used in the field of telecommunications and signal processing. It provides information about how a communication channel responds to an impulse signal. It describes the behavior of a communication channel in response to an impulse signal. In signal processing, an impulse signal has zero amplitude at all other times and amplitude ∞ at time 0 for the signal. Using a Dirac Delta function, we can approximate this. Fig: Dirac Delta Function The result of this calculation is that all frequencies are responded to equally by δ(t) . This is crucial since we never know which frequenci...

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

Frequency Bands : EHF, SHF, UHF, VHF, HF, MF, LF, VLF and Their Uses

Frequency Bands >> EHF, SHF, UHF, VHF, HF, MF, LF... Frequency Bands and Their Uses 1. Extremely High Frequency (EHF) 30 - 300 GHz Uses 5G Networks 5G millimeter wave band 6G and beyond (Experimental) RADAR 2. Super High Frequency (SHF) 3 - 30 GHz Uses Ultra-wideband (UWB) Airborne RADAR Satellite Communication Microwave Link Communication or SATCOM 3. Ultra High Frequency (UHF) 300 - 3000 MHz Uses Satellite Communication Television Surveillance Navigation aids Also, read important wireless communication terms 4....