FPGA Implementation of FFT Processor in Xilinx

Size: px
Start display at page:

Download "FPGA Implementation of FFT Processor in Xilinx"

Transcription

1 Volume-6, Issue-2, March-April 2016 International Journal of Engineering and Management Research Page Number: FPGA Implementation of FFT Processor in Xilinx Anup Tiwari 1, Dr. Samir Pandey 2 1 Research Scholar, Department of Electronics & Communication Engineering, Jharkhand Rai University, Ranchi, INDIA 2 Professor, Department of Mathematics, Jharkhand Rai University,Ranchi INDIA ABSTRACT Fast Fourier Transform is an essential data processing technique in communication systems and DSP systems. In this brief, we propose high speed and area efficient 64 point FFT processor using Vedic algorithm. To reduce computational complexity and area, we develop FFT architecture by devising a radix-4 algorithm and optimizing the realization by Vedic algorithm. Furthermore, it can be used in decimation in frequency (DIF) and decimation in time (DIT) decompositions. Moreover, the design can achieve very high speed, which makes them suitable for the most demanding applications of FFT. Indeed, the proposed radix-4 Vedic algorithm based architecture requires fewer hardware resources. The synthesis results are same as that of theoretical analysis and it is observed that more than 15% reduction can be achieved in terms of slices count. In addition, the dynamic power consumption can be reduced and speed can be increased by as much as 16% using Vedic algorithm. Keywords - FFT, Vedic algorithm, DSP, radix-4 I. INTRODUCTION With the advancement of VLSI, Fast Fourier Transform (FFT) is applied to wide field of digital signal processing (DSP) and communication system applications [10]. Now days, one of the important application of FFT is the orthogonal frequency division multiplexing (OFDM). It is mainly used in wireless local area network (WLAN), digital audio broadcasting (DAB), digital video broadcasting-terrestrial (DVB-T) and digital video broadcasting-handheld (DVB-H). Due to such diverse application of FFT, it is desirable to develop efficient FFT to meet the requirement of various OFDM communication standards. The FFT is a faster version of the Discrete Fourier Transform (DFT) and calculates Discrete Fourier Transform efficiently by reducing the computational complexity. FFT architectures have been comprehensively studied these days [1-4]. At the architectural level, various FFT architectures such as memory-based and pipeline architecture have been adopted. Memory-based architecture is widely adopted to design an FFT processor. It consists of butterfly processing element and memory units. It has low power consumption but long latency and low throughput. To improve the efficiency of memory based FFT architecture, radix-4 butterfly processing units along with dual port memory is adopted in our work. Moreover, the butterfly processing unit decides cost and characteristic of FFT processor. A butterfly unit is composed of complex adders and multipliers [15]. The multiplier is usually the speed bottleneck in the design of the FFT processor. If these complex multiplications are implemented using shift and add operation, it results in higher hardware cost and also, limits the performance of FFT. To improve the performance of such complex computation Vedic algorithm is adopted. The benefits of Vedic algorithm for efficient implementation of complex multiplier have been largely unexplored. A systematic design methodology that incorporates Vedic algorithm, better radix utilization and memory parameters for FFTs has not been thoroughly investigated. In recent years, several designs of FFT using Vedic algorithm have been proposed [5-7]. But all these designs explore limited set of parameters. We contribute with insights on how to use Vedic algorithm structure for highly area-efficient FFT implementation. To further improve area and speed, we adopt efficient radix-4 architecture. Single radix-4 architecture is recursively utilized to compute 64-point FFT. Our proposed architecture includes Vedic based CORDIC algorithm to generate various values of twiddle factor instead of using ROM s to store twiddle factors, which is suited for the power-of-4 radix style of FFT. The remainder of this brief is structured as follows. Detailed analysis radix -4 FFT algorithm is illustrated in Section II. In Section III, the proposed FFT design is discussed. Result and comparison are presented in Section IV. Section V concludes the paper. 134 Copyright Vandana Publications. All Rights Reserved. II. FFT ALGORITHM

2 The DFT of the sequence of N complex of numbers x 0,,x N-1 is defined by: radix-4 uses 48 complex multiplications and 48 complex additions. This is huge reduction in computation complexity. III. PROPOSED DESIGN W = e j (2π / N ) indicates the value of coefficients of the FFT and are often referred as twiddle factors, x (n) is a time sequence and X[k] is a frequency sequence. Direct implementation of (1) yields in large hardware and high complexity. Therefore, to minimize its computational complexity and reduce the hardware cost the fast Fourier transform (FFT) was developed [8]. Using symmetry and periodic property of the complex sequence, W, the Fast Fourier Transform (FFT) is able to effectively decompose and compute a DFT. These properties are defined in (2) and (3). In order to improve performance, we propose a radix-4 FFT processor architecture that operates on data length of 64-points with minimum area consumption. Fig. 3 depicts the block diagram of proposed FFT. The proposed FFT processor is comprised of radix-4 butterfly calculation units implemented using Vedic algorithm, an address generator, memory unit, twiddle factor generator and commutator. Our primary concern is improving the performance of the inefficient computational block of the FFT processor by eliminating the complex critical path components and by using Vedic Algorithm. The detailed functions of each module appeared in Fig. 3 are described in the following subsections. Thus, this reduces the complex number multiplication and addition from N 2 to N/2log 2 N and Nlog 2 N respectively [20]. Generally, FFT operates on an input signal sequence by decomposing it into smaller stages. This decomposition can be performed using decimation-in-frequency (DIF) or decimation-in-time (DIT) decomposition to construct an efficiently computational [4] signal-flow graph (SFG). Here, our work adopts DIF decomposition. The N-point FFT can be decomposed to repeat micro operations called butterfly operations. When the dimension of the butterfly is r, the FFT operation is called a radix-r FFT. For FFT hardware realization, if only one butterfly structure is enforced in the chip, this butterfly unit will execute all the calculations recursively. If parallel and pipeline processing techniques are used, an N point radix- r FFT can be executed by (N/r) log r N clock cycles [18]. This indicates that a radix-4 FFT can be four times faster than a radix-2 FFT. The total number of complex multiplication is (3N/4) and the number of required complex additions is (3N/4). Thus, radix-4 algorithm reduces number complex multiplier. Also, the numbers of stages required are also reduced by half. Fig. 2 depicts SFG for radix-4 butterfly. For computing 64-point FFT A. Address Generation Unit (AGU) The address generator performs memory addressing. The address generation unit controls the address bus going to memory [21]. The FFT processor reads and writes from and to the 8 twin port memory banks concurrently. There are 8 read address buses, and 8 write address buses. They have two signals, Start and Busy. The first one enables the processor to process the data and the second one indicates processing of data inputs. The incoming data samples are partitioned into even and odd samples. After the assertion of the Start signal 64 input samples are clocked into the memory bank. A 6-bit counter controls the serial input of the data in the memory bank. Once all the data inputs are stored in memory bank, a signal Busy is asserted to process the data. AGU also controls the operation of selector unit by generating appropriate signals at a time. Initially, memory has the first 135 Copyright Vandana Publications. All Rights Reserved.

