(→b) |
(→a) |
||
Line 12: | Line 12: | ||
remove the time shift where <math>t_o = 1 </math> | remove the time shift where <math>t_o = 1 </math> | ||
− | <math> g(t) = e^{-2t} \times u(t)</math> | + | ::<math> g(t) = e^{-2t} \times u(t)</math> |
the time shift property in table 4.1 says: | the time shift property in table 4.1 says: | ||
− | <math> F(j\omega) = e^{-j\omega t_o} G(j\omega) </math> | + | ::<math> F(j\omega) = e^{-j\omega t_o} G(j\omega) </math> |
from table 4.2 the FT of <math> g(t) </math> can be found | from table 4.2 the FT of <math> g(t) </math> can be found | ||
− | <math> G(j\omega) = \frac{1}{2 + j\omega} </math> | + | ::<math> G(j\omega) = \frac{1}{2 + j\omega} </math> |
then the final answer can be found substituting 1 for <math> t_o </math> | then the final answer can be found substituting 1 for <math> t_o </math> | ||
− | <math> F(j\omega) = e^{-j\omega} G(j\omega) = \frac{e^{-j\omega}}{2 + j\omega} </math> | + | ::<math> F(j\omega) = e^{-j\omega} G(j\omega) = \frac{e^{-j\omega}}{2 + j\omega} </math> |
===b=== | ===b=== |
Revision as of 06:46, 8 October 2008
Allen Humphreys_ECE301Fall2008mboutin
Homework 5_ECE301Fall2008mboutin
| .1
| .2
| .3
| .4
Contents
Problem 4.1
a
$ f(t) = e^{-2(t-1)} \times u(t-1) $
remove the time shift where $ t_o = 1 $
- $ g(t) = e^{-2t} \times u(t) $
the time shift property in table 4.1 says:
- $ F(j\omega) = e^{-j\omega t_o} G(j\omega) $
from table 4.2 the FT of $ g(t) $ can be found
- $ G(j\omega) = \frac{1}{2 + j\omega} $
then the final answer can be found substituting 1 for $ t_o $
- $ F(j\omega) = e^{-j\omega} G(j\omega) = \frac{e^{-j\omega}}{2 + j\omega} $
b
- $ f(t) = e^{-2 |(t-1)|} $
- $ f(t) = \begin{cases} e^{-2 (t-1)}, t>1\\ e^{-2 (1-t)}, t<1 \end{cases} = \begin{cases} e^{-2 (t-1)}\times u(t-1) = h(t)\\ e^{-2 (1-t)}\times u(1-t) = k(t) \end{cases} $
By the properties of integrating an absolute value and the linearity of the Fourier transform.
- $ F(j\times \omega) = H(j\times \omega) + K(j\times \omega) $
- $ H(j\times \omega) = \frac{e^{-j \omega}}{(2 + j \omega)} $ from part a.
- $ k(t) = e^{-2 (1-t)}\times u(1-t) $
remove the time shift and time reversal
- $ m(t) = e^{-2(t)}\times u(t) $
from the table 4.2:
- $ M(j \omega) = \frac{1}{2 + j \omega} $
apply the time shift property from table 4.1:
- $ M(j \omega) = \frac{e^{-j\omega}}{2 + j \omega} $
apply the time reversal property from table 4.1 making sure to only apply it to the FT of the base function and not to the portion added by the time shift:
- $ K(j \omega) = \frac{e^{-j\omega}}{2 - j \omega} $
- $ H(j \omega) + K(j \omega) = \frac{e^{-j \omega}}{2 + j \omega} + \frac{e^{-j\omega}}{2 - j \omega} $
finding common denominators:
- $ \frac{(2-j\omega)e^{-j \omega}}{2^2 + \omega^2} + \frac{(2+j\omega)e^{-j\omega}}{2^2 + \omega^2} $
in the numerator the $ j\omega $ terms will cancel when added yielding the final answer:
- $ F(j\omega) = \frac{4e^{-j \omega}}{4 + \omega^2} $