(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:problem solving]] | ||
+ | [[Category:ECE301]] | ||
+ | [[Category:ECE]] | ||
+ | [[Category:Fourier transform]] | ||
+ | [[Category:signals and systems]] | ||
+ | == Example of Computation of Fourier transform of a CT SIGNAL == | ||
+ | A [[CT_Fourier_transform_practice_problems_list|practice problem on CT Fourier transform]] | ||
+ | ---- | ||
+ | |||
Let <font size = '4'><math>x(t) = e^{-a(t+1)} u(t + 1)</math></font> | Let <font size = '4'><math>x(t) = e^{-a(t+1)} u(t + 1)</math></font> | ||
Line 7: | Line 16: | ||
<math>= e^{-a} \int^{\infty}_{-1}e^{-(a+jw)t} dt</math> | <math>= e^{-a} \int^{\infty}_{-1}e^{-(a+jw)t} dt</math> | ||
− | <math>= -\frac{e^{-a}}{a+jw} [e^{-(a+jw)t}]^{\infty}_{ | + | <math>= -\frac{e^{-a}}{a+jw} [e^{-(a+jw)t}]^{\infty}_{1} </math> |
− | <math>= -\frac{e^{-a}}{a+jw} [-e^{a+jw}]</math> | + | <math>= -\frac{e^{-a}}{a+jw} [-e^{-(a+jw)}]</math> |
<math>=\frac{e^{-(2a+jw)}}{a+jw}</math> | <math>=\frac{e^{-(2a+jw)}}{a+jw}</math> | ||
+ | ---- | ||
+ | [[CT_Fourier_transform_practice_problems_list|Back to Practice Problems on CT Fourier transform]] |
Latest revision as of 11:36, 16 September 2013
Example of Computation of Fourier transform of a CT SIGNAL
A practice problem on CT Fourier transform
Let $ x(t) = e^{-a(t+1)} u(t + 1) $
$ \chi(w) = \mathcal{F} (x(t)) = \int^{\infty}_{-\infty} e^{-at}e^{-a} u(t + 1) e^{-jwt} dt $
$ = e^{-a} \int^{\infty}_{-1} e^{-at}.e^{-jwt} dt $
$ = e^{-a} \int^{\infty}_{-1}e^{-(a+jw)t} dt $
$ = -\frac{e^{-a}}{a+jw} [e^{-(a+jw)t}]^{\infty}_{1} $
$ = -\frac{e^{-a}}{a+jw} [-e^{-(a+jw)}] $
$ =\frac{e^{-(2a+jw)}}{a+jw} $