SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 2, Ver. III (Mar - Apr.2015), PP 35-40
www.iosrjournals.org
DOI: 10.9790/2834-10233540 www.iosrjournals.org 35 | Page
Design and Simulation of 64-Point FFT Using Radix-4 Algorithm
for OFDM Applications
K. Sarath Chandra Varma1
, Ch. Kranthi Kumar2
,K. Sravan kumar3
,
D. Sharat Chandra varma4
, N.Rajasekhar5
1,2,3,4,5:
Department of Electronics & Communications Engineering ,Lendi Institute of
Engineering and Technology, Affiliated to JNTU Kakinada.
Abstract: OFDM technology promises to be a key technique for achieving the high data capacity and spectral
efficiency requirements for wireless communication systems in future. Fast Fourier transform (FFT) processing
is one of the key procedures in popular orthogonal frequency division multiplexing (OFDM) communication
systems. A parallel and pipelined Fast Fourier Transform (FFT) processor for use in the Orthogonal
Frequency division Multiplexer (OFDM) . Unlike being stored in the ROM, the twiddle factors in our pipelined
FFT processor can be accessed directly. The radix 4 FFT is proposed. Finally, the pipelined 64-point FFT
processor can be completely implemented using Xilinx 13.2 software.
Keywords: OFDM, radix- 4,DIT-FFT,DIF-FFT,Twiddle factor.
I. Introduction
The Fast Fourier Transform (FFT) are essential in the field of digital signal processing (DSP), widely
used in communication systems , especially in orthogonal frequency division multiplexing (OFDM) systems. A
computationally efficient version of the DFT is known as the Fast Fourier Transform (FFT) and is
commonly used to reduce the computational burden transmitter chip. There are various algorithms to implement
FFT, such as radix-2, radix-4 and split-radix with arbitrary sizes. Radix-4 is another FFT algorithm which was
to improve the speed of functioning by reducing the computation; this can be obtained by change the base to 4.
For a same number if base increases the power/index will decreases. For radix-4 the number of stages are
reduced to 50% since N=43
(N=4M
) i.e. only 3 stages. Radix-4 is having four inputs and four outputs and it
follows in-place algorithm.
II. OFDM Theory
The digital baseband parts of an OFDM transceiver , is shown in Figure. The basic idea of OFDM[2] is
to divide the available spectrum into N orthogonal subchannels. In the mapper, data is converted to signals
located in the frequenc domain where each subchannel is assigned one signal. The signals are then transformed
to the time domain with the inverse fast Fourier transform (IFFT). The FFT is an efficient method to implement
the DFT algorithm, based on a divide and conquer approach. The last digital part of the transmitter inserts a
cyclic extension to remove the effects of intersymbol interference (ISI) and interchannel interference (ICI). The
FFT and the IFFT[7]of length N, is defined by the equations
xi =
1
N
Xk
N−1
k=0
WN
−ki
, 0 ≤ k < N
Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications
DOI: 10.9790/2834-10233540 www.iosrjournals.org 36 | Page
Xk = xi
N−1
i=0
WN
ki
, 0 ≤ k < N
Where, I is the sample index and
K is subcarrier index.
III. Radix-4
- The Radix-4 algorithm decompose a N-point DFT into four (N/4)-point DFT .
- Radix-4 algorithm requires only half as many stages as radix-2 requires .
- No. of stages in radix 4 are log4N.
- This involves (3N/8)¡ log2N complex multiplication and (3N/2)¡ log2N complex additions.
- N/4 butterflies are used in each of (log2N)/2 stages, which is one quarter the number of butterflies in a
radix-2 FFT.
- The radix-4 butterfly is consequently larger and more complicated than a radix-2 butterfly.
- Addressing of data and twiddle factors is more complex.
- Radix-4 FFT requires fewer calculations than a radix-2 FFT.
- Radix-4 FFT is significantly faster than radix-2 FFT.
- A radix-4 FFT combines two stages of a radix-2 FFT into one, so that half as many stages are required.
- The overall number of operations is lower.
Fig 3.1: A Simple Radix 4 DIF FFT algorithm
Fig 3.2 : 64point DIT FFT in Radix-4
Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications
DOI: 10.9790/2834-10233540 www.iosrjournals.org 37 | Page
IV. Simulation Results
The proposed FFT block of signal length 64 is been simulated and synthesised using the Xilinx Design
Suite 13.2. The RTL block thus obtained for the decimation in frequency domain radix -4 Fast Fourier transform
algorithm which is same as time domain is shown - Fig 4.1
The RTL view of the butterfly structure obtained after the simulation of the 64-point FFT block,
Decimation in frequency domain which is same as time domain is shown next and also the internal architechture
of the butterfly block is shown. Fig
Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications
DOI: 10.9790/2834-10233540 www.iosrjournals.org 38 | Page
Fig:4.2 Internal Architecture of The Butterfly Component
Fig:4.3
Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications
DOI: 10.9790/2834-10233540 www.iosrjournals.org 39 | Page
Fig: 4.3(Simulation results)
- Simulation results, 64-point radix-4 DIT-FFT Total time- 7.666ns (6.004ns logic, 1.662ns route)
V. Results
Fig: 5.1(Report)
Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications
DOI: 10.9790/2834-10233540 www.iosrjournals.org 40 | Page
-: Slice logic utilization:
No of slice luts:4944 out of 21000 - 23%
Number used as logic:4944 out of 21000- 23%
-Slice Logic Distribution: Number of LUT Flip Flop pairs used: 4944.
Number with an unused Flip Flop:4944 out of 4944 100% . Number with an unused LUT: 0 out of 4944 -
0% .
Number of fully used LUT-FF pairs: 0out of 4944-0% . Number of unique control sets: 0
-:IO utilization:
No of bonded IOB’s: 1024 out of 210 - 487%
(overmapped)
VI. Conclusion
A low power pipelined 64-point FFT processor for OFDM applications has been described in this
paper using radix 4 reduce the stages, less voltage, number of additions and multiplications when compared to
radix-2. From the above synthesis and simulation results of radix-4 64-points it is understandable that radix-4
having less delay in processing the input when compared with radix-2. Comparing with radix-2 algorithm, 80%
of time is saved in radix-4 algorithm. As the delay time is reduced the fastness of the system is increased.
References
[1]. Chu yu, Mao-Hsu Yen ― A Low power 64-point FFT Processor” IEEE Transactions on Consumer Electronics,Vol. 57, Feb 2011
[2]. N.Kirubanandasarathy, Dr.K.Karthikeyan,‖ VLSI Design of Mixed Radix FFT Processor for MIMIOFDM in Wireless
Communication‖, 2011 IEEE Proceedings.
[3]. Fahad Qureshi and Oscar Gustafson,‖Twiddle Factor Memory Switching Activity Analysis of Radix-22 and Equivalent.
[4]. Jianing Su, Zhenghao Lu, ―Low cost VLSI design of a flexible FFT processor‖, IEEE Proceedings, April 2010
[5]. Asmitha Haveliya, “Design and Simulation of 32-point FFT Using Radix-2 Algorithm for FPGA Implementation”, IEEE Computer
society, 2012
[6]. Richard G Lyons. Understanding Digital Signal Processing. Pearson Education Inc, third dition edition, 2011
[7]. ALAN V Oppenheim Digital Signal Processing first edition,1975.
[8]. Richard G Lyons Understanding digital signal processing,3rd
edition,2011
[9]. James H McClellan and C Sidney Burru Computer-based Exercises for SIGANL PROCESSING using MATLAB 5. Prentice
HALL,
[10]. R.Ravi kumar,Digital Signal Processing., third dition edition, 2010.

