Question about fourier transform

fanxilong
Messages
3
Reaction score
0
hi every one!

i want to know the Fourier transform of x(t)
x(t)=exp(-t/a)*sin(a*t), where a ,b is constant

and can it be work out by matlab?

another question is :
how to proof the Fourier transform of x(t) who follows normal distribution n(u, sigm^2 ) is also normal distribution ?

thanks !
 
Physics news on Phys.org
Do you have your powers correct in the exponential? x(t) doesn't look like it would have a converging FT. Note, that as t -> -infinity, x(t) is unbounded.

BTW: sin(a*t) can be written in terms of complex exponentials.
 
Last edited:
gammamcc said:
Do you have your powers correct in the exponential? x(t) doesn't look like it would have a converging FT. Note, that as t -> -infinity, x(t) is unbounded.

BTW: sin(a*t) can be writting in terms of complex exponentials.

yes, you are right , it should be like this:
x(t)=0 for t<0
x(t)=exp(-t/a)*sin(b*t) for t>=0

and then ?
 
Last edited:
fanxilong said:
and can it be work out by matlab?

Hi! MATLAB calculates things numerically. If you plug in numbers corresponding values for that function, then I believe the FFT ("fast Fourier transform") algorithm will spit out numbers for the Fourier transform (can't recall if you have to work out the frequencies yourself).

This is NOT what you want though. You want an analytical expression for the Fourier transform of that function, right? So my question is, what is the hang up here? In other words, where are you having a problem. Start with the *definition* of the Fourier transform, and go ahead:

X(\omega) = \mathcal{F}\{x(t)\} = \int_{-\infty}^{\infty} x(t)e^{-i \omega t}\,dt = \int_{0}^{\infty} (e^{-t/a}\sin(bt))e^{-i \omega t}\,dt

I think I got that right, but I'd double check it if I were you.

fanxilong said:
another question is :
how to proof the Fourier transform of x(t) who follows normal distribution n(u, sigm^2 ) is also normal distribution ?

Again, what is the issue? You know the definition of a Fourier transform, right?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top