3 64 complex time samples. The butterfly unit selects four samples simultaneously and processes them and outputs the results in the same memory location. The butterfly unit is then given four more samples from memory banks. This process is repeated 16 times (for a 64-point FFT) until all the inputs in memory banks are depleted. At this instant, the first of the three stages has been processed. This pingpong of processed data continues for all three stages. The appropriate four samples must be selected from memory banks for butterfly operation. Also, the appropriate twiddle factors are generated by rotating angle generator. Moreover, to resolve data conflict, conflict free memory addressing scheme is required. One such scheme is discussed in [18]. B. Radix-4 Butterfly Unit using Vedic Algorithm To perform 64-point FFT a single 4-point FFT unit is recursively used. This 4-point FFT is designed using high speed radix-4 algorithm. Moreover, the performance of FFT is limited by arithmetic operation such as complex multiplication. Complex multiplication of two numbers requires 4 multipliers, 2 adders and 1 subtractor or 3 multiplier and 5 adders. This large number of multipliers degrades the performance of FFT. Vedic algorithm is an ancient and well known technique for arithmetic operation. The method which is used for multiplications is Urdhva-tiryagbhyam which means vertical and crosswise. Fig. 4 shows the example based on Vedic algorithm. The very first step is to vertically multiply LSB s of two numbers. Carry bit generated due to this is transferred to the next step and the result bit goes to the final result. In second step, it performs crosswise multiplication with adjacent number. Again, the previous carry bit is added here to yield final result and carry bit is propagated to next step. In third step, the algorithm executes vertical and crosswise multiplication and previous carry is added to give final product. In this way, this algorithm performs multiplication of two given numbers in vertical and crosswise manner until left with only MSB bits. The proposed FFT utilizes Urdhva-tiryagbhyam method of Vedic algorithm to perform complex twiddle factor multiplications. C. Twiddle Factor Generator The twiddle factors are generated using Vedic algorithm based Coordinate Rotation Digital Computer algorithm (CORDIC). CORDIC is a popular technique for computing trigonometric and exponential functions. It performs rotation of a vector through some angle, specified by its coordinates [15-16]. To eliminate the need of ROM to store twiddle factor, proposed FFT uses CORDIC to generate various values of twiddle factor. It uses two mode, rotation mode and vectoring mode. In rotation mode, the rotation by -45 degrees and the other by -135 degrees is obtained. Now, when the original vector is on the X axis, we can rotate it by -45 degrees and then negate the x component to get the vector we would have got had we rotated by -135 degrees [17]. Taking advantage of this fact, we do not pass on -45 degrees or -135 degrees to this module. The module always performs a -45 degrees rotation on the input real valued vector. Y component is negated to get the rotation by -135 degrees. These rotations can be defined by following equations: Here, i represents the iteration, X r (i) and X i (i) are the real and imaginary coordinates of the vector at iteration i, Z(i) is the angle at iteration i and d(i) defines the direction of each rotation. The implementation of above equations requires only shift and add operations. But, these operations consume lot of area and also yield low throughput. To overcome these problems, and to take high speed and low area advantage of Vedic algorithm. Vedic based multipliers are implemented. Setting the y component of input vector to zero (8) and (9) are reduced to [19]: Equation (11-12) that represents twiddle factor can be implemented using Vedic multiplier as shown in fig. 5. Fig. 4. Urdhva-tiryagbyham method of multiplication. D. RAM A memory unit is composed of 8 dual-port memory banks which facilitate 8-way parallel data access. 136 Copyright Vandana Publications. All Rights Reserved.

4 Each memory bank is 8-bit wide. From memory perceptive, in-place memory scheme is adopted so as to minimize the hardware resources and speed up the memory access time. For radix-r FFT, r banks of memory are needed to store data, and each memory bank could be dual-port memory. With "in-place" strategy, the r outputs of the butterfly can be written back to the same memory locations of the r inputs, and replace the old data. Table I shows allocation of data into respective memory banks. FPGA, proposed architecture consumes around five percent occupying 373 slices. The number of lookup tables (LUTs) available is 28,800 and the FFT uses four percent available resources. Dynamic power consumption is only 10 mw. Table III shows performance comparison of proposed FFT design with other existing designs. The result shows that the number of LUTs and slices has been reduced significantly in the proposed design. The operating clock frequency is MHz. E. Commutator The Commutator is one type of a switch that ensures efficient data routing mechanism. It consists of 8- to-1 MUXs. It performs following functions. Commutator 1 routes the butterfly outputs to appropriate memory banks. These memory bank outputs are routed to proper 4- point butterfly inputs according to the control signals obtained from address generation unit. Commutator 2 is responsible for routing the input data to proper memory bank during FFT input period [22]. It is also responsible for routing the memory output data to proper output destinations. IV. RESULT AND DISCUSSION The proposed architecture of FFT processor was modeled using VHDL language. The entire architecture was synthesized and implemented using Xilinx ISE v13.1. The device used for testing the design was Virtex-5 FPGA. The functionality was tested by creating test bench waveform and used in behavioral and post layout simulations. Fig. 6 depicts simulation result of the proposed design. A signal inputbusy is asserted high as soon as all inputs are stored into RAM. This signal is used to start the FFT calculation and to read RAMs, which contain 12 bits wide data input values. When signal inputbusy goes low the next stage of FFT is enabled. The invert signal specify FFT/IFFT mode. Here, we have used FFT mode of operation by setting invert signal to low logic. The output values are 14 bits wide with 3 bits representing the fractional part. A signal outdataen represents valid output. When it is asserted high, this indicates presence of valid output. A signal reset is active high and used to reset the system. Table II shows synthesis result for proposed design. Of the 7200 available slices on the Xilinx Virtex-5 V. CONCLUSION In this work, a new radix-4 FFT processor suitable for OFDM system has been proposed. The proposed architecture achieves high operation speed by employing several performance-enhancement techniques, including a recursive use of radix-4 algorithm realized with multiple memory banks, a conflict-free memory addressing scheme, and a new Vedic multiplier based twiddle factor multiplier structure. Also, area minimization is obtained by devising an efficient Vedic algorithm based butterfly processing structure, while the novel twiddle factor multiplier has low power consumption and hardware complexity. Synthesis results show that the proposed FFT processor can provide up to MHz speed and slices count is 373. The proposed FFT architecture can also be 137 Copyright Vandana Publications. All Rights Reserved.

