An LTI system with impulse response \(h(t)\) produces output \(y(t)\) for input \(x(t)\). When the input \(x(t-\tau)\) is applied to a system with impulse response \(h(t-\tau)\), the output is:
- \(y(t)\)
- \(y(2(t-\tau))\)
- \(y(t-\tau)\)
- \(y(t-2\tau)\)
Solution
Originally \(Y(s)=H(s)X(s)\). Shifting input and impulse response each by \(\tau\) multiplies their transforms by \(e^{-s\tau}\):
Equation
\[Y'(s) = \big(X(s)e^{-s\tau}\big)\big(H(s)e^{-s\tau}\big) = X(s)H(s)\,e^{-2s\tau} = Y(s)\,e^{-2s\tau}.\]
Taking the inverse transform, \(y'(t) = y(t-2\tau)\).
D
Final Answer
Correct answer: D.
A cascade of three LTI systems is causal and unstable. From this, we conclude that:
- each system in the cascade is individually causal and unstable
- at least one system is unstable and at least one system is causal
- at least one system is causal and all systems are unstable
- the majority are unstable and the majority are causal
Solution
For a cascade, \(h(t)=h_1(t)*h_2(t)*h_3(t)\). If the overall system is causal, the earliest nonzero time \(t_1+t_2+t_3\ge 0\), which requires at least one subsystem to be causal. If the cascade is unstable, at least one subsystem must be unstable (a cascade of stable systems is stable). The other options over-constrain the result.
B
Final Answer
Correct answer: B.
The Fourier series coefficients of a periodic signal \(x(t)=\sum_{k} a_k e^{j2\pi k t/T}\) are \(a_{-2}=2-j,\ a_{-1}=0.5+j0.2,\ a_0=j2,\ a_1=0.5-j0.2,\ a_2=2+j\), and \(a_k=0\) for \(|k|>2\). Which is true?
- \(x(t)\) has finite energy because only finitely many coefficients are non-zero
- \(x(t)\) has zero average value because it is periodic
- The imaginary part of \(x(t)\) is constant
- The real part of \(x(t)\) is even
Solution
Group conjugate-index pairs. For \(k=\pm2\): \((2-j)e^{-j2\omega_0 t}+(2+j)e^{j2\omega_0 t} = 4\cos 2\omega_0 t - 2\sin 2\omega_0 t\). For \(k=\pm1\): \((0.5+j0.2)e^{-j\omega_0 t}+(0.5-j0.2)e^{j\omega_0 t} = \cos\omega_0 t + 0.4\sin\omega_0 t\). Adding \(a_0 = j2\):
Equation
\[x(t) = \underbrace{\big[4\cos 2\omega_0 t - 2\sin 2\omega_0 t + \cos\omega_0 t + 0.4\sin\omega_0 t\big]}_{\operatorname{Re}\{x(t)\}} + \underbrace{j\,2}_{\operatorname{Im}\{x(t)\}}.\]
The imaginary part is the constant \(2\). (The real part is neither even nor odd, so D is false.)
C
Final Answer
Correct answer: C.
The Z-transform of \(x[n]\) is \(X(z)=4z^{-3}+3z^{-1}+2-6z^{2}+2z^{3}\). It is applied to a system with \(H(z)=3z^{-1}-2\) giving output \(y[n]\). Which is true?
- \(y[n]\) is non-causal with finite support
- \(y[n]\) is causal with infinite support
- \(y[n]=0\) for \(|n|>3\)
- \(\operatorname{Re}[Y(z)]_{z=e^{j\theta}} = -\operatorname{Re}[Y(z)]_{z=e^{-j\theta}}\)
Solution
The output transform is the product
Equation
\[Y(z) = X(z)H(z) = (4z^{-3}+3z^{-1}+2-6z^{2}+2z^{3})(3z^{-1}-2).\]
Expanding gives terms ranging from \(z^{-4}\) up to \(z^{3}\):
Equation
\[Y(z) = -4z^{3} + 18z^{2} - 18z - 4 + 6z^{-1} + 9z^{-2} - 8z^{-3} + 12z^{-4}.\]
The positive powers of \(z\) mean \(y[n]\ne 0\) for some \(n<0\) (non-causal), while only finitely many terms appear (finite support).
A
Final Answer
Correct answer: A.