More Related Content

What's hot

HIGH PERFORMANCE SPLIT RADIX FFT
HIGH PERFORMANCE SPLIT RADIX FFTHIGH PERFORMANCE SPLIT RADIX FFT
HIGH PERFORMANCE SPLIT RADIX FFTAM Publications
 
Implementation Of Grigoryan FFT For Its Performance Case Study Over Cooley-Tu...
Implementation Of Grigoryan FFT For Its Performance Case Study Over Cooley-Tu...Implementation Of Grigoryan FFT For Its Performance Case Study Over Cooley-Tu...
Implementation Of Grigoryan FFT For Its Performance Case Study Over Cooley-Tu...ijma
 
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS FilterPerformance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filteridescitation
 
PERFORMANCE EVALUATIONS OF GRIORYAN FFT AND COOLEY-TUKEY FFT ONTO XILINX VIRT...
PERFORMANCE EVALUATIONS OF GRIORYAN FFT AND COOLEY-TUKEY FFT ONTO XILINX VIRT...PERFORMANCE EVALUATIONS OF GRIORYAN FFT AND COOLEY-TUKEY FFT ONTO XILINX VIRT...
PERFORMANCE EVALUATIONS OF GRIORYAN FFT AND COOLEY-TUKEY FFT ONTO XILINX VIRT...cscpconf
 
Performance evaluations of grioryan fft and cooley tukey fft onto xilinx virt...
Performance evaluations of grioryan fft and cooley tukey fft onto xilinx virt...Performance evaluations of grioryan fft and cooley tukey fft onto xilinx virt...
Performance evaluations of grioryan fft and cooley tukey fft onto xilinx virt...csandit
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...IOSR Journals
 
T04504121126
T04504121126T04504121126
T04504121126IJERA Editor
 
Improvement in Computational Complexity of the MIMO ML Decoder in High Mobili...
Improvement in Computational Complexity of the MIMO ML Decoder in High Mobili...Improvement in Computational Complexity of the MIMO ML Decoder in High Mobili...
Improvement in Computational Complexity of the MIMO ML Decoder in High Mobili...IRJET Journal
 