5 altered to support other longer FFT sizes. REFERENCES [1] K. Maharatna, E. Grass, U. Jagdhold, A 64-point Fourier transform chip for high-speed Wireless LAN application using OFDM. IEEE J. Solid-State Circuits, vol. 39, no. 3, pp , March [2] Kai-Jiun Yang, Shang-Ho Tsai and Gene C. H. Chuang, MDC FFT/IFFT Processor with Variable Length for MIMO-OFDM Systems, IEEE Trans. on Very Large Scale Integration (VLSI) Systems, vol. 21, no. 4, pp , Apr [3] Chu Yu, Yi-Ting Liao, Mao-Hsu Yen, Pao-Ann Hsiung, and Sao-Jie Chen, A Novel Low-Power 64-point Pipelined FFT/IFFT Processor for OFDM Applications, in Proc. IEEE Int. Conf. on Consumer Electronics pp , Jan [4] Chu Yu, Mao-Hsu Yen, Pao-Ann Hsiung and Sao-Jie Chen, A Low-Power 64-point Pipeline FFT/IFFT Processor for OFDM Applications, IEEE Trans. on Consumer Electronics, vol. 57, no. 1, pp , Feb [5] Laxman P. Thakre, Suresh Balpande,UmaehAkare and SudhairLande, Performance evaluation and Synthesis of Multiplier Used in FFT Operation Using conventional and Vedic Algorithm, in Proc. International Conference on emerging trends in Engineering and Technology (ICETET), pp , Nov [6] P. Mehta, and D. Gawali, "Conventional versus Vedic mathematical method for Hardware implementation of a multiplier," in Proc. IEEE International Conference on Advances in Computing, Control, and Telecommunication Technologies, pp , Dec [7] H. D. Tiwari, G. Gankhuyag, C. M. Kim, and Y. B. Cho, "Multiplier design based on ancient Indian Vedic Mathematics," in Proc. IEEE International SoC Design Conference(ISOCC 08), vol.2, pp , Nov [8] J. W. Cooley and J. W. Tukey, An algorithm for the machine calculation of complex Fourier series, Math. Comput., vol. 19, pp , Apr [9] A.V. Oppenheim R.W. Schafer, Discrete-Time Signal Processing, Prentice-Hall, 1999 [10] Shuenn-Shyang Wang and Chien-Sung Li, An Area- Efficient Design of Variable-Length Fast Fourier Transform Processor, J. Signal Process. Syst., vol. 51, pp , [11] Bin Zhou, Yingning Peng and David Hwang, Pipeline FFT Architectures Optimized for FPGAs, Int. Journal of Reconfigurable Computing, vol. 2009, pp. 1-9, [12] Bingrui Wang, Qihui Zhang, Tianyong Ao and Mingju Huang, Design of Pipelined FFT Processor Based on FPGA, in Proc. 2nd Int. Conf. on Computer Modeling and Simulation(ICCMS 10), pp , Jan [13] Yousri Ouerhani, Maher Jridi and A. Alfalou, Implementation techniques of high-order FFT into lowcost FPGA, in Proc. IEEE 54th International Midwest Symposium on Circuits and Systems (MWSCAS), pp. 1-4, Aug [14] Erdal Oruklu & Xin Xiao and Jafar Saniie, Reduced Memory and Low Power Architectures for CORDIC-based FFT Processors, J. Signal Process. Syst, vol.66, no.1, pp , Apr [15] Jarmo Takala and Konsta Punkka, Scalable FFT Processors and Pipelined Butterfly Units, J. VLSI Signal Processing, vol. 43, no.1, pp , [16] P. Y. Tsai and C. Y. Lin, A generalized conflict-free memory addressing scheme for continuous-flow parallelprocessing FFT processors with rescheduling, IEEE Trans. Very Large Scale Integr. (VLSI) Syst., vol. 19, no. 12, pp , Dec [17] Abhishek Kesh et.al., Implementation of Fast Fourier Transform (FFT) on FPGA using Verilog HDL, VLSI Engineering Course thesis, Indian Institute of Technology (IIT), Kharagpur, Feb [18] Xin Xiao, Erdal Oruklu and Jafar Saniie, Fast memory addressing scheme for radix-4 FFT implementtion, in Proc. IEEE Int. Conf. on Electro/InformationTechnology (EIT 09), pp , Nov [19] Ray Andarka, A survey of CORDIC algorithms for FPGA based computers, in Proc. sixth international symposium on Field programmable gate arrays, pp , [20] Nidhi Mittal and Abhijeet Kumar, Hardware Implementation of FFT using vertically and Crosswise Algorithm, Int. J. Computer Applications ( ), vol. 35, no. 1, pp , Dec [21] M.Vijaya kumar, M.Vidya and G.Sriramulu, Design and VLSI Implementation of A Radix Point FFT Processor, Int. J. Research in Computer and Communication technology, vol. 1, no. 7, pp , Dec [22] Shen-Jui Huang and Sau-Gee Chen, A High- Throughput Radix-16 FFT Processor with Parallel and Normal Input/Output Ordering for IEEE c Systems, IEEE Trans. on Circuits and Systems I: Regular Papers, vol. 59, no. 8, pp , Aug Copyright Vandana Publications. All Rights Reserved.

Implementation of FFT Processor using Urdhva Tiryakbhyam Sutra of Vedic Mathematics

Implementation of FFT Processor using Urdhva Tiryakbhyam Sutra of Vedic Mathematics Implementation of FFT Processor using Urdhva Tiryakbhyam Sutra of Vedic Mathematics Yojana Jadhav 1, A.P. Hatkar 2 PG Student [VLSI & Embedded system], Dept. of ECE, S.V.I.T Engineering College, Chincholi,

More information

Low Power and Memory Efficient FFT Architecture Using Modified CORDIC Algorithm

Low Power and Memory Efficient FFT Architecture Using Modified CORDIC Algorithm Low Power and Memory Efficient FFT Architecture Using Modified CORDIC Algorithm 1 A.Malashri, 2 C.Paramasivam 1 PG Student, Department of Electronics and Communication K S Rangasamy College Of Technology,

More information

The Serial Commutator FFT

The Serial Commutator FFT The Serial Commutator FFT Mario Garrido Gálvez, Shen-Jui Huang, Sau-Gee Chen and Oscar Gustafsson Journal Article N.B.: When citing this work, cite the original article. 2016 IEEE. Personal use of this

More information

IMPLEMENTATION OF FAST FOURIER TRANSFORM USING VERILOG HDL

IMPLEMENTATION OF FAST FOURIER TRANSFORM USING VERILOG HDL IMPLEMENTATION OF FAST FOURIER TRANSFORM USING VERILOG HDL 1 ANUP TIWARI, 2 SAMIR KUMAR PANDEY 1 Department of ECE, Jharkhand Rai University,Ranchi, Jharkhand, India 2 Department of Mathematical Sciences,

More information

International Journal of Innovative and Emerging Research in Engineering. e-issn: p-issn:

International Journal of Innovative and Emerging Research in Engineering. e-issn: p-issn: Available online at www.ijiere.com International Journal of Innovative and Emerging Research in Engineering e-issn: 2394-3343 p-issn: 2394-5494 Design and Implementation of FFT Processor using CORDIC Algorithm

More information

A Normal I/O Order Radix-2 FFT Architecture to Process Twin Data Streams for MIMO

A Normal I/O Order Radix-2 FFT Architecture to Process Twin Data Streams for MIMO 2402 IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 24, NO. 6, JUNE 2016 A Normal I/O Order Radix-2 FFT Architecture to Process Twin Data Streams for MIMO Antony Xavier Glittas,

More information

Research Article Design of A Novel 8-point Modified R2MDC with Pipelined Technique for High Speed OFDM Applications

Research Article Design of A Novel 8-point Modified R2MDC with Pipelined Technique for High Speed OFDM Applications Research Journal of Applied Sciences, Engineering and Technology 7(23): 5021-5025, 2014 DOI:10.19026/rjaset.7.895 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted:

More information

Analysis of Radix- SDF Pipeline FFT Architecture in VLSI Using Chip Scope

Analysis of Radix- SDF Pipeline FFT Architecture in VLSI Using Chip Scope Analysis of Radix- SDF Pipeline FFT Architecture in VLSI Using Chip Scope G. Mohana Durga 1, D.V.R. Mohan 2 1 M.Tech Student, 2 Professor, Department of ECE, SRKR Engineering College, Bhimavaram, Andhra

More information

FPGA Implementation of Discrete Fourier Transform Using CORDIC Algorithm

FPGA Implementation of Discrete Fourier Transform Using CORDIC Algorithm AMSE JOURNALS-AMSE IIETA publication-2017-series: Advances B; Vol. 60; N 2; pp 332-337 Submitted Apr. 04, 2017; Revised Sept. 25, 2017; Accepted Sept. 30, 2017 FPGA Implementation of Discrete Fourier Transform

More information

Modified Welch Power Spectral Density Computation with Fast Fourier Transform

Modified Welch Power Spectral Density Computation with Fast Fourier Transform Modified Welch Power Spectral Density Computation with Fast Fourier Transform Sreelekha S 1, Sabi S 2 1 Department of Electronics and Communication, Sree Budha College of Engineering, Kerala, India 2 Professor,

More information

An Area Efficient Mixed Decimation MDF Architecture for Radix. Parallel FFT

An Area Efficient Mixed Decimation MDF Architecture for Radix. Parallel FFT An Area Efficient Mixed Decimation MDF Architecture for Radix Parallel FFT Reshma K J 1, Prof. Ebin M Manuel 2 1M-Tech, Dept. of ECE Engineering, Government Engineering College, Idukki, Kerala, India 2Professor,

