Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to convert an equation from frequency to time domain using inverse Fourier

Status
Not open for further replies.

wsws909

Newbie level 5
Joined
Oct 18, 2006
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,336
Hello for all

i have project about voice recognition .

and ge on t the equlation from some voice in the frequency domain for ex:

10*cos(2*pi*t*f+angle)

q)Is I can convert this equlation to time domine by use invers fourier??

plase help me!!!
 

Re: invers fourier !!!!!

10*cos(2*pi*t*f+angle) The equation is in domain of the time.

2*pi*f : is the Angular frequency.

t: is the time

angle: is the phase

An equation in domain of the frequency is:

F(w)=(T/2)*{sen[(w-w0)*T/2]/[(w-w0)*T/2] +sen[(w+w0)*T/2]/[(w-w0)*T/2]}

Is the Fourier transform of Sen(w0*t)

Regards
 

Re: invers fourier !!!!!

hi my friend :

the quastion in other methode

what the methode to convert the equation from frequency domainto time domine?

and Is the invers fourier can that?

thank you
 

Re: invers fourier !!!!!

The methode is IFFT (Inverse Fast Fourier Transform) but its implementation is complicated. You can try with MathLAB by explample or Mathematica 5.0. I dont know the algorithm in C or some computer languaje.

F(w) Spectral Fuction ---->IFFT----> F(t) Time domain

I dont know more... sorry.

Regards from Argentina!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top