Design of 4:2 Compressor for Parallel Distributed Arithmetic FIR Filter
Design of 4:2 Compressor for Parallel Distributed Arithmetic FIR FilterDesign of 4:2 Compressor for Parallel Distributed Arithmetic FIR Filter
Design of 4:2 Compressor for Parallel Distributed Arithmetic FIR FilterAssociate Professor in VSB Coimbatore
 
Transpose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
Transpose Form Fir Filter Design for Fixed and Reconfigurable CoefficientsTranspose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
Transpose Form Fir Filter Design for Fixed and Reconfigurable CoefficientsIRJET Journal
 
Internet Protocol Version 4
Internet Protocol Version 4Internet Protocol Version 4
Internet Protocol Version 4Purushottam Kamble
 
Investigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachInvestigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachIJERA Editor
 
I pv4 format
I pv4 formatI pv4 format
I pv4 formatNitesh Singh
 
Generating Router Level Topology Using Dns And Ip Identifier
Generating Router Level Topology Using Dns And Ip IdentifierGenerating Router Level Topology Using Dns And Ip Identifier
Generating Router Level Topology Using Dns And Ip IdentifierIJERA Editor
 
Grant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research PresentationGrant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research Presentationamin azari
 
FPGA Implementation of Mixed Radix CORDIC FFT
FPGA Implementation of Mixed Radix CORDIC FFTFPGA Implementation of Mixed Radix CORDIC FFT
FPGA Implementation of Mixed Radix CORDIC FFTIJSRD
 
Gn3311521155
Gn3311521155Gn3311521155
Gn3311521155IJERA Editor
 

What's hot (19)

HIGH PERFORMANCE SPLIT RADIX FFT
HIGH PERFORMANCE SPLIT RADIX FFTHIGH PERFORMANCE SPLIT RADIX FFT
HIGH PERFORMANCE SPLIT RADIX FFT
 
Implementation Of Grigoryan FFT For Its Performance Case Study Over Cooley-Tu...
Implementation Of Grigoryan FFT For Its Performance Case Study Over Cooley-Tu...Implementation Of Grigoryan FFT For Its Performance Case Study Over Cooley-Tu...
Implementation Of Grigoryan FFT For Its Performance Case Study Over Cooley-Tu...
 
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS FilterPerformance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
Performance Analysis of OFDM Transceiver with Folded FFT and LMS Filter
 
PERFORMANCE EVALUATIONS OF GRIORYAN FFT AND COOLEY-TUKEY FFT ONTO XILINX VIRT...
PERFORMANCE EVALUATIONS OF GRIORYAN FFT AND COOLEY-TUKEY FFT ONTO XILINX VIRT...PERFORMANCE EVALUATIONS OF GRIORYAN FFT AND COOLEY-TUKEY FFT ONTO XILINX VIRT...
PERFORMANCE EVALUATIONS OF GRIORYAN FFT AND COOLEY-TUKEY FFT ONTO XILINX VIRT...
 
Performance evaluations of grioryan fft and cooley tukey fft onto xilinx virt...
Performance evaluations of grioryan fft and cooley tukey fft onto xilinx virt...Performance evaluations of grioryan fft and cooley tukey fft onto xilinx virt...
Performance evaluations of grioryan fft and cooley tukey fft onto xilinx virt...
 
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
Performance Evaluation of IPv4 Vs Ipv6 and Tunnelling Techniques Using Optimi...
 
T04504121126
T04504121126T04504121126
T04504121126
 
The Internet Protocol version 4 (IPv4)
The Internet Protocol version 4 (IPv4)The Internet Protocol version 4 (IPv4)
The Internet Protocol version 4 (IPv4)
 
Improvement in Computational Complexity of the MIMO ML Decoder in High Mobili...
Improvement in Computational Complexity of the MIMO ML Decoder in High Mobili...Improvement in Computational Complexity of the MIMO ML Decoder in High Mobili...
Improvement in Computational Complexity of the MIMO ML Decoder in High Mobili...
 
Dg34662666
Dg34662666Dg34662666
Dg34662666
 
Design of 4:2 Compressor for Parallel Distributed Arithmetic FIR Filter
Design of 4:2 Compressor for Parallel Distributed Arithmetic FIR FilterDesign of 4:2 Compressor for Parallel Distributed Arithmetic FIR Filter
Design of 4:2 Compressor for Parallel Distributed Arithmetic FIR Filter
 
Transpose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
Transpose Form Fir Filter Design for Fixed and Reconfigurable CoefficientsTranspose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
Transpose Form Fir Filter Design for Fixed and Reconfigurable Coefficients
 
Internet Protocol Version 4
Internet Protocol Version 4Internet Protocol Version 4
Internet Protocol Version 4
 
Investigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing ApproachInvestigating the Performance of NoC Using Hierarchical Routing Approach
Investigating the Performance of NoC Using Hierarchical Routing Approach
 
I pv4 format
I pv4 formatI pv4 format
I pv4 format
 