More information

A 4096-Point Radix-4 Memory-Based FFT Using DSP Slices

A 4096-Point Radix-4 Memory-Based FFT Using DSP Slices A 4096-Point Radix-4 Memory-Based FFT Using DSP Slices Mario Garrido Gálvez, Miguel Angel Sanchez, Maria Luisa Lopez-Vallejo and Jesus Grajal Journal Article N.B.: When citing this work, cite the original

More information

Pipelined Quadratic Equation based Novel Multiplication Method for Cryptographic Applications

Pipelined Quadratic Equation based Novel Multiplication Method for Cryptographic Applications , Vol 7(4S), 34 39, April 204 ISSN (Print): 0974-6846 ISSN (Online) : 0974-5645 Pipelined Quadratic Equation based Novel Multiplication Method for Cryptographic Applications B. Vignesh *, K. P. Sridhar

More information

LOW-POWER SPLIT-RADIX FFT PROCESSORS

LOW-POWER SPLIT-RADIX FFT PROCESSORS LOW-POWER SPLIT-RADIX FFT PROCESSORS Avinash 1, Manjunath Managuli 2, Suresh Babu D 3 ABSTRACT To design a split radix fast Fourier transform is an ideal person for the implementing of a low-power FFT

More information

Design of FPGA Based Radix 4 FFT Processor using CORDIC

Design of FPGA Based Radix 4 FFT Processor using CORDIC Design of FPGA Based Radix 4 FFT Processor using CORDIC Chetan Korde 1, Dr. P. Malathi 2, Sudhir N. Shelke 3, Dr. Manish Sharma 4 1,2,4 Department of Electronics and Telecommunication Engineering, DYPCOE,

More information

ISSN Vol.02, Issue.11, December-2014, Pages:

ISSN Vol.02, Issue.11, December-2014, Pages: ISSN 2322-0929 Vol.02, Issue.11, December-2014, Pages:1119-1123 www.ijvdcs.org High Speed and Area Efficient Radix-2 2 Feed Forward FFT Architecture ARRA ASHOK 1, S.N.CHANDRASHEKHAR 2 1 PG Scholar, Dept

More information

AN FFT PROCESSOR BASED ON 16-POINT MODULE

AN FFT PROCESSOR BASED ON 16-POINT MODULE AN FFT PROCESSOR BASED ON 6-POINT MODULE Weidong Li, Mark Vesterbacka and Lars Wanhammar Electronics Systems, Dept. of EE., Linköping University SE-58 8 LINKÖPING, SWEDEN E-mail: {weidongl, markv, larsw}@isy.liu.se,

More information

FAST FOURIER TRANSFORM (FFT) and inverse fast

FAST FOURIER TRANSFORM (FFT) and inverse fast IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 39, NO. 11, NOVEMBER 2004 2005 A Dynamic Scaling FFT Processor for DVB-T Applications Yu-Wei Lin, Hsuan-Yu Liu, and Chen-Yi Lee Abstract This paper presents an

More information

Twiddle Factor Transformation for Pipelined FFT Processing

Twiddle Factor Transformation for Pipelined FFT Processing Twiddle Factor Transformation for Pipelined FFT Processing In-Cheol Park, WonHee Son, and Ji-Hoon Kim School of EECS, Korea Advanced Institute of Science and Technology, Daejeon, Korea icpark@ee.kaist.ac.kr,

More information

FPGA Based Design and Simulation of 32- Point FFT Through Radix-2 DIT Algorith

FPGA Based Design and Simulation of 32- Point FFT Through Radix-2 DIT Algorith FPGA Based Design and Simulation of 32- Point FFT Through Radix-2 DIT Algorith Sudhanshu Mohan Khare M.Tech (perusing), Dept. of ECE Laxmi Naraian College of Technology, Bhopal, India M. Zahid Alam Associate

More information

A scalable, fixed-shuffling, parallel FFT butterfly processing architecture for SDR environment

A scalable, fixed-shuffling, parallel FFT butterfly processing architecture for SDR environment LETTER IEICE Electronics Express, Vol.11, No.2, 1 9 A scalable, fixed-shuffling, parallel FFT butterfly processing architecture for SDR environment Ting Chen a), Hengzhu Liu, and Botao Zhang College of

More information

STUDY OF A CORDIC BASED RADIX-4 FFT PROCESSOR

STUDY OF A CORDIC BASED RADIX-4 FFT PROCESSOR STUDY OF A CORDIC BASED RADIX-4 FFT PROCESSOR 1 AJAY S. PADEKAR, 2 S. S. BELSARE 1 BVDU, College of Engineering, Pune, India 2 Department of E & TC, BVDU, College of Engineering, Pune, India E-mail: ajay.padekar@gmail.com,

More information

Keywords: Fast Fourier Transforms (FFT), Multipath Delay Commutator (MDC), Pipelined Architecture, Radix-2 k, VLSI.

Keywords: Fast Fourier Transforms (FFT), Multipath Delay Commutator (MDC), Pipelined Architecture, Radix-2 k, VLSI. ww.semargroup.org www.ijvdcs.org ISSN 2322-0929 Vol.02, Issue.05, August-2014, Pages:0294-0298 Radix-2 k Feed Forward FFT Architectures K.KIRAN KUMAR 1, M.MADHU BABU 2 1 PG Scholar, Dept of VLSI & ES,

More information

Fused Floating Point Arithmetic Unit for Radix 2 FFT Implementation

Fused Floating Point Arithmetic Unit for Radix 2 FFT Implementation IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 6, Issue 2, Ver. I (Mar. -Apr. 2016), PP 58-65 e-issn: 2319 4200, p-issn No. : 2319 4197 www.iosrjournals.org Fused Floating Point Arithmetic

More information

Linköping University Post Print. Analysis of Twiddle Factor Memory Complexity of Radix-2^i Pipelined FFTs

Linköping University Post Print. Analysis of Twiddle Factor Memory Complexity of Radix-2^i Pipelined FFTs Linköping University Post Print Analysis of Twiddle Factor Complexity of Radix-2^i Pipelined FFTs Fahad Qureshi and Oscar Gustafsson N.B.: When citing this work, cite the original article. 200 IEEE. Personal

More information

Research Article International Journal of Emerging Research in Management &Technology ISSN: (Volume-6, Issue-8) Abstract:

Research Article International Journal of Emerging Research in Management &Technology ISSN: (Volume-6, Issue-8) Abstract: International Journal of Emerging Research in Management &Technology Research Article August 27 Design and Implementation of Fast Fourier Transform (FFT) using VHDL Code Akarshika Singhal, Anjana Goen,

More information

An Efficient High Speed VLSI Architecture Based 16-Point Adaptive Split Radix-2 FFT Architecture

An Efficient High Speed VLSI Architecture Based 16-Point Adaptive Split Radix-2 FFT Architecture IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 10 April 2016 ISSN (online): 2349-784X An Efficient High Speed VLSI Architecture Based 16-Point Adaptive Split Radix-2 FFT

More information

IMPLEMENTATION OF OPTIMIZED 128-POINT PIPELINE FFT PROCESSOR USING MIXED RADIX 4-2 FOR OFDM APPLICATIONS

IMPLEMENTATION OF OPTIMIZED 128-POINT PIPELINE FFT PROCESSOR USING MIXED RADIX 4-2 FOR OFDM APPLICATIONS IMPLEMENTATION OF OPTIMIZED 128-POINT PIPELINE FFT PROCESSOR USING MIXED RADIX 4-2 FOR OFDM APPLICATIONS K. UMAPATHY, Research scholar, Department of ECE, Jawaharlal Nehru Technological University, Anantapur,

