Let $$x(t) = \frac{\sin t}{t} \qquad\text{and}\qquad y(t) = \frac{\sin 2t}{t}$$
- Is it possible to find a LTI system such that $\mathcal{T}\{x(t)\} = y(t)$?
- If not, what's the reason for that?
My try:
Assuming frequency response exists
$$Y(j\omega) = H(j\omega)X(j\omega) \tag{*}$$
Since $$\mathcal F\left\{\frac{\sin Wt}{\pi t}\right\} =\begin{cases} 1 &|\omega|\lt W \\0 &|\omega|\gt W\end{cases}$$ We have $$X(j\omega) =\begin{cases} \pi &|\omega|\lt 1 \\0 &|\omega|\gt 1\end{cases}$$ And $$Y(j\omega) =\begin{cases} \pi &|\omega|\lt 2 \\0 &|\omega|\gt 2\end{cases}$$ So it's not possible to find $H(j\omega)$ such that $(^*)$ holds. Because if $|\omega| \gt 1$ we have $X(j\omega) = 0$ which implies $Y(j\omega) = 0$ contradicting $Y(j\omega) = \pi$ for $1\lt |\omega| \lt 2$.
- Is my argument right?
- Also how we can prove the impossibility for the case frequency response doesn't exist? What's the intuition for this? I mean is it intuitively clear that we can't have $\mathcal{T}\{x(t)\} = y(t)$ for LTI system?