An Implementation of the Fast Fourier Transform
#1

Abstract
I have implemented the Fast Fourier Transform (FFT) algorithm, using the method of Cooley-Tukey. The FFT reduces the computation required in determining the Fourier Transform, which is used in several applications in science and engineering, including signal processing computations and spectral analysis. The Cooley-Tukey method primarily uses binary logic, making use of the symmetry and periodicity properties of complex exponentials. Substantial savings can be made in computation, especially when the number of input sample values is large. The FFT has been widely implemented in signal processing equipment, both in hardware and software. This implementation is in Java 1.4, running on Red Hat Linux 9. It takes as input a series of input signal samples. The output is a series of raw FFT values which are complex numbers. Admittedly, there is nothing new in this implementation. I got the oppertunity to study and understand the FFT during the course of this mini-project. This report was developed using the LATEX typesetting system on a PC running Red Hat Linux 9.
[attachment=398]
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: a 64 point fourier transform chip pdf, fourier transform duality, fast s transform in matlab, fourier transform and inverse fourier transform, where fourier series is used in mechanical engineering, ridgelet transform seminar, code for fourier transform in matlab for face detection,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  Design and Implementation of TARF: A Trust-Aware Routing Framework for WSNs Projects9 6 3,594 10-01-2015, 11:13 PM
Last Post: Guest
  Fast Data Collection in Tree-Based Wireless Sensor Networks Projects9 9 4,020 12-03-2014, 06:30 PM
Last Post: computer topic
  Persuasive Cued Click-Points: Design, Implementation, and Evaluation of a Knowledge-B Projects9 3 3,049 15-04-2013, 11:14 AM
Last Post: computer topic
  IMPLEMENTATION OF IMAGE STEGANOGRAPHY USING LSB TECHINQUE seminar presentation 6 5,842 04-02-2013, 04:49 PM
Last Post: seminar details
  Cooperative Caching in Wireless P2P Networks: Design, Implementation, and Evaluation seminar class 2 3,339 02-02-2013, 02:08 PM
Last Post: seminar details
  Multiresolution Watermark Based on Wavelet Transform for Digital images smart paper boy 1 1,407 19-12-2012, 11:48 AM
Last Post: seminar details
Wink Implementation of a simple device mediation application of a Network Management Syste computer science crazy 2 2,191 06-12-2012, 01:57 PM
Last Post: seminar details
Smile Implementation Of Digital Watermarking nit_cal 1 1,806 25-10-2012, 12:56 PM
Last Post: seminar details
  Design and Implementation of an Open Autonomous Mobile Robot System full report seminar topics 1 2,462 19-10-2012, 01:58 PM
Last Post: seminar details
  Two Techniques For Fast Computation of Constrained Shortest Paths seminar topics 4 3,735 06-03-2012, 12:49 PM
Last Post: seminar paper

Forum Jump: