Preview

Radix-4-Fft

Powerful Essays
Open Document
Open Document
7753 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Radix-4-Fft
ABSTRACT

The high growth of the semiconductor industry over the past two decades has put Very Large Scale Integration in demand all over the world. Digital Signal Processing has played a great role in expanding VLSI device area. The recent rapid advancements in multimedia computing and high speed wired and wireless communications made DSP to grab increased attention. For an N-point transformation the direct computation of the Discrete Fourier Transform (DFT) requires N2 operations. Cooley and Turkey explained the concept of Fast Fourier Transform (FFT) which reduces the order of computation to Nlog2N. The FFT is not an approximation of the DFT, it's exactly equal to the DFT. FFT decomposes the set of data to be transformed into a series of smaller data sets to be transformed. The size of FFT decomposition is called "radix". Then, it decomposes those smaller sets into even smaller sets. At each stage of processing, the results of the previous stage are combined with twiddle factor multiplication. Finally, FFT is calculated for each small data set. Generally, FFT's can be decomposed using DFT's of even and odd points, which is called a Decimation-In-Time (DIT) FFT, or they can be decomposed using a first-half/second-half approach, which is called a "Decimation-In-Frequency" (DIF) FFT. A large number of FFT algorithms have been developed, but among all radix-4 are most widely used for practical applications due to their simple architecture, with constant butterfly geometry and the possibility of performing them ‘in place’. The algorithm for 16-point radix-4 FFT can be implemented with decimation either in time or frequency. In this work, the decimation in time (DIT) technique will be adopted in order to implement the 16-point radix-4 FFT.

CHAPTER 1 INTRODUCTION AND LITERATURE SURVEY

1.1 Introduction