More information

MULTIPLIERLESS HIGH PERFORMANCE FFT COMPUTATION

MULTIPLIERLESS HIGH PERFORMANCE FFT COMPUTATION MULTIPLIERLESS HIGH PERFORMANCE FFT COMPUTATION Maheshwari.U 1, Josephine Sugan Priya. 2, 1 PG Student, Dept Of Communication Systems Engg, Idhaya Engg. College For Women, 2 Asst Prof, Dept Of Communication

More information

DESIGN OF PARALLEL PIPELINED FEED FORWARD ARCHITECTURE FOR ZERO FREQUENCY & MINIMUM COMPUTATION (ZMC) ALGORITHM OF FFT

DESIGN OF PARALLEL PIPELINED FEED FORWARD ARCHITECTURE FOR ZERO FREQUENCY & MINIMUM COMPUTATION (ZMC) ALGORITHM OF FFT IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 4, Apr 2014, 199-206 Impact Journals DESIGN OF PARALLEL PIPELINED

More information

DESIGN METHODOLOGY. 5.1 General

DESIGN METHODOLOGY. 5.1 General 87 5 FFT DESIGN METHODOLOGY 5.1 General The fast Fourier transform is used to deliver a fast approach for the processing of data in the wireless transmission. The Fast Fourier Transform is one of the methods

More information

FPGA Implementation of 16-Point Radix-4 Complex FFT Core Using NEDA

FPGA Implementation of 16-Point Radix-4 Complex FFT Core Using NEDA FPGA Implementation of 16-Point FFT Core Using NEDA Abhishek Mankar, Ansuman Diptisankar Das and N Prasad Abstract--NEDA is one of the techniques to implement many digital signal processing systems that

More information

RECENTLY, researches on gigabit wireless personal area

RECENTLY, researches on gigabit wireless personal area 146 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 55, NO. 2, FEBRUARY 2008 An Indexed-Scaling Pipelined FFT Processor for OFDM-Based WPAN Applications Yuan Chen, Student Member, IEEE,

More information

Abstract. Literature Survey. Introduction. A.Radix-2/8 FFT algorithm for length qx2 m DFTs

Abstract. Literature Survey. Introduction. A.Radix-2/8 FFT algorithm for length qx2 m DFTs Implementation of Split Radix algorithm for length 6 m DFT using VLSI J.Nancy, PG Scholar,PSNA College of Engineering and Technology; S.Bharath,Assistant Professor,PSNA College of Engineering and Technology;J.Wilson,Assistant

More information

DESIGN & SIMULATION PARALLEL PIPELINED RADIX -2^2 FFT ARCHITECTURE FOR REAL VALUED SIGNALS

DESIGN & SIMULATION PARALLEL PIPELINED RADIX -2^2 FFT ARCHITECTURE FOR REAL VALUED SIGNALS DESIGN & SIMULATION PARALLEL PIPELINED RADIX -2^2 FFT ARCHITECTURE FOR REAL VALUED SIGNALS Madhavi S.Kapale #1, Prof.Nilesh P. Bodne #2 1 Student Mtech Electronics Engineering (Communication) 2 Assistant

More information

Parallel-computing approach for FFT implementation on digital signal processor (DSP)

Parallel-computing approach for FFT implementation on digital signal processor (DSP) Parallel-computing approach for FFT implementation on digital signal processor (DSP) Yi-Pin Hsu and Shin-Yu Lin Abstract An efficient parallel form in digital signal processor can improve the algorithm

More information

Design and Implementation of 3-D DWT for Video Processing Applications

Design and Implementation of 3-D DWT for Video Processing Applications Design and Implementation of 3-D DWT for Video Processing Applications P. Mohaniah 1, P. Sathyanarayana 2, A. S. Ram Kumar Reddy 3 & A. Vijayalakshmi 4 1 E.C.E, N.B.K.R.IST, Vidyanagar, 2 E.C.E, S.V University

More information

VLSI IMPLEMENTATION AND PERFORMANCE ANALYSIS OF EFFICIENT MIXED-RADIX 8-2 FFT ALGORITHM WITH BIT REVERSAL FOR THE OUTPUT SEQUENCES.

