If the energy of a continuous-time signal \(x(t)\) is \(E\), and the energy of \(2x(2t-1)\) is \(cE\), then \(c\) is ____ (1 decimal place).
Solution
Time shifting leaves energy unchanged. Time scaling by \(2\) gives energy \(E/2\), and amplitude scaling by \(2\) multiplies energy by \(4\):
Equation
\[\text{Energy}\{2x(2t-1)\}=2^{2}\cdot\frac{E}{2}=2E\quad\Longrightarrow\quad c=2.\]
✓
Final Answer
Correct answer: 2.0
Consider the discrete-time systems \(\{T_1x\}[n]=x[0]+x[1]+\dots+x[n]\) and \(\{T_2x\}[n]=x[0]+\tfrac12x[1]+\dots+\tfrac{1}{2^{n}}x[n]\). Which statement is true?
- \(T_1\) and \(T_2\) are BIBO stable.
- \(T_1\) and \(T_2\) are not BIBO stable.
- \(T_1\) is BIBO stable but \(T_2\) is not.
- \(T_1\) is not BIBO stable but \(T_2\) is.
Solution
\(T_1\) is an accumulator: the bounded input \(x[n]=u[n]\) gives \(\{T_1x\}[n]=n+1\to\infty\), so \(T_1\) is unstable. For \(T_2\), any bounded input \(|x[n]|\le M\) yields
Equation
\[\big|\{T_2x\}[n]\big|\le M\sum_{k=0}^{\infty}\left(\tfrac12\right)^{k}=2M<\infty,\]
so \(T_2\) is BIBO stable.
D
Final Answer
Correct answer: D.
A signal \(y(t)\) is the time-reversal of \(x(t)\), i.e. \(y(t)=x(-t)\). Which statement is always true for the convolution of \(x(t)\) and \(y(t)\)?
- It is an even signal.
- It is an odd signal.
- It is a causal signal.
- It is an anti-causal signal.
Solution
Let \(z(t)=x(t)*x(-t)\) (the autocorrelation). Replacing \(t\to-t\) and using the commutativity of convolution gives \(z(-t)=x(-t)*x(t)=z(t)\), so \(z\) is even.
A
Final Answer
Correct answer: A.
Let \(X(\omega)\) be the Fourier transform of \(x(t)=e^{-t^{4}}\cos t\). The value of \(\dfrac{dX(\omega)}{d\omega}\) at \(\omega=0\) is ____ (1 decimal place).
Solution
Using the property \(t\,x(t)\leftrightarrow j\dfrac{dX(\omega)}{d\omega}\),
Equation
\[\left.\frac{dX(\omega)}{d\omega}\right|_{\omega=0}=-j\int_{-\infty}^{\infty}t\,x(t)\,dt.\]
Here \(x(t)=e^{-t^{4}}\cos t\) is even, so \(t\,x(t)\) is odd and its integral over \((-\infty,\infty)\) is zero.
✓
Final Answer
Correct answer: 0.0
For the signal \(x(t)=e^{t^{2}}\big[u(t-1)-u(t-10)\big]\), the ROC of its Laplace transform is:
- \(-\infty<\operatorname{Re}(s)<\infty\)
- \(\operatorname{Re}(s)\ge 10\)
- \(\operatorname{Re}(s)\le 1\)
- \(1\le\operatorname{Re}(s)\le 10\)
Solution
The bracket restricts \(x(t)\) to the finite interval \(1\le t\le 10\). A finite-duration signal has a Laplace transform that converges for the entire \(s\)-plane.
A
Final Answer
Correct answer: A.
The input \(x(t)\) and output \(y(t)\) of a system are related by \(y(t)=e^{-t}\displaystyle\int_{-\infty}^{t}e^{\tau}x(\tau)\,d\tau\). The system is:
- nonlinear
- linear and time-invariant
- linear but not time-invariant
- noncausal
Solution
Rewriting, \(y(t)=\int_{-\infty}^{t}e^{-(t-\tau)}x(\tau)\,d\tau=x(t)*h(t)\) with \(h(t)=e^{-t}u(t)\). A convolution with a fixed kernel is both linear and time-invariant (and causal, since \(h(t)=0\) for \(t<0\)).
B
Final Answer
Correct answer: B.
If the \(z\)-transform of a finite-duration signal \(x[n]\) is \(X(z)\), then the \(z\)-transform of \(y[n]=x[2n]\) is:
- \(Y(z)=X(z^{2})\)
- \(Y(z)=\tfrac12\big[X(z^{-1/2})+X(-z^{-1/2})\big]\)
- \(Y(z)=\tfrac12\big[X(z^{1/2})+X(-z^{1/2})\big]\)
- \(Y(z)=\tfrac12\big[X(z^{2})+X(-z^{2})\big]\)
Solution
Writing \(Y(z)=\sum_n x(2n)z^{-n}\) and substituting \(m=2n\), the even-index selector \(\tfrac12[1+(-1)^m]\) gives
Equation
\[Y(z)=\frac12\Big[X\big(z^{1/2}\big)+X\big(-z^{1/2}\big)\Big].\]
C
Final Answer
Correct answer: C.