Convolution integral and fourier transform in linear response theory

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
kgz
Messages
2
Reaction score
0
Hello,

Consider I have a linear time-invariant (LTI) system, with ##x(t)##, ##y(t)##, and ##h(t)##, as input, output, and impulse response functions, respectively.
I have two choices to write the convolution integral to get ##y(t)##:
$$ 1)\ \ \ y(t) = \int_{0}^{t} h(t-t')x(t')dt' $$
and
$$ 2)\ \ \ y(t) = \int_{-\infty}^{t} h(t-t')x(t')dt' .$$
What are the differences between these two, and are initial conditions important factors in the decision of choosing one of these? Is it related to causality of the system?

Also, suppose I am just given the frequency response of the system,
$$ Y(\omega)=H(\omega)X(\omega) . $$
Using Fourier transform and convolution integral theory, I want to change from frequency domain to time domain. Which one of the convolution integrals above should I pick?
Because I need to work in the freuqency domain, I am trying not to use Laplace transform.

Thank you for sharing your ideas.
 
Physics news on Phys.org
No, there is only one definition of convolution integral and it extends from -∞ to ∞. Specific times like 0 only have meaning in relation to the specifics of your problem (for instance, the input might be turned on at t=0).
 
As marcus noted, for your linear time-shift invariant system the convolution integral in generality must be ##y(t) = \int_{-\infty}^{\infty}h(t - t')x(t')dt'##. Now if your system happened to be causal and you wanted the response at ##t## then you can write ##y(t) = \int_{-\infty}^{t}h(t - t')x(t')dt'## only because for a causal system, the response at ##t## will only depend on past contributions up to ##t## i.e. ##h(t - t')## vanishes for negative arguments. marcus explained the ##t = 0## part so I'll leave it at that.
 
Thank you guys for your responses.