VLSI IMPLEMENTATION AND PERFORMANCE ANALYSIS OF EFFICIENT MIXED-RADIX 8-2 FFT ALGORITHM WITH BIT REVERSAL FOR THE OUTPUT SEQUENCES. VLSI IMPLEMENTATION AND PERFORMANCE ANALYSIS OF EFFICIENT MIXED-RADIX 8-2 ALGORITHM WITH BIT REVERSAL FOR THE OUTPUT SEQUENCES. M. MOHAMED ISMAIL Dr. M.J.S RANGACHAR Dr.Ch. D. V. PARADESI RAO (Research

More information

THE orthogonal frequency-division multiplex (OFDM)

THE orthogonal frequency-division multiplex (OFDM) 26 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS II: EXPRESS BRIEFS, VOL. 57, NO. 1, JANUARY 2010 A Generalized Mixed-Radix Algorithm for Memory-Based FFT Processors Chen-Fong Hsiao, Yuan Chen, Member, IEEE,

More information

VHDL IMPLEMENTATION OF A FLEXIBLE AND SYNTHESIZABLE FFT PROCESSOR

VHDL IMPLEMENTATION OF A FLEXIBLE AND SYNTHESIZABLE FFT PROCESSOR VHDL IMPLEMENTATION OF A FLEXIBLE AND SYNTHESIZABLE FFT PROCESSOR 1 Gatla Srinivas, 2 P.Masthanaiah, 3 P.Veeranath, 4 R.Durga Gopal, 1,2[ M.Tech], 3 Associate Professor, J.B.R E.C, 4 Associate Professor,

More information

Feedforward FFT Hardware Architectures Based on Rotator Allocation

Feedforward FFT Hardware Architectures Based on Rotator Allocation Feedforward FFT Hardware Architectures Based on Rotator Allocation Mario Garrido Gálvez, Shen-Jui Huang and Sau-Gee Chen The self-archived postprint version of this journal article is available at Linköping

More information

Design of Delay Efficient Distributed Arithmetic Based Split Radix FFT

Design of Delay Efficient Distributed Arithmetic Based Split Radix FFT Design of Delay Efficient Arithmetic Based Split Radix FFT Nisha Laguri #1, K. Anusudha *2 #1 M.Tech Student, Electronics, Department of Electronics Engineering, Pondicherry University, Puducherry, India

More information

HIGH-PERFORMANCE RECONFIGURABLE FIR FILTER USING PIPELINE TECHNIQUE

HIGH-PERFORMANCE RECONFIGURABLE FIR FILTER USING PIPELINE TECHNIQUE HIGH-PERFORMANCE RECONFIGURABLE FIR FILTER USING PIPELINE TECHNIQUE Anni Benitta.M #1 and Felcy Jeba Malar.M *2 1# Centre for excellence in VLSI Design, ECE, KCG College of Technology, Chennai, Tamilnadu

More information

An Efficient Design of Vedic Multiplier using New Encoding Scheme

An Efficient Design of Vedic Multiplier using New Encoding Scheme An Efficient Design of Vedic Multiplier using New Encoding Scheme Jai Skand Tripathi P.G Student, United College of Engineering & Research, India Priya Keerti Tripathi P.G Student, Jaypee University of

More information

Fixed Point Streaming Fft Processor For Ofdm

Fixed Point Streaming Fft Processor For Ofdm Fixed Point Streaming Fft Processor For Ofdm Sudhir Kumar Sa Rashmi Panda Aradhana Raju Abstract Fast Fourier Transform (FFT) processors are today one of the most important blocks in communication systems.

More information

DUE to the high computational complexity and real-time

DUE to the high computational complexity and real-time IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS FOR VIDEO TECHNOLOGY, VOL. 15, NO. 3, MARCH 2005 445 A Memory-Efficient Realization of Cyclic Convolution and Its Application to Discrete Cosine Transform Hun-Chen

More information

Low Power Complex Multiplier based FFT Processor

Low Power Complex Multiplier based FFT Processor Low Power Complex Multiplier based FFT Processor V.Sarada, Dr.T.Vigneswaran 2 ECE, SRM University, Chennai,India saradasaran@gmail.com 2 ECE, VIT University, Chennai,India vigneshvlsi@gmail.com Abstract-

More information

CORDIC Based FFT for Signal Processing System

CORDIC Based FFT for Signal Processing System CORDIC Based FFT for Signal Processing System Karthick S1, Priya P2, Valarmathy S3 1 2 Assistant Professor, Department of ECE, Bannari Amman Institute of Technology, Sathyamangalam, India PG Scholar ME-

More information

Low-Power Split-Radix FFT Processors Using Radix-2 Butterfly Units

Low-Power Split-Radix FFT Processors Using Radix-2 Butterfly Units Low-Power Split-Radix FFT Processors Using Radix-2 Butterfly Units Abstract: Split-radix fast Fourier transform (SRFFT) is an ideal candidate for the implementation of a lowpower FFT processor, because

More information

Computing the Discrete Fourier Transform on FPGA Based Systolic Arrays

Computing the Discrete Fourier Transform on FPGA Based Systolic Arrays Computing the Discrete Fourier Transform on FPGA Based Systolic Arrays Chris Dick School of Electronic Engineering La Trobe University Melbourne 3083, Australia Abstract Reconfigurable logic arrays allow

More information

Variable Length Floating Point FFT Processor Using Radix-2 2 Butterfly Elements P.Augusta Sophy

Variable Length Floating Point FFT Processor Using Radix-2 2 Butterfly Elements P.Augusta Sophy Variable Length Floating Point FFT Processor Using Radix- Butterfly Elements P.Augusta Sophy #, R.Srinivasan *, J.Raja $3, S.Anand Ganesh #4 # School of Electronics, VIT University, Chennai, India * Department

More information

FPGA Implementation of Multiplierless 2D DWT Architecture for Image Compression

FPGA Implementation of Multiplierless 2D DWT Architecture for Image Compression FPGA Implementation of Multiplierless 2D DWT Architecture for Image Compression Divakara.S.S, Research Scholar, J.S.S. Research Foundation, Mysore Cyril Prasanna Raj P Dean(R&D), MSEC, Bangalore Thejas

More information

Low Power Floating-Point Multiplier Based On Vedic Mathematics

Low Power Floating-Point Multiplier Based On Vedic Mathematics Low Power Floating-Point Multiplier Based On Vedic Mathematics K.Prashant Gokul, M.E(VLSI Design), Sri Ramanujar Engineering College, Chennai Prof.S.Murugeswari., Supervisor,Prof.&Head,ECE.,SREC.,Chennai-600

More information

Fast Fourier Transform Architectures: A Survey and State of the Art

Fast Fourier Transform Architectures: A Survey and State of the Art Fast Fourier Transform Architectures: A Survey and State of the Art 1 Anwar Bhasha Pattan, 2 Dr. M. Madhavi Latha 1 Research Scholar, Dept. of ECE, JNTUH, Hyderabad, India 2 Professor, Dept. of ECE, JNTUH,

More information

AREA-DELAY EFFICIENT FFT ARCHITECTURE USING PARALLEL PROCESSING AND NEW MEMORY SHARING TECHNIQUE

AREA-DELAY EFFICIENT FFT ARCHITECTURE USING PARALLEL PROCESSING AND NEW MEMORY SHARING TECHNIQUE AREA-DELAY EFFICIENT FFT ARCHITECTURE USING PARALLEL PROCESSING AND NEW MEMORY SHARING TECHNIQUE Yousri Ouerhani, Maher Jridi, Ayman Alfalou To cite this version: Yousri Ouerhani, Maher Jridi, Ayman Alfalou.

More information

High Performance Pipelined Design for FFT Processor based on FPGA

High Performance Pipelined Design for FFT Processor based on FPGA High Performance Pipelined Design for FFT Processor based on FPGA A.A. Raut 1, S. M. Kate 2 1 Sinhgad Institute of Technology, Lonavala, Pune University, India 2 Sinhgad Institute of Technology, Lonavala,

More information

FPGA IMPLEMENTATION OF DFT PROCESSOR USING VEDIC MULTIPLIER. Amrita School of Engineering, Coimbatore, Amrita Vishwa Vidyapeetham, India

FPGA IMPLEMENTATION OF DFT PROCESSOR USING VEDIC MULTIPLIER. Amrita School of Engineering, Coimbatore, Amrita Vishwa Vidyapeetham, India Volume 118 No. 10 2018, 51-56 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu doi: 10.12732/ijpam.v118i10.7 ijpam.eu FPGA IMPLEMENTATION OF DFT PROCESSOR USING

More information

ISSN: [Kavitha* et al., (6): 3 March-2017] Impact Factor: 4.116

ISSN: [Kavitha* et al., (6): 3 March-2017] Impact Factor: 4.116 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY REVIEW PAPER ON EFFICIENT VLSI AND FAST FOURIER TRANSFORM ARCHITECTURES Kavitha MV, S.Ranjitha, Dr Suresh H N *Research scholar,

More information

An Efficient Multi Precision Floating Point Complex Multiplier Unit in FFT

An Efficient Multi Precision Floating Point Complex Multiplier Unit in FFT An Efficient Multi Precision Floating Point Complex Multiplier Unit in FFT Mrs. Yamini Gayathri T Assistant Professor, ACS College of Engineering, Department of ECE, Bangalore-560074, India Abstract- Discrete

More information

Novel design of multiplier-less FFT processors

Novel design of multiplier-less FFT processors Signal Processing 8 (00) 140 140 www.elsevier.com/locate/sigpro Novel design of multiplier-less FFT processors Yuan Zhou, J.M. Noras, S.J. Shepherd School of EDT, University of Bradford, Bradford, West

More information

Speed Optimised CORDIC Based Fast Algorithm for DCT

Speed Optimised CORDIC Based Fast Algorithm for DCT GRD Journals Global Research and Development Journal for Engineering International Conference on Innovations in Engineering and Technology (ICIET) - 2016 July 2016 e-issn: 2455-5703 Speed Optimised CORDIC

More information

TOPICS PIPELINE IMPLEMENTATIONS OF THE FAST FOURIER TRANSFORM (FFT) DISCRETE FOURIER TRANSFORM (DFT) INVERSE DFT (IDFT) Consulted work:

TOPICS PIPELINE IMPLEMENTATIONS OF THE FAST FOURIER TRANSFORM (FFT) DISCRETE FOURIER TRANSFORM (DFT) INVERSE DFT (IDFT) Consulted work: 1 PIPELINE IMPLEMENTATIONS OF THE FAST FOURIER TRANSFORM (FFT) Consulted work: Chiueh, T.D. and P.Y. Tsai, OFDM Baseband Receiver Design for Wireless Communications, John Wiley and Sons Asia, (2007). Second

More information

A Novel Distributed Arithmetic Multiplierless Approach for Computing Complex Inner Products

A Novel Distributed Arithmetic Multiplierless Approach for Computing Complex Inner Products 606 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'5 A ovel Distributed Arithmetic Multiplierless Approach for Computing Complex Inner Products evin. Bowlyn, and azeih M. Botros. Ph.D. Candidate,

More information

A SIMULINK-TO-FPGA MULTI-RATE HIERARCHICAL FIR FILTER DESIGN

A SIMULINK-TO-FPGA MULTI-RATE HIERARCHICAL FIR FILTER DESIGN A SIMULINK-TO-FPGA MULTI-RATE HIERARCHICAL FIR FILTER DESIGN Xiaoying Li 1 Fuming Sun 2 Enhua Wu 1, 3 1 University of Macau, Macao, China 2 University of Science and Technology Beijing, Beijing, China

More information

FAST Fourier transform (FFT) is an important signal processing

FAST Fourier transform (FFT) is an important signal processing IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: REGULAR PAPERS, VOL. 54, NO. 4, APRIL 2007 889 Balanced Binary-Tree Decomposition for Area-Efficient Pipelined FFT Processing Hyun-Yong Lee, Student Member,

More information

VLSI Implementation of Low Power Area Efficient FIR Digital Filter Structures Shaila Khan 1 Uma Sharma 2

VLSI Implementation of Low Power Area Efficient FIR Digital Filter Structures Shaila Khan 1 Uma Sharma 2 IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 05, 2015 ISSN (online): 2321-0613 VLSI Implementation of Low Power Area Efficient FIR Digital Filter Structures Shaila

More information

Multiplierless Unity-Gain SDF FFTs

Multiplierless Unity-Gain SDF FFTs Multiplierless Unity-Gain SDF FFTs Mario Garrido Gálvez, Rikard Andersson, Fahad Qureshi and Oscar Gustafsson Journal Article N.B.: When citing this work, cite the original article. 216 IEEE. Personal

More information

High Speed Radix 8 CORDIC Processor

High Speed Radix 8 CORDIC Processor High Speed Radix 8 CORDIC Processor Smt. J.M.Rudagi 1, Dr. Smt. S.S ubbaraman 2 1 Associate Professor, K.L.E CET, Chikodi, karnataka, India. 2 Professor, W C E Sangli, Maharashtra. 1 js_itti@yahoo.co.in

More information

Genetic Algorithm Optimization for Coefficient of FFT Processor

Genetic Algorithm Optimization for Coefficient of FFT Processor Australian Journal of Basic and Applied Sciences, 4(9): 4184-4192, 2010 ISSN 1991-8178 Genetic Algorithm Optimization for Coefficient of FFT Processor Pang Jia Hong, Nasri Sulaiman Department of Electrical

More information

IEEE-754 compliant Algorithms for Fast Multiplication of Double Precision Floating Point Numbers

IEEE-754 compliant Algorithms for Fast Multiplication of Double Precision Floating Point Numbers International Journal of Research in Computer Science ISSN 2249-8257 Volume 1 Issue 1 (2011) pp. 1-7 White Globe Publications www.ijorcs.org IEEE-754 compliant Algorithms for Fast Multiplication of Double

More information

FIR Filter Architecture for Fixed and Reconfigurable Applications

FIR Filter Architecture for Fixed and Reconfigurable Applications FIR Filter Architecture for Fixed and Reconfigurable Applications Nagajyothi 1,P.Sayannna 2 1 M.Tech student, Dept. of ECE, Sudheer reddy college of Engineering & technology (w), Telangana, India 2 Assosciate

More information

High Throughput Energy Efficient Parallel FFT Architecture on FPGAs

High Throughput Energy Efficient Parallel FFT Architecture on FPGAs High Throughput Energy Efficient Parallel FFT Architecture on FPGAs Ren Chen Ming Hsieh Department of Electrical Engineering University of Southern California Los Angeles, USA 989 Email: renchen@usc.edu

More information

A Low Power Asynchronous FPGA with Autonomous Fine Grain Power Gating and LEDR Encoding

A Low Power Asynchronous FPGA with Autonomous Fine Grain Power Gating and LEDR Encoding A Low Power Asynchronous FPGA with Autonomous Fine Grain Power Gating and LEDR Encoding N.Rajagopala krishnan, k.sivasuparamanyan, G.Ramadoss Abstract Field Programmable Gate Arrays (FPGAs) are widely

More information

A Ripple Carry Adder based Low Power Architecture of LMS Adaptive Filter

A Ripple Carry Adder based Low Power Architecture of LMS Adaptive Filter A Ripple Carry Adder based Low Power Architecture of LMS Adaptive Filter A.S. Sneka Priyaa PG Scholar Government College of Technology Coimbatore ABSTRACT The Least Mean Square Adaptive Filter is frequently

More information

Power Spectral Density Computation using Modified Welch Method

Power Spectral Density Computation using Modified Welch Method IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 4 October 2015 ISSN (online): 2349-784X Power Spectral Density Computation using Modified Welch Method Betsy Elina Thomas

More information

Design of a Multiplier Architecture Based on LUT and VHBCSE Algorithm For FIR Filter

Design of a Multiplier Architecture Based on LUT and VHBCSE Algorithm For FIR Filter African Journal of Basic & Applied Sciences 9 (1): 53-58, 2017 ISSN 2079-2034 IDOSI Publications, 2017 DOI: 10.5829/idosi.ajbas.2017.53.58 Design of a Multiplier Architecture Based on LUT and VHBCSE Algorithm

More information

Design of 2-D DWT VLSI Architecture for Image Processing

Design of 2-D DWT VLSI Architecture for Image Processing Design of 2-D DWT VLSI Architecture for Image Processing Betsy Jose 1 1 ME VLSI Design student Sri Ramakrishna Engineering College, Coimbatore B. Sathish Kumar 2 2 Assistant Professor, ECE Sri Ramakrishna

More information

Area And Power Optimized One-Dimensional Median Filter

Area And Power Optimized One-Dimensional Median Filter Area And Power Optimized One-Dimensional Median Filter P. Premalatha, Ms. P. Karthika Rani, M.E., PG Scholar, Assistant Professor, PA College of Engineering and Technology, PA College of Engineering and

More information

IMPLEMENTATION OF AN ADAPTIVE FIR FILTER USING HIGH SPEED DISTRIBUTED ARITHMETIC

IMPLEMENTATION OF AN ADAPTIVE FIR FILTER USING HIGH SPEED DISTRIBUTED ARITHMETIC IMPLEMENTATION OF AN ADAPTIVE FIR FILTER USING HIGH SPEED DISTRIBUTED ARITHMETIC Thangamonikha.A 1, Dr.V.R.Balaji 2 1 PG Scholar, Department OF ECE, 2 Assitant Professor, Department of ECE 1, 2 Sri Krishna

More information

Realization of Fixed Angle Rotation for Co-Ordinate Rotation Digital Computer

Realization of Fixed Angle Rotation for Co-Ordinate Rotation Digital Computer International Journal of Innovative Research in Electronics and Communications (IJIREC) Volume 2, Issue 1, January 2015, PP 1-7 ISSN 2349-4042 (Print) & ISSN 2349-4050 (Online) www.arcjournals.org Realization

More information

Reconfigurable FFT Processor A Broader Perspective Survey

Reconfigurable FFT Processor A Broader Perspective Survey Reconfigurable FFT Processor A Broader Perspective Survey V.Sarada 1, T.Vigneswaran 2 1 ECE, SRM University, Chennai, India. saradasaran@gmail.com 2 ECE, VIT University, Chennai, India. vigneshvlsi@gmail.com

More information

CORDIC Based DFT on FPGA for DSP Applications

CORDIC Based DFT on FPGA for DSP Applications CORDIC Based DFT on FPGA for DSP Applications Padma. V PG Scholar, Department of E.C.E SKIT College Srikalahasti, India Sudhakara Reddy. P Member IEEE Associate Professor, Department of E.C.E SKIT college

More information

Implementation of Low-Memory Reference FFT on Digital Signal Processor

Implementation of Low-Memory Reference FFT on Digital Signal Processor Journal of Computer Science 4 (7): 547-551, 2008 ISSN 1549-3636 2008 Science Publications Implementation of Low-Memory Reference FFT on Digital Signal Processor Yi-Pin Hsu and Shin-Yu Lin Department of

More information

Implementation of Efficient Modified Booth Recoder for Fused Sum-Product Operator

Implementation of Efficient Modified Booth Recoder for Fused Sum-Product Operator Implementation of Efficient Modified Booth Recoder for Fused Sum-Product Operator A.Sindhu 1, K.PriyaMeenakshi 2 PG Student [VLSI], Dept. of ECE, Muthayammal Engineering College, Rasipuram, Tamil Nadu,

More information

Modified CORDIC Architecture for Fixed Angle Rotation

Modified CORDIC Architecture for Fixed Angle Rotation International Journal of Current Engineering and Technology EISSN 2277 4106, PISSN 2347 5161 2015INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Binu M

More information

The Efficient Implementation of Numerical Integration for FPGA Platforms

The Efficient Implementation of Numerical Integration for FPGA Platforms Website: www.ijeee.in (ISSN: 2348-4748, Volume 2, Issue 7, July 2015) The Efficient Implementation of Numerical Integration for FPGA Platforms Hemavathi H Department of Electronics and Communication Engineering

More information

Fig.1. Floating point number representation of single-precision (32-bit). Floating point number representation in double-precision (64-bit) format:

Fig.1. Floating point number representation of single-precision (32-bit). Floating point number representation in double-precision (64-bit) format: 1313 DESIGN AND PERFORMANCE ANALYSIS OF DOUBLE- PRECISION FLOATING POINT MULTIPLIER USING URDHVA TIRYAGBHYAM SUTRA Y SRINIVASA RAO 1, T SUBHASHINI 2, K RAMBABU 3 P.G Student 1, Assistant Professor 2, Assistant

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,800 116,000 120M Open access books available International authors and editors Downloads Our

More information

A Novel OFDM using Radix 22 and FFT Algorithm

A Novel OFDM using Radix 22 and FFT Algorithm A Novel OFDM using Radix 22 and FFT Algorithm 1 Miss.Sk.Asha Jasmine & 2 Mr. R. SrinivasaRao 1 PG Student, Department of VLSI system design,khammam Institute of Technology and Sciences, Abstract Khammam,

More information

Fixed Point LMS Adaptive Filter with Low Adaptation Delay

Fixed Point LMS Adaptive Filter with Low Adaptation Delay Fixed Point LMS Adaptive Filter with Low Adaptation Delay INGUDAM CHITRASEN MEITEI Electronics and Communication Engineering Vel Tech Multitech Dr RR Dr SR Engg. College Chennai, India MR. P. BALAVENKATESHWARLU

More information

An Enhanced Mixed-Scaling-Rotation CORDIC algorithm with Weighted Amplifying Factor

An Enhanced Mixed-Scaling-Rotation CORDIC algorithm with Weighted Amplifying Factor SEAS-WP-2016-10-001 An Enhanced Mixed-Scaling-Rotation CORDIC algorithm with Weighted Amplifying Factor Jaina Mehta jaina.mehta@ahduni.edu.in Pratik Trivedi pratik.trivedi@ahduni.edu.in Serial: SEAS-WP-2016-10-001

More information

Run-Time Reconfigurable multi-precision floating point multiplier design based on pipelining technique using Karatsuba-Urdhva algorithms

Run-Time Reconfigurable multi-precision floating point multiplier design based on pipelining technique using Karatsuba-Urdhva algorithms Run-Time Reconfigurable multi-precision floating point multiplier design based on pipelining technique using Karatsuba-Urdhva algorithms 1 Shruthi K.H., 2 Rekha M.G. 1M.Tech, VLSI design and embedded system,

More information

Efficient Methods for FFT calculations Using Memory Reduction Techniques.

Efficient Methods for FFT calculations Using Memory Reduction Techniques. Efficient Methods for FFT calculations Using Memory Reduction Techniques. N. Kalaiarasi Assistant professor SRM University Kattankulathur, chennai A.Rathinam Assistant professor SRM University Kattankulathur,chennai

More information

A BSD ADDER REPRESENTATION USING FFT BUTTERFLY ARCHITECHTURE

A BSD ADDER REPRESENTATION USING FFT BUTTERFLY ARCHITECHTURE A BSD ADDER REPRESENTATION USING FFT BUTTERFLY ARCHITECHTURE MD.Hameed Pasha 1, J.Radhika 2 1. Associate Professor, Jayamukhi Institute of Technogical Sciences, Narsampet, India 2. Department of ECE, Jayamukhi

More information

High Speed Special Function Unit for Graphics Processing Unit

High Speed Special Function Unit for Graphics Processing Unit High Speed Special Function Unit for Graphics Processing Unit Abd-Elrahman G. Qoutb 1, Abdullah M. El-Gunidy 1, Mohammed F. Tolba 1, and Magdy A. El-Moursy 2 1 Electrical Engineering Department, Fayoum

More information

An Efficient Constant Multiplier Architecture Based On Vertical- Horizontal Binary Common Sub-Expression Elimination Algorithm

An Efficient Constant Multiplier Architecture Based On Vertical- Horizontal Binary Common Sub-Expression Elimination Algorithm Volume-6, Issue-6, November-December 2016 International Journal of Engineering and Management Research Page Number: 229-234 An Efficient Constant Multiplier Architecture Based On Vertical- Horizontal Binary

More information

FPGA Implementation of a High Speed Multistage Pipelined Adder Based CORDIC Structure for Large Operand Word Lengths

FPGA Implementation of a High Speed Multistage Pipelined Adder Based CORDIC Structure for Large Operand Word Lengths International Journal of Computer Science and Telecommunications [Volume 3, Issue 5, May 2012] 105 ISSN 2047-3338 FPGA Implementation of a High Speed Multistage Pipelined Adder Based CORDIC Structure for

More information

Area-Time Efficient Square Architecture

Area-Time Efficient Square Architecture AMSE JOURNALS 2015-Series: Advances D; Vol. 20; N 1; pp 21-34 Submitted March 2015; Revised Sept. 21, 2015; Accepted Oct. 15, 2015 Area-Time Efficient Square Architecture *Ranjan Kumar Barik, **Manoranjan

More information

SFF The Single-Stream FPGA-Optimized Feedforward FFT Hardware Architecture

SFF The Single-Stream FPGA-Optimized Feedforward FFT Hardware Architecture Journal of Signal Processing Systems (2018) 90:1583 1592 https://doi.org/10.1007/s11265-018-1370-y SFF The Single-Stream FPGA-Optimized Feedforward FFT Hardware Architecture Carl Ingemarsson 1 Oscar Gustafsson

More information

FPGA IMPLEMENTATION OF EFFCIENT MODIFIED BOOTH ENCODER MULTIPLIER FOR SIGNED AND UNSIGNED NUMBERS

FPGA IMPLEMENTATION OF EFFCIENT MODIFIED BOOTH ENCODER MULTIPLIER FOR SIGNED AND UNSIGNED NUMBERS FPGA IMPLEMENTATION OF EFFCIENT MODIFIED BOOTH ENCODER MULTIPLIER FOR SIGNED AND UNSIGNED NUMBERS NUNAVATH.VENNELA (1), A.VIKAS (2) P.G.Scholor (VLSI SYSTEM DESIGN),TKR COLLEGE OF ENGINEERING (1) M.TECHASSISTANT

More information