A moving-average function is given by \(y(t)=\dfrac{1}{T}\displaystyle\int_{t-T}^{t}u(\tau)\,d\tau\). If the input \(u\) is a sinusoid of frequency \(\dfrac{1}{2T}\) Hz, then in steady state the output \(y\) lags \(u\) (in degrees) by (numerical):
Solution
Let \(u(t)=\sin(\omega_0 t)\) with \(\omega_0=2\pi\cdot\tfrac{1}{2T}=\pi/T\). Integrating,
Since \(\omega_0 T=\pi\), \(\cos(\omega_0 t-\pi)=-\cos(\omega_0 t)\), giving \(y(t)=-\dfrac{2}{\pi}\cos(\omega_0 t)=\dfrac{2}{\pi}\sin(\omega_0 t-90^\circ)\). The output lags by \(90^\circ\).
✓
Final Answer
Correct answer: 90°
Question 02
Question 2 (Set 1)
The impulse response \(g(t)\) of a system \(G\) is shown in Figure (a). What is the maximum value attained by the impulse response of two cascaded blocks of \(G\) shown in Figure (b)?
(a) \(g(t)\); (b) cascade \(G\!\cdot\!G\).
\(\tfrac{2}{3}\)
\(\tfrac{3}{4}\)
\(\tfrac{4}{5}\)
\(1\)
Solution
Here \(g(t)=u(t)-u(t-1)\), a unit rectangular pulse of width 1. The cascade impulse response is \(g(t)*g(t)\), a triangular pulse on \((0,2)\) peaking at \(t=1\):
The signum function is \(\operatorname{sgn}(x)=x/|x|\) for \(x\ne0\) and \(0\) at \(x=0\). The Fourier series expansion of \(\operatorname{sgn}(\cos t)\) has:
Only sine terms with all harmonics
Only cosine terms with all harmonics
Only sine terms with even harmonics
Only cosine terms with odd harmonics
Solution
\(\operatorname{sgn}(\cos t)\) is an even square wave.
\(\operatorname{sgn}(\cos t)\) is an even function, so its series contains only cosine terms. It has half-wave symmetry (changes sign every half period), which eliminates all even harmonics. Hence only odd cosine harmonics remain.
Sign pattern over one period.
D
Final Answer
Correct answer: D.
Question 04
Question 4 (Set 1)
Consider \(x[n]=(-0.25)^n u[n]+(0.5)^n u[-n-1]\). The region of convergence of its Z-transform is:
Inside the circle of radius 0.5
Outside the circle of radius 0.25
Annular region between radii 0.25 and 0.5
Entire Z-plane
Solution
The right-sided term \((-0.25)^n u[n]\) has ROC \(|z|>0.25\); the left-sided term \((0.5)^n u[-n-1]\) has ROC \(|z|<0.5\). The combined ROC is the intersection \(0.25<|z|<0.5\).
C
Final Answer
Correct answer: C.
Question 05
Question 5 (Set 2)
The Laplace transform of \(f(t)=2\sqrt{\dfrac{t}{\pi}}\) is \(s^{-3/2}\). The Laplace transform of \(g(t)=\dfrac{1}{\sqrt{\pi t}}\) is:
\(\tfrac{3}{2}s^{-5/2}\)
\(s^{-1/2}\)
\(s^{1/2}\)
\(s^{3/2}\)
Solution
Note that \(g(t)=\dfrac{1}{\sqrt{\pi t}}=\dfrac{d}{dt}\!\left(2\sqrt{\dfrac{t}{\pi}}\right)=f'(t)\). With \(f(0)=0\), the derivative property gives
Note: the OCR of this problem dropped the square-root signs, printing \(f(t)\) as "\(2t/\pi\)" and \(g(t)\) as "\(1/\pi t\)". Those forms are inconsistent with the stated transform \(s^{-3/2}\); the intended functions are \(2\sqrt{t/\pi}\) and \(1/\sqrt{\pi t}\), restored above. The answer (B) is unaffected.
B
Final Answer
Correct answer: B.
Question 06
Question 6 (Set 2)
Consider \(x(t)=e^{j10t}\) for \(|t|\le1\) and \(0\) for \(|t|>1\). Its Fourier transform is:
This is the rectangular-pulse sinc spectrum frequency-shifted to centre at \(\omega=10\).
A
Final Answer
Correct answer: A.
Question 07
Question 7 (Set 2)
For LTI systems that are Bounded-Input Bounded-Output (BIBO) stable, which statement is TRUE?
The impulse response will be integrable, but may not be absolutely integrable.
The unit impulse response will have finite support.
The unit step response will be absolutely integrable.
The unit step response will be bounded.
Solution
BIBO stability requires the impulse response to be absolutely integrable. Since the unit step is a bounded input, the corresponding step response must be bounded. (It need not be absolutely integrable — e.g. it can settle to a nonzero constant.)
D
Final Answer
Correct answer: D.
Question 08
Question 8 (Set 2)
The Z-transform of a sequence \(x[n]\) is \(X(z)=2z+4-\dfrac{4}{z}+\dfrac{3}{z^2}\). If \(y[n]\) is the first difference of \(x[n]\), then \(Y(z)\) is:
The official GATE answer is (A). The state-update matrix is \(\begin{bmatrix}1&h\\-h&1\end{bmatrix}\), whose eigenvalues are \(1\pm jh\); the scheme is treated as a stable (bounded-oscillation) integrator for \(h>0\).