| Integer
Fast Fourier Transform |
Introduction The
DSP world today is ruled by different transforms. Discrete Fourier transforms
are most used. So is the fast Fourier transform, which is the faster version of
DFT. Suppose we take FFT of a signal. On taking the inverse fast Fourier transform,
we except the output to be the same as the input. This is called the invertibility
property. But on most occasions, disappointment is the result. This is due to
the finite word length of the registers used to store the samples and the coefficients.
This seminar introduces a method called integer fast Fourier transforms to give
the invertibility property to FFT, without in any way destroying its accuracy
and speed. It first reviews the necessary backgrounds to understand the concept
including the discrete Fourier transform and split-radix FFT, its fixed-point
implementation, and lifting scheme. Then the basics are applied to split radix
FFT to describe the integer fast Fourier transforms. The accuracy and complexity
of the proposed approach is then discussed. The final section gives the use of
the IntFFT in noise reduction application and compares its performance with the
FxpFFT.
Fourier transform
for approximating the discrete Fourier transform, which is one of the most fundamental
operations in digital signal processing, is introduced. Unlike fixed- point fast
Fourier transform, the new transform has the properties that it is an integer-to-integer
mapping, is power adaptable and is reversible. In this paper, a concept of integer
fast Fourier transform for approximating the discrete Fourier transform is introduced
.
The transform can be implemented
by using only bit shifts and additions and no multiplication. A method for minimizing
the no of additions required is presented. While preserving the reversibility,
the integer FFT is shown experimentally to yield same accuracy as the fixed-point
FFT when their coefficients are quantised to a certain number of bits. Complexity
of the integer FFT is shown to be much lower than that of fixed point FFT in terms
of the no of additions and shifts. Finally, the are applied to noise reduction
applications, where the integer FFT provides significantly improvement over the
fixed-point FFT at low power and maintains similar results at high power.
THE
DISCRETE FOURIER TRANSFORM (DFT) is one of the most fundamental operations in
digital signal processing. Because of the efficiency of the convolutional property,
the DFT is often used in linear filtering found in many applications such as quantum
mechanics, noise reduction and image re-construction. However, the computational
requirements for completing the DFT of a finite length signal are relatively intensive.
In particular, if the input signal has length N, directly calculating its DFT
requires 2 N complex multiplications2 4 ( N real multiplications) and some additional
additions. In 1965, Cooley and Tukey introduced the fast Fourier transform (FFT),
which efficiently and significantly reduces the computational cost of calculating
N-point DFT from 2 N to Nlog N 2 . Since then, there have been numerous further
developments that extended Cooley and Tukey's original contribution. Many
efficient structures for computing DFT have been discovered by taking advantage
of the symmetry and periodicity properties of the roots f unity such as the radix-2
FFT, radix-4 FFT,and split-radix FFT. The order of the multiplicative complexity
is commonly used to measure and compare the efficiency of the algorithms since
multiplications are intrinsically more complicated among all operations.It is
well-known in the field of VLSI that among the digital arithmetic operations (addition,
multiplication, shiftingand addressing, etc.), multiplication is the operation
that consumes most of the time and power required for the entire computation and,
therefore, causes the resulting devices to be large and expensive. Therefore,
reducing the number of multiplications in digital chip design is usually a desirable
task. In this paper, utilizing
the existing efficient structures, a novel structure for approximating the DFT
is presented. This proposed structure is shown to be a reversible integer-to-integer
mapping called Integer FFT (IntFFT). All coefficients can be represented by finite-length
binary numbers. The complexity of the proposed IntFFT will be compared with the
conventional fixed-pointimplementation of the FFT (FxpFFT). Moreover, the performances
of the new transforms are also tested in noise reduction problem. The invertibility
of the DFT is guaranteed by orthogonality.The inverse (the IDFT) is just the conjugate
transpose. Inpractice, fixed-point arithmetic is often used to implement the DFT
in hardware since it is impossible to retain infinite resolution of the coefficients
and operations.
The complex coefficients
of the transform are normally quantized to a certain number of bits depending
on the tradeoff between the cost (or power) and the accuracy of the transform.
However, direct quantization of the coefficients used in the conventional structures,
including both direct and reduced-complexity (e.g., radix-2, radix-4, etc.) methods,
destroys the invertibility of the transform.
You may also like this : Quantum Dot Lasers, Plasma Antennas, Organic Light Emitting Diode, Narrow Band & Broad Band ISDN, Nanotechnology, Led Wireless, Laser Communication Systems, Josephson Junction, Introduction to the Internet Protocols, Imagine , Cellular Communications , Heliodisplay, Optical Mouse , Time Division Multiple Access , Element Management System, Extended Markup Language , Synchronous Optical Network, Dig Water , CRT Display , Satellite Radio TV System, Robotics , Wireless Application Protocol , Synchronous Optical Networking , Cellular Radio , Optic Fibre Cable, Infinite Dimensional Vector Space , Low Voltage Differential Signal, Plasma Display , GPRS,Landmine Detection Using Impulse Ground Penetrating Radar, NRAM, GSM , Wireless Intelligent Network , Integrated Voice and Data , MEMS, Smart Quill, Automatic Number Plate Recognition, Optical Camouflage, Smart Fabrics, Java Ring, Internet Protocol Television, FireWire, Night Vision Technology, RD RAM , Implementation Of Zoom FFT in Ultrasonic Blood Flow Analysis, Military Radars , Modern Irrigation System Towards Fuzzy, Smart Cameras in Embedded Systems, Spin Valve Transistor , Moletronics- an invisible technology,Electronics Seminar Reports, PPT and PDF.
|
<<back |