You May Also Find These Documents Helpful

  • Good Essays

    The use of transistors in microprocessors and microchips (thousands of transistors may be on this chip) made possible a continuous decline in real price of computers and a continuous increase in processing power.…

    • 342 Words
    • 2 Pages
    Good Essays
  • Good Essays

    ECET230 Lab1 Procedures

    • 2138 Words
    • 8 Pages

    The second method of DESIGN ENTRY is to use a specialized programming language called VHDL (Very high-speed integrated circuit Hardware Description Language). This method is used in this and future Labs.…

    • 2138 Words
    • 8 Pages
    Good Essays
  • Powerful Essays

    Eece353 Final Exam Summary

    • 1342 Words
    • 6 Pages

    UNIVERSITY OF BRITISH COLUMBIA DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING EECE 353 – Digital Systems Design Spring 2012 Review for the Final Exam…

    • 1342 Words
    • 6 Pages
    Powerful Essays
  • Better Essays

    Thanks to the introduction of semiconductors, computers have become over a billion times faster than one of the first built in 1946 (ENIAC). I found this research to be very fascinating at how far we have come in this industry of technology. This technology advancement has allowed us to create more powerful computing devices cheaper and more efficient than ever before.…

    • 776 Words
    • 4 Pages
    Better Essays
  • Good Essays

    corlang

    • 386 Words
    • 2 Pages

    Instructions can be used to perform signed or unsigned division, respectively, of the destination operand by powers of 2. For example, using the SAR instruction to shift a signed integer 1 bit to the right divides the value by 2.…

    • 386 Words
    • 2 Pages
    Good Essays
  • Better Essays

    D. Alleyne and P. Cawley, "A two-dimensional Fourier transform method for the measurement of propagating multimode signals," J. Acoust. Soc. Am., vol. 89, pp. 1159-1168, 1991.…

    • 1762 Words
    • 8 Pages
    Better Essays
  • Powerful Essays

    [7] C. Candan. The discrete Fractional Fourier Transform. MS Thesis, Bilkent University, Ankara, ¸ 1998. [8] C. Candan, M.A. Kutay, and H.M. Ozaktas. The discrete Fractional Fourier Transform. IEEE ¸ Trans. Sig. Proc., 48:1329–1337, 2000. [9] E.U. Condon. Immersion of the Fourier transform in a continuous group of functional transformations. Proc. National Academy Sciences, 23:158–164, 1937. [10] D.F. Huang and B.S. Chen. A multi-input-multi-output system approach for the computation of discrete fractional Fourier transform. Signal Processing, 80:1501–1513, 2000. [11] H. Kober. Wurzeln aus der Hankel- und Fourier und anderen stetigen Transformationen. Quart. J. Math. Oxford Ser., 10:45–49, 1939. [12] M.A. Kutay. fracF: Fast computation www.ee.bilkent.edu.tr/~haldun/fracF.m. of the fractional Fourier transform, 1996.…

    • 9669 Words
    • 39 Pages
    Powerful Essays
  • Better Essays

    Abstract-This paper describes how FPGA is compatible for the High Performance Computing System. In this paper High performance computing systems using FPGAs and FPGA use models are described.…

    • 1229 Words
    • 5 Pages
    Better Essays
  • Better Essays

    Discrete Cosine Transform

    • 6299 Words
    • 26 Pages

    Introduction. Just as the Fourier series is the starting point in transforming and analyzing periodic functions, the basic step for vectors is the Discrete Fourier Transform (DFT). It maps the “time domain” to the “frequency domain.” A vector with N components is written as a combination of N special basis vectors vk . Those are constructed from powers of the complex number w = e2πi/N : vk = 1, wk , w2k , . . . , w(N −1)k , k = 0, 1, . . . , N − 1 .…

    • 6299 Words
    • 26 Pages
    Better Essays
  • Good Essays

    Fft Algo

    • 824 Words
    • 4 Pages

    NEHA SINGH ELECTRONICS AND COMMUNICATION ENGINEERING DEPTT BACHELOR OF TECHNOLOGY, PRE-FINAL YEAR BIPIN TRIPATHI KUMAON INSTITUTE OF TECHNOLOGY, DWARAHAT, DISTTALMORA, STATE-UTTARAKHAND, INDIA OMIKA ADHIKARI ELECTRONICS AND COMMUNICATION ENGINEERING DEPTT BACHELOR OF TECHNOLOGY, PRE-FINAL YEAR BIPIN TRIPATHI KUMAON INSTITUTE OF TECHNOLOGY, DWARAHAT, DISTTALMORA, STATE-UTTARAKHAND, INDIA KEYWORDS- Algorithm, DFT, FFT, Signal, Sparse. In digital signal processing, any irregular signal ( such as the voltage fluctuations in the wire that connects an mp3 player to a loudspeaker ), can be represented in Discrete Fourier Transform(DFT), as a combination of pure frequencies. It's universal in signal processing as well as can be used for applications such as the compression of images and audio files. The DFT is so prevalent due to the FFT algorithm which makes it possible to calculate Fourier transforms dynamically. Even then efforts to improve the calculation of DFT have a long and generally overlooked history, as today’s scenario demands increased speed of signal processing to meet some desired specific applications. In this regard, this paper presents a research about an even faster algorithm to compute the DFT of a sparse signal, which can speed up the original FFT by tenfold. The key idea behind the research is the division of signals into narrower slices of bandwidth, sized so that a slice will generally contain only one frequency with a heavy weight. Identification of the most heavily weighted frequency in that slice is done by repeatedly cutting the slice of spectrum into smaller pieces and keeping only those in which most of signal power is concentrated. Signals in which the DFT include a relatively small number of heavily weighted frequencies are called 'sparse' and the new algorithm determines the weights of a signal's most heavily weighted frequencies. The sparser the signal, greater the speed up can be provided by…

    • 824 Words
    • 4 Pages
    Good Essays
  • Powerful Essays

    This thesis presents a simple and efficient multiplier with the possibility to achieve an maximum accuracy with less area and low power Consumption through an iterative procedure and recursive logic.…

    • 4402 Words
    • 18 Pages
    Powerful Essays
  • Satisfactory Essays

    | Digital Signal ProcessingEmbedded System DesignDesign & Analysis of AlgorithmsPhysics & Modelling of Microelectronics Devices…

    • 902 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    Kannur University Syllabus

    • 9144 Words
    • 37 Pages

    2. Milman Sonka Vaclav Hlavac Roger Boyle, “Image Processing Analysis and Machine Vision”, 2nd Edition,…

    • 9144 Words
    • 37 Pages
    Powerful Essays
  • Better Essays

    Dna Computing

    • 2700 Words
    • 11 Pages

    Abstract-Silicon microprocessors have been the heart of computing world for more than forty years. Computer chip manufacturers are furiously racing to make the next microprocessor that will topple speed records and in the process are cramming more and more electronic devices onto the microprocessor. Sooner or later the physical speed and miniaturization limits of silicon microprocessors are bound to hit a wall.…

    • 2700 Words
    • 11 Pages
    Better Essays
  • Satisfactory Essays

    Computer Education

    • 840 Words
    • 4 Pages

    Do you think you’ll be able to reply and send messages using the “classical” Morse Code?…

    • 840 Words
    • 4 Pages
    Satisfactory Essays