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???
 
Reactions: SSMAAS

    SSMAAS

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…