Generating Router Level Topology Using Dns And Ip Identifier
Generating Router Level Topology Using Dns And Ip IdentifierGenerating Router Level Topology Using Dns And Ip Identifier
Generating Router Level Topology Using Dns And Ip Identifier
 
Grant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research PresentationGrant free IoT, Ericsson Research Presentation
Grant free IoT, Ericsson Research Presentation
 
FPGA Implementation of Mixed Radix CORDIC FFT
FPGA Implementation of Mixed Radix CORDIC FFTFPGA Implementation of Mixed Radix CORDIC FFT
FPGA Implementation of Mixed Radix CORDIC FFT
 
Gn3311521155
Gn3311521155Gn3311521155
Gn3311521155
 

Viewers also liked

HR Challenges of Project Managers
HR Challenges of Project ManagersHR Challenges of Project Managers
HR Challenges of Project ManagersIOSR Journals
 
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground StructureA Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground StructureIOSR Journals
 
Exact Analytical Expression for Outgoing Intensity from the Top of the Atmosp...
Exact Analytical Expression for Outgoing Intensity from the Top of the Atmosp...Exact Analytical Expression for Outgoing Intensity from the Top of the Atmosp...
Exact Analytical Expression for Outgoing Intensity from the Top of the Atmosp...IOSR Journals
 
The Performance Analysis of Private Conventional Banks: A Case Study of Bangl...
The Performance Analysis of Private Conventional Banks: A Case Study of Bangl...The Performance Analysis of Private Conventional Banks: A Case Study of Bangl...
The Performance Analysis of Private Conventional Banks: A Case Study of Bangl...IOSR Journals
 
The Effect of Transformational Leadership on Market Orientation, Learning Ori...
The Effect of Transformational Leadership on Market Orientation, Learning Ori...The Effect of Transformational Leadership on Market Orientation, Learning Ori...
The Effect of Transformational Leadership on Market Orientation, Learning Ori...IOSR Journals
 
An Inventory Model for Constant Demand with Shortages under Permissible Delay...
An Inventory Model for Constant Demand with Shortages under Permissible Delay...An Inventory Model for Constant Demand with Shortages under Permissible Delay...
An Inventory Model for Constant Demand with Shortages under Permissible Delay...IOSR Journals
 
Effective Waste Management and Environmental Control
Effective Waste Management and Environmental ControlEffective Waste Management and Environmental Control
Effective Waste Management and Environmental ControlIOSR Journals
 
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...IOSR Journals
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesIOSR Journals
 
Half-metallic-ferrimagnetic Sr2CrWO6 and Sr2FeReO6 materials for room tempera...
Half-metallic-ferrimagnetic Sr2CrWO6 and Sr2FeReO6 materials for room tempera...Half-metallic-ferrimagnetic Sr2CrWO6 and Sr2FeReO6 materials for room tempera...
Half-metallic-ferrimagnetic Sr2CrWO6 and Sr2FeReO6 materials for room tempera...IOSR Journals
 
Inventory Management System and Performance of Food and Beverages Companies i...
Inventory Management System and Performance of Food and Beverages Companies i...Inventory Management System and Performance of Food and Beverages Companies i...
Inventory Management System and Performance of Food and Beverages Companies i...IOSR Journals
 
Parametric sensitivity analysis of a mathematical model of facultative mutualism
Parametric sensitivity analysis of a mathematical model of facultative mutualismParametric sensitivity analysis of a mathematical model of facultative mutualism
Parametric sensitivity analysis of a mathematical model of facultative mutualismIOSR Journals
 
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkA Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkIOSR Journals
 
Capacity Spectrum Method for RC Building with Cracked and Uncracked Section
Capacity Spectrum Method for RC Building with Cracked and Uncracked SectionCapacity Spectrum Method for RC Building with Cracked and Uncracked Section
Capacity Spectrum Method for RC Building with Cracked and Uncracked SectionIOSR Journals
 
