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.

FFT implementation using Matlab

Status
Not open for further replies.

aamir_javed

Newbie level 6
Joined
Jul 31, 2007
Messages
12
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,346
fft implementation in matlab

Can anyone tell me how to do FFT in Matlab 7.0 ?
What are different types of algorithms used for this purpose?
Also provide a sample code.
 

implementing fft in matlab

aamir_javed said:
Can anyone tell me how to do FFT in Matlab 7.0 ?
What are different types of algorithms used for this purpose?
Also provide a sample code.

Syntax
Y = fft(X)
Y = fft(X,n)
Y = fft(X,[],dim)
Y = fft(X,n,dim)

i think, it will be very useful if u see matlab help or visit mathworks.com
 

fft implementation using matlab

I forgot to mention..
actually i must write a simple function for FFT myself in matlab ... not use the built in function
can anybody help me with that???
 
  • Like
Reactions: SSMAAS

    SSMAAS

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top