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.

Could you Help me with an FFT code in Matlab

Status
Not open for further replies.

chrisn20

Newbie level 3
Joined
Jun 3, 2014
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
19
Hi everyone,

I would like to help me with an FFT code in Matlab which it takes an 1 Dimensional signal in the field of time, in length power of two and returning the ftt of this signal.

Any help would be usefull,

Thank you in advance and thank you for your time.
 
Last edited:

Re: i am looking for FFT matlab code.............................................

Use fft() built-in function.
Type "doc fft" or "help fft" in command window.

Z
 
Re: i am looking for FFT matlab code.............................................

Hi everyone, and thank you for your time.
I dont have the code to do that.
it would be very helpful to send me a code to do that..

Thank you in advance
 

Re: i am looking for FFT matlab code.............................................

Do you need a code for using the Matlab fft() function? Right?
Then, type "doc fft" in the command window and the help window will explain how to use the fft function with examples.
Or do you need a Matlab code that performs FFT instead to use the built-in Matlab function?

Z
 
Re: i am looking for FFT matlab code.............................................

HI and thank you!
I need a Matlab code that performs FFT.. :)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top