Engineering Asked by Tee on January 2, 2021
If a signal function $ U(t) = 25 – (5 – t)^2$ is passed through a high pass filter with transfer function $frac{s}{s + ω}$. what is the output signal Y(t). I know that the transfer function $H(s) = frac{Y(s)}{U(s)}$. If I understand the basic concept, I can solve my own problems. I will also appreciate it if someone can reference a textbook.
What you need to do is
for example, if you are rusty on Laplace transforms (or their inverse), you can use wolfram alpha
that will get you a function of s $Y(s)$
Answered by NMech on January 2, 2021
Luckily in this case there is a symbolic result.
OutputResponse[TransferFunctionModel[s/(s + w), s], 25 - (5 - t)^2, t]
res1 = Simplify[%[[1]]]
$-frac{2 e^{-t w} left(e^{t w} ((t-5) w-1)+5 w+1right)}{w^2}$
A procedure to get this (as mentioned) is
s/(s + w) LaplaceTransform[25 - (5 - t)^2, t, s]
res2 = InverseLaplaceTransform[%, s, t]
$-frac{2 e^{-t w} left(e^{t w} ((t-5) w-1)+5 w+1right)}{w^2}$
The results for various values of $w$
Table[w, {w, 0.1, 1, 0.2}];
Plot[Evaluate@Table[res, {w, %}], {t, 0, 10}, PlotLegends -> %]
Answered by Suba Thomas on January 2, 2021
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP