Two discrete-time LTI systems with impulse responses \(h_1[n]=\delta[n-1]+\delta[n+1]\) and \(h_2[n]=\delta[n]+\delta[n-1]\) are connected in cascade (\(\delta[n]\) is the Kronecker delta). The impulse response of the cascaded system is:
- \(\delta[n-2]+\delta[n+1]\)
- \(\delta[n-1]\,\delta[n]+\delta[n+1]\,\delta[n-1]\)
- \(\delta[n-2]+\delta[n-1]+\delta[n]+\delta[n+1]\)
- \(\delta[n]\,\delta[n-1]+\delta[n-2]\,\delta[n+1]\)
Solution
The cascade impulse response is the convolution \(h[n]=h_1[n]*h_2[n]\), which is the product of the two \(z\)-transforms:
Equation
\[H(z)=H_1(z)H_2(z)=\left(z+z^{-1}\right)\left(1+z^{-1}\right)=z+1+z^{-1}+z^{-2}.\]
Taking the inverse \(z\)-transform term by term gives
Equation
\[h[n]=\delta[n+1]+\delta[n]+\delta[n-1]+\delta[n-2].\]
C
Final Answer
Correct answer: C.
A continuous-time signal is \(x(t)=1-|t|\) for \(|t|\le 1\) and \(x(t)=0\) for \(|t|>1\) (a unit triangular pulse). With \(X(\omega)=\int_{-\infty}^{\infty}x(t)e^{-j\omega t}\,dt\), the maximum magnitude of \(X(\omega)\) is ____.
Solution
The triangular pulse of width \(2\) and height \(1\) has the transform
Equation
\[X(\omega)=\operatorname{Sa}^2\!\left(\frac{\omega}{2}\right),\qquad \operatorname{Sa}(x)=\frac{\sin x}{x}.\]
Since \(\operatorname{Sa}^2(\cdot)\le 1\) with its maximum at the origin, \(|X(\omega)|\) is largest at \(\omega=0\), where \(X(0)=\int_{-\infty}^{\infty}x(t)\,dt\) equals the pulse area \(=1\).
✓
Final Answer
Correct answer: 1
Let \(f(t)\) be even, with Fourier transform \(F(\omega)\). Suppose \(\dfrac{dF(\omega)}{d\omega}=-\omega F(\omega)\) for all \(\omega\), and \(F(0)=1\). Then:
- \(f(0)<1\)
- \(f(0)>1\)
- \(f(0)=1\)
- \(f(0)=0\)
Solution
Solving the first-order ODE \(F'(\omega)+\omega F(\omega)=0\) with \(F(0)=1\) gives a Gaussian:
Equation
\[F(\omega)=e^{-\omega^{2}/2}\quad\Longleftrightarrow\quad f(t)=\frac{1}{\sqrt{2\pi}}\,e^{-t^{2}/2}.\]
Hence \(f(0)=\dfrac{1}{\sqrt{2\pi}}\approx0.399<1\).
A
Final Answer
Correct answer: A.
If the input \(x(t)\) and output \(y(t)\) of a system are related by \(y(t)=\max\!\big(0,\,x(t)\big)\), then the system is:
- linear and time-variant
- linear and time-invariant
- non-linear and time-variant
- non-linear and time-invariant
Solution
Half-wave rectification violates additivity: for \(x_1=-2\Rightarrow y_1=0\) and \(x_2=1\Rightarrow y_2=1\), the response to \(x_1+x_2=-1\) is \(0\), not \(y_1+y_2=1\). So the system is non-linear. The rule contains no explicit time dependence, so delaying the input merely delays the output — the system is time-invariant.
D
Final Answer
Correct answer: D.
The causal signal with \(z\)-transform \(z^{2}(z-a)^{-2}\) is (\(u[n]\) is the unit step):
- \(a^{2n}u[n]\)
- \((n+1)a^{n}u[n]\)
- \(n^{-1}a^{n}u[n]\)
- \(n^{2}a^{n}u[n]\)
Solution
Start from the standard pair \(n\,a^{n}u[n]\leftrightarrow \dfrac{az}{(z-a)^2}\), so that \(n\,a^{n-1}u[n]\leftrightarrow \dfrac{z}{(z-a)^2}\). The extra factor of \(z\) is a one-step advance:
Equation
\[\frac{z^{2}}{(z-a)^{2}}=z\cdot\frac{z}{(z-a)^{2}}\;\Longleftrightarrow\;(n+1)a^{n}u[n+1]=(n+1)a^{n}u[n].\]
The last equality holds because the \((n+1)\) factor kills the \(n=-1\) term.
B
Final Answer
Correct answer: B.