No BSD License  

Highlights from
Fast Fourier Transform Algorithm

3.69231

3.7 | 13 ratings Rate this file 52 Downloads (last 30 days) File Size: 652 Bytes File ID: #13606

Fast Fourier Transform Algorithm

by Farhat Masood

 

09 Jan 2007 (Updated 09 Jan 2007)

Implementation of FFT without using matlab built-in function of fft.

| Watch this File

File Information
Description

This program is open source code of fast Fourier transform in matlab.
Where y is the input argument and p is the normalized size of the input. Let
y = [1 2 3 4 ];
x= length(y);
m= log2(x);
p= ceil(m);
To call the function use
ft2(y,p);

MATLAB release MATLAB 7 (R14)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (15)
09 Jan 2007 Ruben Faibish

The code is not complete, since the inputs are not written in the function declaration. variables used in the code are reserved words. built-in FFT is 30 times faster

16 Jan 2007 Rabia Sadiq

You can use your own inputs...its simply understandable.

23 Jan 2007 Stijn Helsen

(I don't think it is meant to be fast, rather to show the calculation.)
But indeed, making it a function (with arguments) would be more logical. And in place of sqrt(-1), you can use 1i (or 1j, of i of j...)

27 Feb 2007 B. Roossien

I agree with Ruben Faibish here. Very bad programming style

02 Mar 2007 Mudassar Ali

Its very informative and easy open source code

02 Mar 2007 suhair janini  
01 Apr 2007 shaik nassiruddin

ok

01 May 2007 Sunbul Zahid  
17 Sep 2007 aboodi mstafa

good information

29 Oct 2007 dexter rabano

nice

22 Nov 2007 Ivan Ruziak  
11 Jan 2008 Sana Ullah Almani

very good

31 Mar 2009 Mike Casiple

nice.. do you also have a source code for for the "fourier" and "ifourier" functions?

11 Jan 2011 Michael Völker  
13 Dec 2011 Keunwoo Choi

it's just a DFT, not a FFT.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
dsp Farhat Masood 22 Oct 2008 08:55:51
fft Farhat Masood 22 Oct 2008 08:55:51
open source Farhat Masood 22 Oct 2008 08:55:51
fourier Farhat Masood 22 Oct 2008 08:55:51
algorithm Farhat Masood 22 Oct 2008 08:55:51
signal processing Farhat Masood 22 Oct 2008 08:55:51
fft Ning Zhu 31 Aug 2009 04:42:17
algorithm shweta shah 30 Aug 2011 04:40:43
algorithm Jorge 26 Oct 2011 17:31:39
algorithm Erkki 22 Nov 2011 05:45:39
algorithm san jan 11 Dec 2011 14:52:24

Contact us at files@mathworks.com