Accretion Profile of the Rosy Barb, Puntius Conchonius (Hamilton- Buchanan, 1...
Accretion Profile of the Rosy Barb, Puntius Conchonius (Hamilton- Buchanan, 1...Accretion Profile of the Rosy Barb, Puntius Conchonius (Hamilton- Buchanan, 1...
Accretion Profile of the Rosy Barb, Puntius Conchonius (Hamilton- Buchanan, 1...IOSR Journals
 
Isolation and Characterization of Thermostable Protease Producing Bacteria fr...
Isolation and Characterization of Thermostable Protease Producing Bacteria fr...Isolation and Characterization of Thermostable Protease Producing Bacteria fr...
Isolation and Characterization of Thermostable Protease Producing Bacteria fr...IOSR Journals
 
Modeling Of Flat Plate Collector by Using Hybrid Technique
Modeling Of Flat Plate Collector by Using Hybrid TechniqueModeling Of Flat Plate Collector by Using Hybrid Technique
Modeling Of Flat Plate Collector by Using Hybrid TechniqueIOSR Journals
 
Auxin induced germination and plantlet regeneration via Rhizome section cultu...
Auxin induced germination and plantlet regeneration via Rhizome section cultu...Auxin induced germination and plantlet regeneration via Rhizome section cultu...
Auxin induced germination and plantlet regeneration via Rhizome section cultu...IOSR Journals
 

Viewers also liked (20)

HR Challenges of Project Managers
HR Challenges of Project ManagersHR Challenges of Project Managers
HR Challenges of Project Managers
 
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground StructureA Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
A Modified H-shaped Microstrip Patch Antenna with Periodic Ground Structure
 
Exact Analytical Expression for Outgoing Intensity from the Top of the Atmosp...
Exact Analytical Expression for Outgoing Intensity from the Top of the Atmosp...Exact Analytical Expression for Outgoing Intensity from the Top of the Atmosp...
Exact Analytical Expression for Outgoing Intensity from the Top of the Atmosp...
 
The Performance Analysis of Private Conventional Banks: A Case Study of Bangl...
The Performance Analysis of Private Conventional Banks: A Case Study of Bangl...The Performance Analysis of Private Conventional Banks: A Case Study of Bangl...
The Performance Analysis of Private Conventional Banks: A Case Study of Bangl...
 
The Effect of Transformational Leadership on Market Orientation, Learning Ori...
The Effect of Transformational Leadership on Market Orientation, Learning Ori...The Effect of Transformational Leadership on Market Orientation, Learning Ori...
The Effect of Transformational Leadership on Market Orientation, Learning Ori...
 
An Inventory Model for Constant Demand with Shortages under Permissible Delay...
An Inventory Model for Constant Demand with Shortages under Permissible Delay...An Inventory Model for Constant Demand with Shortages under Permissible Delay...
An Inventory Model for Constant Demand with Shortages under Permissible Delay...
 
Effective Waste Management and Environmental Control
Effective Waste Management and Environmental ControlEffective Waste Management and Environmental Control
Effective Waste Management and Environmental Control
 
G010633439
G010633439G010633439
G010633439
 
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
Lean and Agile Manufacturing as productivity enhancement techniques - a compa...
 
Comparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting TechniquesComparative Study and Analysis of Image Inpainting Techniques
Comparative Study and Analysis of Image Inpainting Techniques
 
Half-metallic-ferrimagnetic Sr2CrWO6 and Sr2FeReO6 materials for room tempera...
Half-metallic-ferrimagnetic Sr2CrWO6 and Sr2FeReO6 materials for room tempera...Half-metallic-ferrimagnetic Sr2CrWO6 and Sr2FeReO6 materials for room tempera...
Half-metallic-ferrimagnetic Sr2CrWO6 and Sr2FeReO6 materials for room tempera...
 
Inventory Management System and Performance of Food and Beverages Companies i...
Inventory Management System and Performance of Food and Beverages Companies i...Inventory Management System and Performance of Food and Beverages Companies i...
Inventory Management System and Performance of Food and Beverages Companies i...
 
Parametric sensitivity analysis of a mathematical model of facultative mutualism
Parametric sensitivity analysis of a mathematical model of facultative mutualismParametric sensitivity analysis of a mathematical model of facultative mutualism
Parametric sensitivity analysis of a mathematical model of facultative mutualism
 
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc NetworkA Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
A Survey Paper on Cluster Head Selection Techniques for Mobile Ad-Hoc Network
 
Capacity Spectrum Method for RC Building with Cracked and Uncracked Section
Capacity Spectrum Method for RC Building with Cracked and Uncracked SectionCapacity Spectrum Method for RC Building with Cracked and Uncracked Section
Capacity Spectrum Method for RC Building with Cracked and Uncracked Section
 
F012234450
F012234450F012234450
F012234450
 
Accretion Profile of the Rosy Barb, Puntius Conchonius (Hamilton- Buchanan, 1...
Accretion Profile of the Rosy Barb, Puntius Conchonius (Hamilton- Buchanan, 1...Accretion Profile of the Rosy Barb, Puntius Conchonius (Hamilton- Buchanan, 1...
Accretion Profile of the Rosy Barb, Puntius Conchonius (Hamilton- Buchanan, 1...
 
Isolation and Characterization of Thermostable Protease Producing Bacteria fr...
Isolation and Characterization of Thermostable Protease Producing Bacteria fr...Isolation and Characterization of Thermostable Protease Producing Bacteria fr...
Isolation and Characterization of Thermostable Protease Producing Bacteria fr...
 
Modeling Of Flat Plate Collector by Using Hybrid Technique
Modeling Of Flat Plate Collector by Using Hybrid TechniqueModeling Of Flat Plate Collector by Using Hybrid Technique
Modeling Of Flat Plate Collector by Using Hybrid Technique
 
Auxin induced germination and plantlet regeneration via Rhizome section cultu...
Auxin induced germination and plantlet regeneration via Rhizome section cultu...Auxin induced germination and plantlet regeneration via Rhizome section cultu...
Auxin induced germination and plantlet regeneration via Rhizome section cultu...
 

Similar to G010233540

IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT VLSICS Design
 
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...IOSRJVSP
 
Survey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM ReceiversSurvey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM Receiversijsrd.com
 
IRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
IRJET - Design and Implementation of FFT using Compressor with XOR Gate TopologyIRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
IRJET - Design and Implementation of FFT using Compressor with XOR Gate TopologyIRJET Journal
 
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization and
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization andIaetsd fpga implementation of cordic algorithm for pipelined fft realization and
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization andIaetsd Iaetsd
 
Implementation of High Throughput Radix-16 FFT Processor
Implementation of High Throughput Radix-16 FFT ProcessorImplementation of High Throughput Radix-16 FFT Processor
Implementation of High Throughput Radix-16 FFT ProcessorIJMER
 
Iaetsd finger print recognition by cordic algorithm and pipelined fft
Iaetsd finger print recognition by cordic algorithm and pipelined fftIaetsd finger print recognition by cordic algorithm and pipelined fft
Iaetsd finger print recognition by cordic algorithm and pipelined fftIaetsd Iaetsd
 
IRJET- Low Complexity Pipelined FFT Design for High Throughput and Low Densit...
IRJET- Low Complexity Pipelined FFT Design for High Throughput and Low Densit...IRJET- Low Complexity Pipelined FFT Design for High Throughput and Low Densit...
IRJET- Low Complexity Pipelined FFT Design for High Throughput and Low Densit...IRJET Journal
 
Aw4102359364
Aw4102359364Aw4102359364
Aw4102359364IJERA Editor
 
IRJET- VLSI Architecture for Reversible Radix-2 FFT Algorithm using Programma...
IRJET- VLSI Architecture for Reversible Radix-2 FFT Algorithm using Programma...IRJET- VLSI Architecture for Reversible Radix-2 FFT Algorithm using Programma...
IRJET- VLSI Architecture for Reversible Radix-2 FFT Algorithm using Programma...IRJET Journal
 
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...Journal For Research
 
Iaetsd pipelined parallel fft architecture through folding transformation
Iaetsd pipelined parallel fft architecture through folding transformationIaetsd pipelined parallel fft architecture through folding transformation
Iaetsd pipelined parallel fft architecture through folding transformationIaetsd Iaetsd
 
A combined sdc
A combined sdcA combined sdc
A combined sdcsakthi1986
 
s.Magesh kumar DECE,BTECH,ME (ASAN MEMORIAL COLLEGE OF ENGINEERING AND TECHNO...
s.Magesh kumar DECE,BTECH,ME (ASAN MEMORIAL COLLEGE OF ENGINEERING AND TECHNO...s.Magesh kumar DECE,BTECH,ME (ASAN MEMORIAL COLLEGE OF ENGINEERING AND TECHNO...
s.Magesh kumar DECE,BTECH,ME (ASAN MEMORIAL COLLEGE OF ENGINEERING AND TECHNO...sakthi1986
 
IRJET- A Study on Algorithms for FFT Computations
IRJET- A Study on Algorithms for FFT ComputationsIRJET- A Study on Algorithms for FFT Computations
IRJET- A Study on Algorithms for FFT ComputationsIRJET Journal
 

Similar to G010233540 (20)

Design Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless Application
Design Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless ApplicationDesign Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless Application
Design Radix-4 64-Point Pipeline FFT/IFFT Processor for Wireless Application
 
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
IMPLEMENTATION OF SDC - SDF ARCHITECTURE FOR RADIX-4 FFT
 
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
Design and Power Measurement of 2 And 8 Point FFT Using Radix-2 Algorithm for...
 
Survey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM ReceiversSurvey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM Receivers
 
IRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
IRJET - Design and Implementation of FFT using Compressor with XOR Gate TopologyIRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
IRJET - Design and Implementation of FFT using Compressor with XOR Gate Topology
 
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization and
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization andIaetsd fpga implementation of cordic algorithm for pipelined fft realization and
Iaetsd fpga implementation of cordic algorithm for pipelined fft realization and
 
My paper
My paperMy paper
My paper
 
Implementation of High Throughput Radix-16 FFT Processor
Implementation of High Throughput Radix-16 FFT ProcessorImplementation of High Throughput Radix-16 FFT Processor
Implementation of High Throughput Radix-16 FFT Processor
 
B1030610
B1030610B1030610
B1030610
 
NaveeN
NaveeNNaveeN
NaveeN
 
Iaetsd finger print recognition by cordic algorithm and pipelined fft
Iaetsd finger print recognition by cordic algorithm and pipelined fftIaetsd finger print recognition by cordic algorithm and pipelined fft
Iaetsd finger print recognition by cordic algorithm and pipelined fft
 
IRJET- Low Complexity Pipelined FFT Design for High Throughput and Low Densit...
IRJET- Low Complexity Pipelined FFT Design for High Throughput and Low Densit...IRJET- Low Complexity Pipelined FFT Design for High Throughput and Low Densit...
IRJET- Low Complexity Pipelined FFT Design for High Throughput and Low Densit...
 
Aw4102359364
Aw4102359364Aw4102359364
Aw4102359364
 
Fft
FftFft
Fft
 
IRJET- VLSI Architecture for Reversible Radix-2 FFT Algorithm using Programma...
IRJET- VLSI Architecture for Reversible Radix-2 FFT Algorithm using Programma...IRJET- VLSI Architecture for Reversible Radix-2 FFT Algorithm using Programma...
IRJET- VLSI Architecture for Reversible Radix-2 FFT Algorithm using Programma...
 
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
DESIGN AND VHDL IMPLEMENTATION OF 64-POINT FFT USING TWO STRUCTURE 8-POINT FF...
 
Iaetsd pipelined parallel fft architecture through folding transformation
Iaetsd pipelined parallel fft architecture through folding transformationIaetsd pipelined parallel fft architecture through folding transformation
Iaetsd pipelined parallel fft architecture through folding transformation
 
A combined sdc
A combined sdcA combined sdc
A combined sdc
 
s.Magesh kumar DECE,BTECH,ME (ASAN MEMORIAL COLLEGE OF ENGINEERING AND TECHNO...
s.Magesh kumar DECE,BTECH,ME (ASAN MEMORIAL COLLEGE OF ENGINEERING AND TECHNO...s.Magesh kumar DECE,BTECH,ME (ASAN MEMORIAL COLLEGE OF ENGINEERING AND TECHNO...
s.Magesh kumar DECE,BTECH,ME (ASAN MEMORIAL COLLEGE OF ENGINEERING AND TECHNO...
 
IRJET- A Study on Algorithms for FFT Computations
IRJET- A Study on Algorithms for FFT ComputationsIRJET- A Study on Algorithms for FFT Computations
IRJET- A Study on Algorithms for FFT Computations
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxnull - The Open Security Community
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 

Recently uploaded (20)

FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptxMaking_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
Making_way_through_DLL_hollowing_inspite_of_CFG_by_Debjeet Banerjee.pptx
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 

G010233540

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 2, Ver. III (Mar - Apr.2015), PP 35-40 www.iosrjournals.org DOI: 10.9790/2834-10233540 www.iosrjournals.org 35 | Page Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications K. Sarath Chandra Varma1 , Ch. Kranthi Kumar2 ,K. Sravan kumar3 , D. Sharat Chandra varma4 , N.Rajasekhar5 1,2,3,4,5: Department of Electronics & Communications Engineering ,Lendi Institute of Engineering and Technology, Affiliated to JNTU Kakinada. Abstract: OFDM technology promises to be a key technique for achieving the high data capacity and spectral efficiency requirements for wireless communication systems in future. Fast Fourier transform (FFT) processing is one of the key procedures in popular orthogonal frequency division multiplexing (OFDM) communication systems. A parallel and pipelined Fast Fourier Transform (FFT) processor for use in the Orthogonal Frequency division Multiplexer (OFDM) . Unlike being stored in the ROM, the twiddle factors in our pipelined FFT processor can be accessed directly. The radix 4 FFT is proposed. Finally, the pipelined 64-point FFT processor can be completely implemented using Xilinx 13.2 software. Keywords: OFDM, radix- 4,DIT-FFT,DIF-FFT,Twiddle factor. I. Introduction The Fast Fourier Transform (FFT) are essential in the field of digital signal processing (DSP), widely used in communication systems , especially in orthogonal frequency division multiplexing (OFDM) systems. A computationally efficient version of the DFT is known as the Fast Fourier Transform (FFT) and is commonly used to reduce the computational burden transmitter chip. There are various algorithms to implement FFT, such as radix-2, radix-4 and split-radix with arbitrary sizes. Radix-4 is another FFT algorithm which was to improve the speed of functioning by reducing the computation; this can be obtained by change the base to 4. For a same number if base increases the power/index will decreases. For radix-4 the number of stages are reduced to 50% since N=43 (N=4M ) i.e. only 3 stages. Radix-4 is having four inputs and four outputs and it follows in-place algorithm. II. OFDM Theory The digital baseband parts of an OFDM transceiver , is shown in Figure. The basic idea of OFDM[2] is to divide the available spectrum into N orthogonal subchannels. In the mapper, data is converted to signals located in the frequenc domain where each subchannel is assigned one signal. The signals are then transformed to the time domain with the inverse fast Fourier transform (IFFT). The FFT is an efficient method to implement the DFT algorithm, based on a divide and conquer approach. The last digital part of the transmitter inserts a cyclic extension to remove the effects of intersymbol interference (ISI) and interchannel interference (ICI). The FFT and the IFFT[7]of length N, is defined by the equations xi = 1 N Xk N−1 k=0 WN −ki , 0 ≤ k < N
  • 2. Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications DOI: 10.9790/2834-10233540 www.iosrjournals.org 36 | Page Xk = xi N−1 i=0 WN ki , 0 ≤ k < N Where, I is the sample index and K is subcarrier index. III. Radix-4 - The Radix-4 algorithm decompose a N-point DFT into four (N/4)-point DFT . - Radix-4 algorithm requires only half as many stages as radix-2 requires . - No. of stages in radix 4 are log4N. - This involves (3N/8)¡ log2N complex multiplication and (3N/2)¡ log2N complex additions. - N/4 butterflies are used in each of (log2N)/2 stages, which is one quarter the number of butterflies in a radix-2 FFT. - The radix-4 butterfly is consequently larger and more complicated than a radix-2 butterfly. - Addressing of data and twiddle factors is more complex. - Radix-4 FFT requires fewer calculations than a radix-2 FFT. - Radix-4 FFT is significantly faster than radix-2 FFT. - A radix-4 FFT combines two stages of a radix-2 FFT into one, so that half as many stages are required. - The overall number of operations is lower. Fig 3.1: A Simple Radix 4 DIF FFT algorithm Fig 3.2 : 64point DIT FFT in Radix-4
  • 3. Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications DOI: 10.9790/2834-10233540 www.iosrjournals.org 37 | Page IV. Simulation Results The proposed FFT block of signal length 64 is been simulated and synthesised using the Xilinx Design Suite 13.2. The RTL block thus obtained for the decimation in frequency domain radix -4 Fast Fourier transform algorithm which is same as time domain is shown - Fig 4.1 The RTL view of the butterfly structure obtained after the simulation of the 64-point FFT block, Decimation in frequency domain which is same as time domain is shown next and also the internal architechture of the butterfly block is shown. Fig
  • 4. Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications DOI: 10.9790/2834-10233540 www.iosrjournals.org 38 | Page Fig:4.2 Internal Architecture of The Butterfly Component Fig:4.3
  • 5. Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications DOI: 10.9790/2834-10233540 www.iosrjournals.org 39 | Page Fig: 4.3(Simulation results) - Simulation results, 64-point radix-4 DIT-FFT Total time- 7.666ns (6.004ns logic, 1.662ns route) V. Results Fig: 5.1(Report)
  • 6. Design and Simulation of 64-Point FFT Using Radix-4 Algorithm for OFDM Applications DOI: 10.9790/2834-10233540 www.iosrjournals.org 40 | Page -: Slice logic utilization: No of slice luts:4944 out of 21000 - 23% Number used as logic:4944 out of 21000- 23% -Slice Logic Distribution: Number of LUT Flip Flop pairs used: 4944. Number with an unused Flip Flop:4944 out of 4944 100% . Number with an unused LUT: 0 out of 4944 - 0% . Number of fully used LUT-FF pairs: 0out of 4944-0% . Number of unique control sets: 0 -:IO utilization: No of bonded IOB’s: 1024 out of 210 - 487% (overmapped) VI. Conclusion A low power pipelined 64-point FFT processor for OFDM applications has been described in this paper using radix 4 reduce the stages, less voltage, number of additions and multiplications when compared to radix-2. From the above synthesis and simulation results of radix-4 64-points it is understandable that radix-4 having less delay in processing the input when compared with radix-2. Comparing with radix-2 algorithm, 80% of time is saved in radix-4 algorithm. As the delay time is reduced the fastness of the system is increased. References [1]. Chu yu, Mao-Hsu Yen ― A Low power 64-point FFT Processor” IEEE Transactions on Consumer Electronics,Vol. 57, Feb 2011 [2]. N.Kirubanandasarathy, Dr.K.Karthikeyan,‖ VLSI Design of Mixed Radix FFT Processor for MIMIOFDM in Wireless Communication‖, 2011 IEEE Proceedings. [3]. Fahad Qureshi and Oscar Gustafson,‖Twiddle Factor Memory Switching Activity Analysis of Radix-22 and Equivalent. [4]. Jianing Su, Zhenghao Lu, ―Low cost VLSI design of a flexible FFT processor‖, IEEE Proceedings, April 2010 [5]. Asmitha Haveliya, “Design and Simulation of 32-point FFT Using Radix-2 Algorithm for FPGA Implementation”, IEEE Computer society, 2012 [6]. Richard G Lyons. Understanding Digital Signal Processing. Pearson Education Inc, third dition edition, 2011 [7]. ALAN V Oppenheim Digital Signal Processing first edition,1975. [8]. Richard G Lyons Understanding digital signal processing,3rd edition,2011 [9]. James H McClellan and C Sidney Burru Computer-based Exercises for SIGANL PROCESSING using MATLAB 5. Prentice HALL, [10]. R.Ravi kumar,Digital Signal Processing., third dition edition, 2010.