Signal Processing Stack Exchange is a question and answer site for practitioners of the art and science of signal, image and video processing. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top
  • Why $Y (\omega) = X(\omega)H(\omega)$ implies that an LTI system cannot generate any new frequencies?
  • Why if a system generates new frequencies, then it is not LTI?
share|improve this question
up vote 5 down vote accepted

A definitive feature of LTI systems is that they cannot generate any new frequencies which is not already present in their input $x(t)$.

One way to see why this is so comes by observing the CTFT, $Y(\omega)$, of the output $y(t)$, which is given by the well known $Y(\omega) = H(\omega)X(\omega)$ only when the system is LTI.

(i.e. $$y(t)=\int_{-\infty}^{\infty}x(\tau)h(t-\tau)d\tau \longleftrightarrow Y(\omega)=X(\omega)H(\omega),$$ holds only when the impulse response $h(t)$ exists and it will exist only when the system is LTI.)

From a little thought, guided by a simple graphical plot, you can see the the frequency region of support (i.e. those set, $R_y$, of frequencies for which $Y(\omega)$ is non-zero), $R_y$, for the output $Y(\omega)$ is the intersection of that of the regions of support $R_x$ and $R_h$ for $X(\omega)$ and $H(\omega)$: $$R_y = R_x \cap R_h$$

And from set algebra we know that if $A = B \cap C$ then $A \subset B$ and $A \subset C$ . That is, an intersection is always less or equivalent to what are being intersected. Therefore, the region of support for $Y(\omega)$ will be less than or at most equal to the supports of $X(\omega)$ and $Y(\omega)$., hence no new frequencies will be observed at the output.

Since this property is a necessary condition for being an LTI system, any system that fails to posses it, therefore, cannot be an LTI.

share|improve this answer

You can make a simple algebraic argument, given the premise that you provided. If:

$$ Y(\omega) = X(\omega) H(\omega) $$

where $X(\omega)$ is the spectrum of the input signal and $H(\omega$) is the frequency response of the system, then it's obvious that if there is some $\omega$ in the input signal for which $X(\omega) = 0$, then $Y(\omega) = 0$ as well; there is no factor $H(\omega)$ that you could multiply by to yield a nonzero value.

With that said, establishing the truth of the premise I started with above for LTI systems does take some work. However, if we assume it to be true, then the fact that an LTI system can't introduce any new frequency components to its output follows directly.

share|improve this answer

Why $Y(ω)=X(ω)H(ω)$ implies that an LTI system cannot generate any new frequencies?

If a certain frequency $\omega_\text{abs}$is not present in our input, $X(\omega_\text{abs}) = 0$. Because 0 obeys the multiplicative identity $\forall x\in \mathbb{R},~ 0 \cdot x = 0$, $Y(\omega_\text{abs}) = 0$. Thus the frequency $\omega_\text{abs}$ is not present in the output signal.

Why if a system generates new frequencies, then it is not LTI?

Let's say our input is $x(t) = \cos(t)$. Then if we assume that our system can generate new frequencies, it is possible to obtain the output $y(t) = \cos(2\cdot t)$. Because we can not find constants $c_1, c_2$ such that $y(t) = c_1 \cos(t - c_2)$, our system is not LTI.

share|improve this answer
    
Doesn't for checking LTI just c1 used, and not also c2? – USER 1 hour ago
    
i would say that the first point, which is essentially that you can't get something non-zero by multiplying zero times anything, that is the concise answer. – robert bristow-johnson 1 hour ago

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.