System in Frequency Domain
Now let's talk about systems.
System Response Function in Frequency Domain
Previously, we know that all LTI system can be described in the time domain with convolution.
y(t)=x(t)∗h(t)
We can take this into frequency domain, we get,
Y(ω)=X(ω)H(ω)
Here, H(ω) is called the system response function in frequency domain. It is the fourier transform of the impulse response of the system.
Now let's consider solving a LTI system described in differential equation.
P(D)y(t)=x(t)
Obviously, if we apply fourier transform,
P(−jω)Y(ω)=X(ω)
So the system response function is,
H(ω)=P(−jω)1
Example
D2y+4Dy+3y=x(t)
We apply fourier transform on both sides,
(−ω2−4jω+3)Y(ω)=X(ω)
So the system response function is,
H(ω)=(3−jω)(1−jω)1=21(1−jω1−3−jω1)
Now, we can know that the impulse response of this system is,
h(t)=F−1(H(ω))
Because we know that,
e−αtu(t)Fjω+α1
Thus,
etu(t)Fjω−11
And,
e3tu(t)Fjω−31
Due to the linearity of fourier transform, we can get,
F−1(H(ω))=−21(et−e3t)u(t)
However, you can tell that we still need to calculate the jump value. This issue will be solved with laplace transform.