Electronics and Communication questions reward anyone who is comfortable moving between the time domain and the frequency domain. This set covers network theory, analog and digital circuits, signals and systems, control systems, communication systems, and electromagnetics. Numerical solutions keep the units visible at every step, since a dropped factor is the most common reason a correct method still produces a wrong option.
A 1024-point FFT is computed on a signal. The frequency resolution is 0.1 Hz. What is the sampling frequency?
Answer: B
Frequency resolution Δf = fs/N, so fs = Δf × N = 0.1 × 1024 = 102.4 Hz.
Q.391Medium
A continuous-time signal x(t) = 5cos(2π × 500t) + 3sin(2π × 1500t) is sampled at 4 kHz. What is the Nyquist frequency for this signal, and will aliasing occur?
Answer: B
The signal contains frequencies at 500 Hz and 1500 Hz. Maximum frequency is 1500 Hz, so Nyquist frequency required = 3 kHz. But sampling at 4 kHz gives Nyquist frequency = 2 kHz. Since 1500 Hz < 2 kHz, no aliasing occurs. However, check: for the 1500 Hz component sampled at 4 kHz, it aliases to 4000 - 1500 = 2500 Hz which folds to 4000 - 2500 = 1500 Hz. Actually, Nyquist = fs/2 = 2 kHz. The 1500 Hz signal is below 2 kHz, so no aliasing. Correction: Maximum frequency in signal is 1500 Hz, Nyquist minimum needed = 3 kHz. Sampling at 4 kHz gives Nyquist = 2 kHz < 3 kHz, so aliasing WILL occur. Option B is correct.
Q.392Easy
The Z-transform of a discrete-time signal is X(z) = z/(z-0.5) with ROC |z| > 0.5. The corresponding time-domain signal is:
Answer: A
Using partial fractions or standard Z-transform tables: X(z) = z/(z-0.5) corresponds to x[n] = 0.5^n × u[n] where u[n] is the unit step function. The ROC |z| > 0.5 confirms a causal right-sided sequence.
Q.393Easy
A first-order low-pass filter has transfer function H(s) = ωc/(s + ωc). At what frequency (in terms of ωc) does the magnitude response drop to 1/√2 of its DC value?
Answer: B
At DC (ω=0): |H(j0)| = 1. At ω = ωc: |H(jωc)| = ωc/√(ωc² + ωc²) = 1/√2. This is the -3dB cutoff frequency, a fundamental property of first-order filters.
Q.394Hard
For a linear time-invariant system with Laplace transform H(s) = 1/(s+2), determine the response to input x(t) = e^(-2t)×u(t):
Answer: A
X(s) = 1/(s+2). Y(s) = H(s)×X(s) = 1/[(s+2)²]. This is a repeated pole, inverse Laplace gives y(t) = t×e^(-2t)×u(t). This is a resonance condition in the system.
Q.395Medium
A signal's autocorrelation function is R(τ) = 10 + 8cos(2π×100τ). What is the average power of the signal?
Answer: B
The autocorrelation at τ=0 gives the total average power: R(0) = 10 + 8cos(0) = 10 + 8 = 18 W. Wait—rechecking: Power = R(0) = 10 + 8 = 18 W. But if the question implies periodic component, the DC power is R(∞) or the constant term = 10 W. Standard definition: total power = R(0) = 18 W. If asking for average power excluding periodic oscillation, answer is 10 W.
Q.396Medium
A unity feedback control system has an open-loop transfer function G(s)=s(s+4)K. For the system to be critically damped, the value of K is:
Answer: B
Understanding:
We need to find K such that the closed-loop system is critically damped (damping ratio ζ=1).
•Open-loop transfer function: G(s)=s(s+4)K
•Unity feedback system
Formula:
The closed-loop transfer function is:
T(s)=1+G(s)G(s)=s2+4s+KK
For a standard second-order system s2+2ζωns+ωn2ωn2, critical damping requires:
ζ=1
Step 1: Identify parameters from the characteristic equation.
Comparing s2+4s+K with s2+2ζωns+ωn2:
ωn22ζωn=K=4
Step 2: Apply critical damping condition ζ=1.
2(1)ωnωn=4=2
Step 3: Solve for K.
K=ωn2=22=4
Answer:
The value of K for critical damping is 4.
K=4
Quick Tip:
For a second-order system, the condition ζ=1 gives repeated real poles. Any K>4 makes it underdamped and K<4 makes it overdamped for this system.
Q.397Medium
For a second-order system, the unit step response has a peak overshoot of 16.3%. The damping ratio ζ is approximately:
Answer: A
Understanding:
We need to find the damping ratio ζ from the percentage peak overshoot (% PO).
•% PO =16.3%
Formula:
The relationship between peak overshoot and damping ratio is:
The damping ratio corresponding to 16.3% peak overshoot is 0.5.
ζ=0.5
Quick Tip:
The standard result %PO≈16.3% corresponds to ζ=0.5 and is a frequently tested value. Memorise: ζ=0.707 gives ≈4.3% overshoot (Butterworth), and ζ=1 gives 0% overshoot.
Q.398Medium
The closed-loop transfer function of a system is T(s)=s2+6s+2525. The settling time (using the 2% criterion) is:
Answer: A
Understanding:
We need to find the settling time Ts using the 2% criterion.
•Closed-loop transfer function: T(s)=s2+6s+2525
Formula:
Comparing with the standard form s2+2ζωns+ωn2ωn2:
Ts≈ζωn4(2% criterion)
Step 1: Extract system parameters.
ωn22ζωn=25⟹ωn=5rad/s=6⟹ζ=2×56=0.6
Step 2: Compute the product ζωn.
ζωn=0.6×5=3
Step 3: Apply the settling time formula.
Ts=ζωn4=34≈1.33s
Answer:
The settling time using the 2% criterion is approximately 1.33s.
Ts≈1.33s
Quick Tip:
For the 5% criterion, use Ts≈3/(ζωn). The product σ=ζωn is the real part of the closed-loop poles and directly controls the settling speed.
Q.399Medium
A proportional controller with gain Kp is used in a unity feedback system with plant G(s)=s(s+2)1. The steady-state error to a unit ramp input is:
Answer: A
Understanding:
We need to find the steady-state error ess for a unit ramp input r(t)=tu(t) with a Type-1 plant and proportional controller.
•Plant: G(s)=s(s+2)1
•Controller: Kp
•Input: unit ramp
Formula:
For a unit ramp, the steady-state error is given by the velocity error constant Kv:
ess=Kv1,Kv=s→0lims⋅GOL(s)
where GOL(s)=Kp⋅G(s).
Step 1: Compute Kv.
Kv=s→0lims⋅s(s+2)Kp=s→0lims+2Kp=2Kp
Step 2: Compute steady-state error.
ess=Kv1=Kp/21=Kp2
Answer:
The steady-state error to a unit ramp input is Kp2.
ess=Kp2
Quick Tip:
A Type-1 system has zero steady-state error to a step input but a finite error to a ramp. A Type-2 system would give zero error to a ramp. Adding an integrator (I-controller) increases system type by 1.
Q.400Medium
The characteristic equation of a system is s3+4s2+Ks+8=0. Using the Routh–Hurwitz criterion, the system is stable for:
Answer: A
Understanding:
We need to determine the range of K for which all roots of the characteristic equation lie in the left-half s-plane.
•Characteristic equation: s3+4s2+Ks+8=0
Formula:
The Routh array for as3+bs2+cs+d is:
s3s2s1s0abbbc−addcd0
Stability requires all first-column elements to be positive.
Step 1: Build the Routh array.
s3s2s1s01444K−88K80
Step 2: Simplify the s1 row entry.
44K−8=K−2
Step 3: Apply stability conditions (all first-column elements >0).
s2:4>0✓s1:K−2>0⟹K>2s0:8>0✓
Answer:
The system is stable for K>2.
K>2
Quick Tip:
A sign change in the first column of the Routh array indicates unstable roots. The number of sign changes equals the number of roots in the right-half s-plane.