Design of Reconfigurable FFT Processor With Reduced Area And Power

Size: px
Start display at page:

Download "Design of Reconfigurable FFT Processor With Reduced Area And Power"

Transcription

1 Design of Reconfigurable FFT Processor With Reduced Area And Power 1 Sharon Thomas & 2 V Sarada 1 Dept. of VLSI Design, 2 Department of ECE, 1&2 SRM University Sharonthomas05@gmail.com Abstract Fast fourier transform (FFT) is an efficient implementation of the discrete fourier transform (DFT). The main objective of the project is to implement a reconfigurable FFT processor with reduced power and area in order to provide system designers and engineers with the flexibility to meet different system requirements. This paper proposes a low power and area efficient FFT architecture using Single Delay Feedback (SDF). The proposed methodology is based on Radix factorization which is the main technique for achieving high energy efficiency with flexibility, followed by architecture parallelism. The flexibility is provided by reconfigurable processing units that support radix-2/4/8/16 factorizations. An FFT processor design methodology with optimal power-area trade-off using feasible parallel architectures and radix factorizations is obtained. I. INTRODUCTION Orthogonal frequency division multiplexing (OFDM) technologies have become more and more significant in modern communication systems. The key concept of OFDM technique makes use of the multicarrier modulation. OFDM signal consists number of subcarriers that are modulated by using phase shift keying (PSK) or quadrature amplitude modulation (QAM).Nowadays, OFDM technique is widely used for high-speed digital communications, such as xdsl, DAB, DVB-T/H, and WLAN. The OFDM technique is advantageous because it uses channels efficiently, overcomes multi-path fading, and has simpler equalizers. For WiMAX system, the OFDM technology can increase the efficiency of spectrum utilization and provide the transmission capability in the non-line-ofsight (NLOS) environment. In OFDM system, Discrete Fourier transform (DFT)/Inverse-DFT is used andsystems need the FFT and IFFT processors to perform real-time operations for the orthogonal multicarrier modulations and demodulations. Since DFT/IDFT computation requires a huge amount of arithmetic operations, we need an efficient FFT algorithm which can reduce the number of arithmetic operations to meet real time computation in OFDM systems. There are many types of FFT architectures used in OFDM systems. They are mainly categorized into three types namely the parallel architecture[1],the pipeline architecture[2] and the shared memory architecture[lee et al. 2006]. The high performance of a parallel and pipelined architecture is achieved by having more butterfly processing units but they consume larger area than the shared memory architecture. On the other hand, the shared memory architecture requires only one butterfly processing unit and has the advantage of area efficiency. But the shared memory architecture has a drawback of low throughput and requires a complex circuit design of memory address controller. Fortunately, the lower throughput of the shared memory architecture increases dramatically if the high radix algorithm is used. But the high radix algorithm has defects of more complex memory scheme and FFT n length (N) must be only powers of radix- r r. The pipelined FFT/IFFT processor architecture which has been designed in OFDM communication system has been studied since the 1970 s. There are many kinds of the methods to implement the FFT hardware architecture. All hardware implementations of pipelined FFT can be categorized into three kinds of pipelined architectures, which include multiple delay commutator (MDC), single delay commutator (SDC), and single delay feedback (SDF) architectures. Among three pipelined architectures, the SDF architecture is more suitable and its advantages are listed as follows, (1) The SDF architecture is very convenient to implement the different length FFT. (2) The number of the required registers in SDF architecture is\ smaller 81

2 than that in MDC and SDC structures. (3) The controller of SDF architecture is easier than the other structures. We propose an FFT design methodology that jointly considers algorithm, architecture, and circuit parameters. We contribute with insights on how to use FFT radix structure for highly energy- and area efficient implementations. Hundreds of architectures for 128- to 2048-point FFT exist by varying the degree of parallelism and radix factorization, as will be explained in this paper. Apart from parallelism and radix, delay buffers need to be efficiently implemented. Memory size partition and memory elements for delay lines of different lengths are evaluated. Our approach provides a cross-layered FFT design methodology to jointly optimize above parameters. For illustration, we will design for minimum power-area product (PAP). We will show an FFT processor that achieves the lowest energy per FFT operation, comparable area and much fewer processing cycles as compared to prior work. This paper is organized as follows. II. FFT ALGORITHMS The N -point discrete Fourier transform (DFT) of an input sequence is defined as (1) Where k=0,1,2... N-1 and W N = e -j2 π/n is known as twiddle factor. Direct implementation requires N 2 complex multiplication and N(N-1) complex additions. In case of radix-4 decimation-in-time FFT We split or decimate the N-point input sequence into four subsequences, x(4n),x(4n+1), x(4n+2), x(4n+3), n = 0, 1,..., N/4-1. The numbers at the input represent the index of the input sequence, whereas those at the output are the frequencies, of the output signal X[k]. Finally, each number =nk, in between the stages indicates a rotation As a consequence, samples for which do not need to be rotated. Likewise, if the samples must be rotated by 0, 270, 180, and 90, which correspond to complex multiplications by 1, -j, 1 and j, respectively. These rotations are considered trivial, because they can be performed by interchanging the real and imaginary components and/or changing the sign of the data. A. Reconfigurable Architecture Based on the pipelined SDF architecture, a reconfigurable FFT architecture can be implemented by cascading several radix-2 4 stages in order to accommodate different FFT sizes. The signal-flow graphs for radix-2 to radix- 2 4 butterflies are shown in Fig. 2. The minus signs in the butterfly modules are omitted for simplicity. The highlighted inter-stage multiplications are implemented as constant (complex) multipliers as opposed to using full (complex) multipliers. The radix-2 4 can be realized by cascading several atomic processing units (PUs) as in Table I. The PUs are shown in Fig. 3. Looking at the cost of the constant multipliers (shown in brackets in Fig. 2) in terms of the number of equivalent adders, we discovered that radices beyond are impractical, because the increasing number and complexity of required constant multipliers makes them no longer advantageous over full multipliers. In addition, full multipliers need extra ROMs to store the coefficients as opposed to locally computed coefficients of constant multipliers. Therefore, radix-2 to radix-2 4 is the proper level of granularity for mixed-radix FFT implementations. Fig 2. Various radix butterfly operations. 82

3 As shown in Fig. 3(a), each PU contains a basic butterfly module and a set of constant multipliers. The butterfly module is initialized to the data-switch mode until the delay buffers are loaded by the valid inputs and then switched to the butterfly mode for FFT operation. The required constant multipliers for PUs 1 4 are shown in Fig. 3(b). Only half the twiddle factors (dark-filled circles) are generated in the PUs, the other half (grayfilled circles) are created using the symmetry property. The PUs with lower index can be deduced from the Pus with higher index. For example, PU4 can serve as PU3, PU2 or PU1. This back-compatibility is useful for reconfigurable designs. All the intra-stage multipliers inside the PUs for a -point FFT are constant multipliers. Full multipliers are only used for the inter-stage twiddle factors. Since the inter-stage full multipliers cost more than the intra-stage constant multipliers, radix factorization should minimize the number of full multipliers. and a lower clock frequency improve the energy efficiency of a parallel architecture. Since timemultiplexing is inherently applied to SDF architecture, parallelism is used to improve its energy efficiency and adjust the design point in the area-energy delay plane [8]. Fig 3. Reconfigurable processing units III. POWER AND AREA MINIMIZATION We propose a systematicmethodology to explore FFT powerarea tradeoff. FFT realizations are systematically explored in three steps. First, architecture parallelism combined with FFT decomposition is used to explore the power-area space. radix factorization is explored for a given FFT size. The third step consists of shift and add module of multiplier implemented using canonic signed digit representation. A. Parallel Architecture with FFT Decomposition Parallelism is an effective technique to increase throughput [10] or to reduce power consumption of an FFT processor. For a fixed throughput, scaled voltage Fig. 4. (a) Reference N -point N=MxL FFT architecture. (b) A P way parallel architecture requires replicas of the L -point FFT. (c)when (P=L), the L-point FFT can be shared across the P streams, which leads to a reduced hardware area. An area-efficient parallel architecture is possible by leveraging FFT decomposition. As shown in Fig. 4(a), an N -point FFT is decomposed into M -point FFT and L -point FFT. Straightforward P-way parallel architecture, Fig. 4(b), requires P M -point FFTs And P L -point FFTs, increasing the area by a factor of (neglecting the overhead of the serial-to-parallel and parallel-to-serial blocks). When P =L, the single-input SDF FFTs can be combined into a single -input parallel FFT, as in Fig. 4(c), to reduce area. This architecture simplification is possible since the M -point FFTs can be computed first and combined into the L-point (L=N/M) output stage to compute an N-point FFT. B. Shift Add Module of a Multiplier The block diagram of the shift add module shown in fig.3performs multiplication by shift and adds method. higher-radix structures can be made more area efficient by judiciously replacing full multipliers with constant multipliers. These constant multipliers are implemented using canonic signed digit (CSD) representation as shown in Fig. 3. The canonical signed digit (CSD) representation is one of the existing signed digit (SD) representations with unique features which make it useful in certain DSP applications focusing on low- power, efficient-area and high-speed arithmetic [1]. 83

4 The CSD code is a ternary number system with the digit set {1 0 1}, where 1 stands for 1. Given a constant, the corresponding CSD representa- tion is unique and has two main properties: (1) the number of nonzero digits is minimal, and (2) no two consecutive digits are both nonzero, that is, two nonzero digits are not adjacent. The first property implies a minimal Hamming weight, which leads to a reduction in the number of additions in arithmetic operations. The second property provides its uniqueness characteristic. How- ever, if this property is relaxed, this representation is called the minimal signed digit (MSD) representation, which has as many nonzeros as the CSD representation, but which provides multiple representations for a constant A 10-bit twiddle factors are assumed shown in table1. Each of the constant factors requires no more than 4 additions, which leads to a large area reduction. The area of constant multipliers is minimized using the symmetry property of twiddle factors and sharing of common sub-expressions. Twiddle Factor CSD realization No. Of adders ( )-( ) Table1: CSD realization of twiddle factors 4 Fig 4: butterfly module IV. PROPOSED ARCHITECTURE A reconfigurable FFT processor using SDF architecture is designed and implemented which is can b used as FFT core in 3GPP LTE standard. The proposed architecture satisfies the requirements of 3GPP LTE wireless standard with reduced area and power. Starting from FFT decomposition and architecture parallelism, the maximum-size 2048-point FFT is decomposed into M=256 and L=8 to achieve minimum power area product The 8-path 256-point SDF FFT architecture is shown in Fig. 5. It can support 16 to 256 points by reconfiguring the data-path inter-connection between the PUs. To support 1536 points, a 6-point FFT module is constructed by sharing hardware resources with the 8- point FFT. Fig 3.Constant multipliers use canonic signed digit (CSD) C. Butterfly module The butterfly expressions shown in fig.4 are implemented here. Two complex numbers(a+bj) and (c+dj) are used as inputs. Adders and inverters were used to get outputs ( a + c ), (a - c ), ( b + d), ( b d ). The real and imaginary equations were computed simultaneously and in parallel with just inputs a, b, c, d. The output from stage1 was then multiplied with the twiddle co-efficient, shuffled using a shuffling unit and then sent to stage2 that will calculate the equations in a similar fashion. Fig 5. Block Diagram of proposed architecture Proposed architecture is reconfigurable point FFT architecture as shown in fig 5. The method called architecture parallelism is used to achieve this. In architecture parallelism an N point FFT is divided into M and L point FFT (N=M*L). For P way parallel architecture, first stage comprises of P M- point FFTs and second stage with P L- point FFTs. When P=L, the single input SDF FFTs can be combined into a single L 84

5 input parallel FFT. The first stage pipelined 256 point FFT is reconfigurable to support points. The second stage parallel FFT support 8 or 6 points. The overall FFT meets the 3GPP-LTE standard specification (128, 256, 512, 1024, 1536, 2048 points). V. SIMULATION AND IMPLEMENTATION Fig.6 Modelsim Output. fourier transform (FFT) based on various radix technique that performs pipelining, which achieve drastic performance improvement. For randomly generated test examples, we showed that the proposed method compute FFT in a effective way to achieve maximum speed of computation. VII. REFERENCES 1. Chia-Hsiang Yang, Tsung-Han Yun and Dejan Marković, Power and Area Minimization of Reconfigurable FFT Processors : A 3GPP-LTE Example, IEEE Journal of solid state circuits,vol.47,no.3,march Reza Sadegh Azad, A custom FFT hardware accelerator for wave fields synthesis MSc thesis 3. Magandeep Kaur, Pragathi Kapoor, Analysis of R2 2 SDF pipelined architecture in VLSI, IJESAT,vol2 may Guatavo A. Ruiz, Mercides Granda Efficient canonic signed digit recording ELSVIER microelectronics journel. 5. Y.-T. Lin, P.-Y. Tsai, and T.-D. Chiueh, Lowpower variable-length fast Fourier transform processor, IEE Proc. Comput. Digit. Tech., vol. 152, no. 4, pp , Jul K. K. Parhi, VLSI Digital Signal Processing Systems. NewYork: Wiley, S. W. Reitwiesner, Binary arithmetic, Advances in Computers, pp , A. Wenzler and E. Luder, New structures for complex multipliers and their noise analysis, in Proc. IEEE Int. Symp. Circuits Syst. (ISCAS 95), May 1995, vol. 2, pp Fig.7 Hardware Implementation of Shift Add Module VI. CONCLUSION An FFT processor design methodology yielding optimal power-area tradeoff is explored by examining feasible parallel architectures and radix factorizations. The use of constant multipliers for intra-stage twiddle factors enables substantial area and power savings compared to the use of full multipliers. Radix factors up to 16 should be used. Radices beyond 16 are ineffective due to a large number of constant multipliers required. In this paper we developed highly reconfigurable radix and multiplier less arithmetic operations. After completing the arithmetic design we carried out a Fast 85

A Novel Approach in Pipeline Architecture for 64-Point FFT Processor without ROM

A Novel Approach in Pipeline Architecture for 64-Point FFT Processor without ROM A Novel Approach in Pipeline Architecture for 64-Point FFT Processor without ROM A.Manimaran, Dr.S.K.Sudheer, Manu.K.Harshan Associate Professor, Department of ECE, Karpaga Vinayaga College of Engineering

More information

Area Efficient Fft/Ifft Processor for Wireless Communication

Area Efficient Fft/Ifft Processor for Wireless Communication IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 3, Ver. III (May-Jun. 2014), PP 17-21 e-issn: 2319 4200, p-issn No. : 2319 4197 Area Efficient Fft/Ifft Processor for Wireless Communication

More information

A HIGH SPEED FFT/IFFT PROCESSOR FOR MIMO OFDM SYSTEMS

A HIGH SPEED FFT/IFFT PROCESSOR FOR MIMO OFDM SYSTEMS A HIGH SPEED FFT/IFFT PROCESSOR FOR MIMO OFDM SYSTEMS Ms. P. P. Neethu Raj PG Scholar, Electronics and Communication Engineering, Vivekanadha College of Engineering for Women, Tiruchengode, Tamilnadu,

More information

IMPLEMENTATION OF 64-POINT FFT/IFFT BY USING RADIX-8 ALGORITHM

IMPLEMENTATION OF 64-POINT FFT/IFFT BY USING RADIX-8 ALGORITHM Int. J. Elec&Electr.Eng&Telecoms. 2013 K Venkata Subba Reddy and K Bala, 2013 Research Paper ISSN 2319 2518 www.ijeetc.com Vol. 2, No. 4, October 2013 2013 IJEETC. All Rights Reserved IMPLEMENTATION OF

More information

VLSI Implementation of Pipelined Fast Fourier Transform

VLSI Implementation of Pipelined Fast Fourier Transform ISSN: 2278 323 Volume, Issue 4, June 22 VLSI Implementation of Pipelined Fast Fourier Transform K. Indirapriyadarsini, S.Kamalakumari 2, G. Prasannakumar 3 Swarnandhra Engineering College &2, Vishnu Institute

More information

EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL

EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL EFFICIENT DESIGN OF FFT/IFFT PROCESSOR USING VERILOG HDL M. SRIDHANYA (1), MRS. G. ANNAPURNA (2) M.TECH, VLSI SYSTEM DESIGN, VIDYA JYOTHI INSTITUTE OF TECHNOLOGY (1) M.TECH, ASSISTANT PROFESSOR, VIDYA

More information

A Low Power Pipelined FFT/IFFT Processor for OFDM Applications

A Low Power Pipelined FFT/IFFT Processor for OFDM Applications A Low Power Pipelined FFT/IFFT Processor for OFDM Applications M. Jasmin 1 Asst. Professor, Bharath University, Chennai, India 1 ABSTRACT: To produce multiple subcarriers orthogonal frequency division

More information

M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering College, Andhra Pradesh, India

M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering College, Andhra Pradesh, India Computational Performances of OFDM using Different Pruned FFT Algorithms Alekhya Chundru 1, P.Krishna Kanth Varma 2 M.Tech Student, Asst Professor Department Of Eelectronics and Communications, SRKR Engineering

More information

A High-Speed Low-Complexity Modified Processor for High Rate WPAN Applications

A High-Speed Low-Complexity Modified Processor for High Rate WPAN Applications IEEE TRASACTIOS O VERY LARGE SCALE ITEGRATIO (VLSI) SYSTEMS, VOL. 21, O. 1, JAUARY 2013 187 [4] J. A. de Lima and C. Dualibe, A linearly tunable low-voltage CMOS transconductor with improved common-mode

More information

An Efficient Design of Parallel Pipelined FFT Architecture

An Efficient Design of Parallel Pipelined FFT Architecture www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 3, Issue 10 October, 2014 Page No. 8926-8931 An Efficient Design of Parallel Pipelined FFT Architecture Serin

More information

Combination of SDC-SDF Architecture for I/O Pipelined Radix-2 FFT

Combination of SDC-SDF Architecture for I/O Pipelined Radix-2 FFT Combination of SDC-SDF Architecture for I/O Pipelined Radix-2 FFT G.Chandrabrahmini M.Tech Student, Stanley Stephen College of Engineering & Technology, Panchalingala, Kurnool - 518004. A.P. N.Praveen

More information

VLSI Implementation of Area-Efficient and Low Power OFDM Transmitter and Receiver

VLSI Implementation of Area-Efficient and Low Power OFDM Transmitter and Receiver Indian Journal of Science and Technology, Vol 8(18), DOI: 10.17485/ijst/2015/v8i18/63062, August 2015 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 VLSI Implementation of Area-Efficient and Low Power

More information

A FFT/IFFT Soft IP Generator for OFDM Communication System

A FFT/IFFT Soft IP Generator for OFDM Communication System A FFT/IFFT Soft IP Generator for OFDM Communication System Tsung-Han Tsai, Chen-Chi Peng and Tung-Mao Chen Department of Electrical Engineering, National Central University Chung-Li, Taiwan Abstract: -

More information

DESIGN AND IMPLEMENTATION OF MOBILE WiMAX (IEEE e) PHYSICAL LAYERUSING FPGA

DESIGN AND IMPLEMENTATION OF MOBILE WiMAX (IEEE e) PHYSICAL LAYERUSING FPGA DESIGN AND IMPLEMENTATION OF MOBILE WiMAX (IEEE 802.16e) PHYSICAL LAYERUSING FPGA 1 Shailaja S, 2 DeepaM 1 M.E VLSI DESIGN, 2 Assistant Professor, Kings college of Engineering,Thanjavur, Tamilnadu, India.

More information

Design Of A Parallel Pipelined FFT Architecture With Reduced Number Of Delays

Design Of A Parallel Pipelined FFT Architecture With Reduced Number Of Delays Design Of A Parallel Pipelined FFT Architecture With Reduced Number Of Delays Kiranraj A. Tank Department of Electronics Y.C.C.E, Nagpur, Maharashtra, India Pradnya P. Zode Department of Electronics Y.C.C.E,

More information

A SURVEY ON FFT/IFFT PROCESSOR FOR HIGH SPEED WIRELESS COMMUNICATION SYSTEM

A SURVEY ON FFT/IFFT PROCESSOR FOR HIGH SPEED WIRELESS COMMUNICATION SYSTEM A SURVEY ON FFT/IFFT PROCESSOR FOR HIGH SPEED WIRELESS COMMUNICATION SYSTEM K. Vijayakanthan and M. Anand Dr. M. G. R Educational and Research Institute University, Chennai, India E-Mail: vijayakanthank@gmail.com

More information

A Combined SDC-SDF Architecture for Normal I/O Pipelined Radix-2 FFT

A Combined SDC-SDF Architecture for Normal I/O Pipelined Radix-2 FFT IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS 1 A Combined SDC-SDF Architecture for Normal I/O Pipelined Radix-2 FFT Zeke Wang, Xue Liu, Bingsheng He, and Feng Yu Abstract We present

More information

An Area Efficient FFT Implementation for OFDM

An Area Efficient FFT Implementation for OFDM Vol. 2, Special Issue 1, May 20 An Area Efficient FFT Implementation for OFDM R.KALAIVANI#1, Dr. DEEPA JOSE#1, Dr. P. NIRMAL KUMAR# # Department of Electronics and Communication Engineering, Anna University

More information

Architecture for Canonic RFFT based on Canonic Sign Digit Multiplier and Carry Select Adder

Architecture for Canonic RFFT based on Canonic Sign Digit Multiplier and Carry Select Adder Architecture for Canonic based on Canonic Sign Digit Multiplier and Carry Select Adder Pradnya Zode Research Scholar, Department of Electronics Engineering. G.H. Raisoni College of engineering, Nagpur,

More information

DESIGN OF PROCESSING ELEMENT (PE3) FOR IMPLEMENTING PIPELINE FFT PROCESSOR

DESIGN OF PROCESSING ELEMENT (PE3) FOR IMPLEMENTING PIPELINE FFT PROCESSOR International Journal on Cybernetics & Informatics (IJCI) Vol. 5, o. 4, August 2016 DESIG OF PROCESSIG ELEMET (PE3) FOR IMPLEMETIG PIPELIE FFT PROCESSOR Mary RoselineThota,MouniaDandamudi and R.Ramana

More information

ULTRAWIDEBAND (UWB) communication systems,

ULTRAWIDEBAND (UWB) communication systems, 1726 IEEE JOURNAL OF SOLID-STATE CIRCUITS, VOL. 40, NO. 8, AUGUST 2005 A 1-GS/s FFT/IFFT Processor for UWB Applications Yu-Wei Lin, Hsuan-Yu Liu, and Chen-Yi Lee, Member, IEEE Abstract In this paper, we

More information

An Area-Efficient Multimode FFT Circuit for IEEE ax WLAN Devices

An Area-Efficient Multimode FFT Circuit for IEEE ax WLAN Devices 735 1 An Area-Efficient Multimode FFT Circuit for IEEE 80.11 ax WLAN Devices Phuong T.K. Dinh, Leonardo Lanante, Minh D. Nguyen, Masayuki Kurosaki and Hiroshi Ochi Graduate School of Science and Systems

More information

PAPER A High-Speed Two-Parallel Radix-2 4 FFT/IFFT Processor for MB-OFDM UWB Systems

PAPER A High-Speed Two-Parallel Radix-2 4 FFT/IFFT Processor for MB-OFDM UWB Systems 1206 IEICE TRAS. FUDAMETALS, VOL.E91 A, O.4 APRIL 2008 PAPER A High-Speed Two-Parallel Radix-2 4 FFT/IFFT Processor for MB-OFDM UWB Systems Jeesung LEE, onmember and Hanho LEE a), Member SUMMARY This paper

More information

A Novel Low Power Approach for Radix-4 commutator FFT Based on CSD Algorithm

A Novel Low Power Approach for Radix-4 commutator FFT Based on CSD Algorithm A Novel Low Power Approach for Radix-4 commutator FFT Based on CSD Algorithm 1 BANOTHU DHARMA, 2 O.RAVINDER, 3 B.HANMANTHU 1,2 Dept. of ECE, Sree Chaitanya College of Engineering, Karimnagar, T.S. India

More information

High Performance Fbmc/Oqam System for Next Generation Multicarrier Wireless Communication

High Performance Fbmc/Oqam System for Next Generation Multicarrier Wireless Communication IOSR Journal of Engineering (IOSRJE) ISS (e): 50-0, ISS (p): 78-879 PP 5-9 www.iosrjen.org High Performance Fbmc/Oqam System for ext Generation Multicarrier Wireless Communication R.Priyadharshini, A.Savitha,

More information

Keywords SEFDM, OFDM, FFT, CORDIC, FPGA.

Keywords SEFDM, OFDM, FFT, CORDIC, FPGA. Volume 4, Issue 11, November 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Future to

More information

Optimized BPSK and QAM Techniques for OFDM Systems

Optimized BPSK and QAM Techniques for OFDM Systems I J C T A, 9(6), 2016, pp. 2759-2766 International Science Press ISSN: 0974-5572 Optimized BPSK and QAM Techniques for OFDM Systems Manikandan J.* and M. Manikandan** ABSTRACT A modulation is a process

More information

Area and Power Efficient Booth s Multipliers Based on Non Redundant Radix-4 Signed- Digit Encoding

Area and Power Efficient Booth s Multipliers Based on Non Redundant Radix-4 Signed- Digit Encoding Area and Power Efficient Booth s Multipliers Based on Non Redundant Radix-4 Signed- Digit Encoding S.Reshma 1, K.Rjendra Prasad 2 P.G Student, Department of Electronics and Communication Engineering, Mallareddy

More information

An Efficient FFT Design for OFDM Systems with MIMO support

An Efficient FFT Design for OFDM Systems with MIMO support An Efficient FFT Design for OFDM Systems with MIMO support Maheswari. Dasarathan, Dr. R. Seshasayanan Abstract This paper presents the implementation of FFT for OFDM systems to process the real time high

More information

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary

Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary Implementation and Comparative analysis of Orthogonal Frequency Division Multiplexing (OFDM) Signaling Rashmi Choudhary M.Tech Scholar, ECE Department,SKIT, Jaipur, Abstract Orthogonal Frequency Division

More information

Low power and Area Efficient MDC based FFT for Twin Data Streams

Low power and Area Efficient MDC based FFT for Twin Data Streams RESEARCH ARTICLE OPEN ACCESS Low power and Area Efficient MDC based FFT for Twin Data Streams M. Hemalatha 1, R. Ashok Chaitanya Varma 2 1 ( M.Tech -VLSID Student, Department of Electronics and Communications

More information

Low Power R4SDC Pipelined FFT Processor Architecture

Low Power R4SDC Pipelined FFT Processor Architecture IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) e-issn: 2319 4200, p-issn No. : 2319 4197 Volume 1, Issue 6 (Mar. Apr. 2013), PP 68-75 Low Power R4SDC Pipelined FFT Processor Architecture Anjana

More information

OFDM Based Low Power Secured Communication using AES with Vedic Mathematics Technique for Military Applications

OFDM Based Low Power Secured Communication using AES with Vedic Mathematics Technique for Military Applications OFDM Based Low Power Secured Communication using AES with Vedic Mathematics Technique for Military Applications Elakkiya.V 1, Sharmila.S 2, Swathi Priya A.S 3, Vinodha.K 4 1,2,3,4 Department of Electronics

More information

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system

Practical issue: Group definition. TSTE17 System Design, CDIO. Quadrature Amplitude Modulation (QAM) Components of a digital communication system 1 2 TSTE17 System Design, CDIO Introduction telecommunication OFDM principle How to combat ISI How to reduce out of band signaling Practical issue: Group definition Project group sign up list will be put

More information

Design of Area and Power Efficient FIR Filter Using Truncated Multiplier Technique

Design of Area and Power Efficient FIR Filter Using Truncated Multiplier Technique Design of Area and Power Efficient FIR Filter Using Truncated Multiplier Technique TALLURI ANUSHA *1, and D.DAYAKAR RAO #2 * Student (Dept of ECE-VLSI), Sree Vahini Institute of Science and Technology,

More information

Lecture 13. Introduction to OFDM

Lecture 13. Introduction to OFDM Lecture 13 Introduction to OFDM Ref: About-OFDM.pdf Orthogonal frequency division multiplexing (OFDM) is well-known to be effective against multipath distortion. It is a multicarrier communication scheme,

More information

Area Efficient NR4SD Encoding for Pre-Encoded Multipliers

Area Efficient NR4SD Encoding for Pre-Encoded Multipliers Area Efficient NR4SD Encoding for Pre-Encoded Multipliers B. Gowtam Kumar Department of Electronics & Communication Engineering, BVC College of Engineering, Palacharla, Rajanagaram, A.P - 533294, India.

More information

2 Assistant Professor, Dept of ECE, Universal College of Engineering & Technology, AP, India,

2 Assistant Professor, Dept of ECE, Universal College of Engineering & Technology, AP, India, ISSN 2319-8885 Vol.03,Issue.41 November-2014, Pages:8270-8274 www.ijsetr.com E. HEMA DURGA 1, K. BABU RAO 2 1 PG Scholar, Dept of ECE, Universal College of Engineering & Technology, AP, India, E-mail:

More information

Chapter 0 Outline. NCCU Wireless Comm. Lab

Chapter 0 Outline. NCCU Wireless Comm. Lab Chapter 0 Outline Chapter 1 1 Introduction to Orthogonal Frequency Division Multiplexing (OFDM) Technique 1.1 The History of OFDM 1.2 OFDM and Multicarrier Transmission 1.3 The Applications of OFDM 2 Chapter

More information

LOW POWER FEED FORWARD FFT ARCHITECTURES USING SWITCH LOGIC

LOW POWER FEED FORWARD FFT ARCHITECTURES USING SWITCH LOGIC LOW POWER FEED FORWARD FFT ARCHITECTURES USING SWITCH LOGIC 1 DHANABAL R, 2 BHARATHI V, 3 SUJANA D.V., 4 SHRUTHI UDAYKUMAR, 5 JOHNY S RAJ, 6 ARAVIND KUMAR V.N #1 Assistant Professor (Senior Grade),VLSI

More information

International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November ISSN

International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November ISSN International Journal of Scientific & Engineering Research, Volume 5, Issue 11, November-2014 1470 Design and implementation of an efficient OFDM communication using fused floating point FFT Pamidi Lakshmi

More information

A High Performance Split-Radix FFT with Constant Geometry Architecture

A High Performance Split-Radix FFT with Constant Geometry Architecture A High Performance Split-Radix FFT with Constant Geometry Architecture Joyce Kwong, Manish Goel Systems and Applications R&D Center 25 TI Blvd Dallas TX, USA Email: {kwong, goel}@ti.com Abstract High performance

More information

An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations

An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations An FPGA Based Low Power Multiplier for FFT in OFDM Systems Using Precomputations Mokhtar Aboelaze Dept of Electrical Engineering and Computer Science Lassonde School of Engineering York University Toronto

More information

DESIGN AND IMPLEMENTATION OF FFT ARCHITECTURE FOR REAL-VALUED SIGNALS BASED ON RADIX-2 3 ALGORITHM

DESIGN AND IMPLEMENTATION OF FFT ARCHITECTURE FOR REAL-VALUED SIGNALS BASED ON RADIX-2 3 ALGORITHM DESIGN AND IMPLEMENTATION OF FFT ARCHITECTURE FOR REAL-VALUED SIGNALS BASED ON RADIX-2 3 ALGORITHM 1 Pradnya Zode, 2 A.Y. Deshmukh and 3 Abhilesh S. Thor 1,3 Assistnant Professor, Yeshwantrao Chavan College

More information

720 IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 21, NO. 4, APRIL 2013

720 IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 21, NO. 4, APRIL 2013 72 IEEE TRANSACTIONS ON VERY LARGE SCALE INTEGRATION (VLSI) SYSTEMS, VOL. 2, NO. 4, APRIL 23 MDC FFT/IFFT Processor With Variable Length for MIMO-OFDM Systems Kai-Jiun Yang, Shang-Ho Tsai, Senior Member,

More information

DESIGN AND IMPLEMENTATION OF OFDM TRANSCEIVER FOR ISI REDUCTION USING OQPSK MODULATION

DESIGN AND IMPLEMENTATION OF OFDM TRANSCEIVER FOR ISI REDUCTION USING OQPSK MODULATION Indian Journal of Communications Technology and Electronics (IJCTE) Vol.2.No.1 2014pp 33-39 available at: www.goniv.com Paper Received :05-03-2014 Paper Published:28-03-2014 Paper Reviewed by: 1. John

More information

DESIGN AND IMPLEMENTATION OF AREA EFFICIENT, LOW-POWER AND HIGH SPEED 128-BIT REGULAR SQUARE ROOT CARRY SELECT ADDER

DESIGN AND IMPLEMENTATION OF AREA EFFICIENT, LOW-POWER AND HIGH SPEED 128-BIT REGULAR SQUARE ROOT CARRY SELECT ADDER DESIGN AND IMPLEMENTATION OF AREA EFFICIENT, LOW-POWER AND HIGH SPEED 128-BIT REGULAR SQUARE ROOT CARRY SELECT ADDER MURALIDHARAN.R [1],AVINASH.P.S.K [2],MURALI KRISHNA.K [3],POOJITH.K.C [4], ELECTRONICS

More information

OFDM TRANSMISSION AND RECEPTION: REVIEW

OFDM TRANSMISSION AND RECEPTION: REVIEW OFDM TRANSMISSION AND RECEPTION: REVIEW Amit Saini 1, Vijaya Bhandari 2 1M.tech Scholar, ECE Department, B.T.K.I.T. Dwarahat, Uttarakhand, India 2Assistant Professor, ECE Department, B.T.K.I.T. Dwarahat,

More information

Performance Evaluation of STBC-OFDM System for Wireless Communication

Performance Evaluation of STBC-OFDM System for Wireless Communication Performance Evaluation of STBC-OFDM System for Wireless Communication Apeksha Deshmukh, Prof. Dr. M. D. Kokate Department of E&TC, K.K.W.I.E.R. College, Nasik, apeksha19may@gmail.com Abstract In this paper

More information

Simulation of Parallel Pipeline Radix 2^2 Architecture

Simulation of Parallel Pipeline Radix 2^2 Architecture Simulation of Parallel Pipeline Radix 2^2 Architecture Ankita. S. Dubey Student MTech Electronics Engineering(Communication) Vidharbh Institute of Technology agpur,india. Prof. ilesh P. Bodne Assistant

More information

VLSI Implementation of Digital Down Converter (DDC)

VLSI Implementation of Digital Down Converter (DDC) Volume-7, Issue-1, January-February 2017 International Journal of Engineering and Management Research Page Number: 218-222 VLSI Implementation of Digital Down Converter (DDC) Shaik Afrojanasima 1, K Vijaya

More information

Fast Fourier Transform: VLSI Architectures

Fast Fourier Transform: VLSI Architectures Fast Fourier Transform: VLSI Architectures Lecture Vladimir Stojanović 6.97 Communication System Design Spring 6 Massachusetts Institute of Technology Cite as: Vladimir Stojanovic, course materials for

More information

Design and Implementation of 4-QAM Architecture for OFDM Communication System in VHDL using Xilinx

Design and Implementation of 4-QAM Architecture for OFDM Communication System in VHDL using Xilinx Design and Implementation of 4-QAM Architecture for OFDM Communication System in VHDL using Xilinx 1 Mr.Gaurang Rajan, 2 Prof. Kiran Trivedi 3 Prof.R.M.Soni 1 PG student (EC), S.S.E.C., Bhavnagar-Gujarat

More information

WAVELET OFDM WAVELET OFDM

WAVELET OFDM WAVELET OFDM EE678 WAVELETS APPLICATION ASSIGNMENT WAVELET OFDM GROUP MEMBERS RISHABH KASLIWAL rishkas@ee.iitb.ac.in 02D07001 NACHIKET KALE nachiket@ee.iitb.ac.in 02D07002 PIYUSH NAHAR nahar@ee.iitb.ac.in 02D07007

More information

ISSN Vol.07,Issue.01, January-2015, Pages:

ISSN Vol.07,Issue.01, January-2015, Pages: ISSN 2348 2370 Vol.07,Issue.01, January-2015, Pages:0073-0081 www.ijatir.org MDC FFT/IFFT Processor with Variable Length for MIMO-OFDM Systems VEMU SHIRDI SAIPRABHU 1, P.GOPALA REDDY 2 1 PG Scholar, Sri

More information

Design of FFT Algorithm in OFDM Communication System

Design of FFT Algorithm in OFDM Communication System T. Chandra Sekhar et al Int. Journal of Engineering Research and Applications RESEARCH ARTICLE OPEN ACCESS Design of FFT Algorithm in OFDM Communication System Baddi.Yedukondalu, Valluri.Jaganmohanrao,

More information

Pre-Encoded Multipliers Based on Non-Redundant Radix-4 Signed-Digit Encoding

Pre-Encoded Multipliers Based on Non-Redundant Radix-4 Signed-Digit Encoding 670 IEEE TRANSACTIONS ON COMPUTERS, VOL. 65, NO. 2, FEBRUARY 2016 Pre-Encoded Multipliers Based on Non-Redundant Radix-4 Signed-Digit Encoding K. Tsoumanis, N. Axelos, N. Moschopoulos, G. Zervakis, and

More information

Low Power Approach for Fir Filter Using Modified Booth Multiprecision Multiplier

Low Power Approach for Fir Filter Using Modified Booth Multiprecision Multiplier Low Power Approach for Fir Filter Using Modified Booth Multiprecision Multiplier Gowridevi.B 1, Swamynathan.S.M 2, Gangadevi.B 3 1,2 Department of ECE, Kathir College of Engineering 3 Department of ECE,

More information

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday

Lecture 3: Wireless Physical Layer: Modulation Techniques. Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Lecture 3: Wireless Physical Layer: Modulation Techniques Mythili Vutukuru CS 653 Spring 2014 Jan 13, Monday Modulation We saw a simple example of amplitude modulation in the last lecture Modulation how

More information

Bit Error Rate Analysis of OFDM

Bit Error Rate Analysis of OFDM Bit Error Rate Analysis of OFDM Nishu Baliyan 1, Manish Verma 2 1 M.Tech Scholar, Digital Communication Sobhasaria Engineering College (SEC), Sikar (Rajasthan Technical University) (RTU), Rajasthan India

More information

Orthogonal frequency division multiplexing (OFDM)

Orthogonal frequency division multiplexing (OFDM) Orthogonal frequency division multiplexing (OFDM) OFDM was introduced in 1950 but was only completed in 1960 s Originally grew from Multi-Carrier Modulation used in High Frequency military radio. Patent

More information

Venkatesan.S 1, Hariharan.J 2. Abstract

Venkatesan.S 1, Hariharan.J 2. Abstract International Journal of Scientific & Engineering Research, Volume 5, Issue 5, MAY-2014 397 Design and implementation of FFT algorithm for MB-OFDM with parallel architecture Venkatesan.S 1, Hariharan.J

More information

Design and Performance Analysis of a Reconfigurable Fir Filter

Design and Performance Analysis of a Reconfigurable Fir Filter Design and Performance Analysis of a Reconfigurable Fir Filter S.karthick Department of ECE Bannari Amman Institute of Technology Sathyamangalam INDIA Dr.s.valarmathy Department of ECE Bannari Amman Institute

More information

IJMIE Volume 2, Issue 4 ISSN:

IJMIE Volume 2, Issue 4 ISSN: Reducing PAPR using PTS Technique having standard array in OFDM Deepak Verma* Vijay Kumar Anand* Ashok Kumar* Abstract: Orthogonal frequency division multiplexing is an attractive technique for modern

More information

Design of an Optimized FBMC Transmitter by using Clock Gating Technique based QAM for Low Area, Power and High Speed Applications

Design of an Optimized FBMC Transmitter by using Clock Gating Technique based QAM for Low Area, Power and High Speed Applications International Journal of Applied Engineering Research ISSN 0973-4562 Volume 3, Number 6 (20) pp. 3767-377 Design of an Optimized FBMC by using Clock Gating Technique based for Low Area, Power and High

More information

An Optimized Wallace Tree Multiplier using Parallel Prefix Han-Carlson Adder for DSP Processors

An Optimized Wallace Tree Multiplier using Parallel Prefix Han-Carlson Adder for DSP Processors An Optimized Wallace Tree Multiplier using Parallel Prefix Han-Carlson Adder for DSP Processors T.N.Priyatharshne Prof. L. Raja, M.E, (Ph.D) A. Vinodhini ME VLSI DESIGN Professor, ECE DEPT ME VLSI DESIGN

More information

Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s

Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s Implementation of an IFFT for an Optical OFDM Transmitter with 12.1 Gbit/s Michael Bernhard, Joachim Speidel Universität Stuttgart, Institut für achrichtenübertragung, 7569 Stuttgart E-Mail: bernhard@inue.uni-stuttgart.de

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION High data-rate is desirable in many recent wireless multimedia applications [1]. Traditional single carrier modulation techniques can achieve only limited data rates due to the restrictions

More information

WestminsterResearch http://www.westminster.ac.uk/westminsterresearch Efficient Digital Signal Processing Techniques and Architectures for On-Board Processors Coskun, A., Kale, I., Morling, R.C.S., Hughes,

More information

Implementation of OFDM System Using FFT and IFFT

Implementation of OFDM System Using FFT and IFFT Implementation of OFDM System Using FFT and IFFT Ajay Kumar Mukiri PG Scholar, Dept of Electronics and Communication Engineering, Rao & Naidu Engineering College, AP, India. Siddavarapu Anil Kumar Assistant

More information

A Partially Operated FFT/IFFT Processor for Low Complexity OFDM Modulation and Demodulation of WiBro In-car Entertainment System

A Partially Operated FFT/IFFT Processor for Low Complexity OFDM Modulation and Demodulation of WiBro In-car Entertainment System D.-S. Kim et al.: A Partially Operated FFT/IFFT Processor for Low Complexity OFDM Modulation and Demodulation of WiBro In-car Entertainment System A Partially Operated FFT/IFFT Processor for Low Complexity

More information

Data Word Length Reduction for Low-Power DSP Software

Data Word Length Reduction for Low-Power DSP Software EE382C: LITERATURE SURVEY, APRIL 2, 2004 1 Data Word Length Reduction for Low-Power DSP Software Kyungtae Han Abstract The increasing demand for portable computing accelerates the study of minimizing power

More information

Vector Arithmetic Logic Unit Amit Kumar Dutta JIS College of Engineering, Kalyani, WB, India

Vector Arithmetic Logic Unit Amit Kumar Dutta JIS College of Engineering, Kalyani, WB, India Vol. 2 Issue 2, December -23, pp: (75-8), Available online at: www.erpublications.com Vector Arithmetic Logic Unit Amit Kumar Dutta JIS College of Engineering, Kalyani, WB, India Abstract: Real time operation

More information

Area Efficient and Low Power Reconfiurable Fir Filter

Area Efficient and Low Power Reconfiurable Fir Filter 50 Area Efficient and Low Power Reconfiurable Fir Filter A. UMASANKAR N.VASUDEVAN N.Kirubanandasarathy Research scholar St.peter s university, ECE, Chennai- 600054, INDIA Dean (Engineering and Technology),

More information

PERFORMANCE ANALYSIS OF PARTIAL RANSMIT SEQUENCE USING FOR PAPR REDUCTION IN OFDM SYSTEMS

PERFORMANCE ANALYSIS OF PARTIAL RANSMIT SEQUENCE USING FOR PAPR REDUCTION IN OFDM SYSTEMS PERFORMANCE ANALYSIS OF PARTIAL RANSMIT SEQUENCE USING FOR PAPR REDUCTION IN OFDM SYSTEMS *A.Subaitha Jannath, **C.Amarsingh Feroz *PG Scholar, Department of Electronics and Communication Engineering,

More information

Comparison of ML and SC for ICI reduction in OFDM system

Comparison of ML and SC for ICI reduction in OFDM system Comparison of and for ICI reduction in OFDM system Mohammed hussein khaleel 1, neelesh agrawal 2 1 M.tech Student ECE department, Sam Higginbottom Institute of Agriculture, Technology and Science, Al-Mamon

More information

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR

DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR DESIGN, IMPLEMENTATION AND OPTIMISATION OF 4X4 MIMO-OFDM TRANSMITTER FOR COMMUNICATION SYSTEMS Abstract M. Chethan Kumar, *Sanket Dessai Department of Computer Engineering, M.S. Ramaiah School of Advanced

More information

S PG Course in Radio Communications. Orthogonal Frequency Division Multiplexing Yu, Chia-Hao. Yu, Chia-Hao 7.2.

S PG Course in Radio Communications. Orthogonal Frequency Division Multiplexing Yu, Chia-Hao. Yu, Chia-Hao 7.2. S-72.4210 PG Course in Radio Communications Orthogonal Frequency Division Multiplexing Yu, Chia-Hao chyu@cc.hut.fi 7.2.2006 Outline OFDM History OFDM Applications OFDM Principles Spectral shaping Synchronization

More information

BER ANALYSIS OF BPSK, QPSK & QAM BASED OFDM SYSTEM USING SIMULINK

BER ANALYSIS OF BPSK, QPSK & QAM BASED OFDM SYSTEM USING SIMULINK BER ANALYSIS OF BPSK, QPSK & QAM BASED OFDM SYSTEM USING SIMULINK Pratima Manhas 1, Dr M.K Soni 2 1 Research Scholar, FET, ECE, 2 ED& Dean, FET, Manav Rachna International University, Fbd (India) ABSTRACT

More information

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth

Presentation Outline. Advisors: Dr. In Soo Ahn Dr. Thomas L. Stewart. Team Members: Luke Vercimak Karl Weyeneth Bradley University Department of Electrical and Computer Engineering Senior Capstone Project Proposal December 6 th, 2005 Team Members: Luke Vercimak Karl Weyeneth Advisors: Dr. In Soo Ahn Dr. Thomas L.

More information

Modified Booth Encoding Multiplier for both Signed and Unsigned Radix Based Multi-Modulus Multiplier

Modified Booth Encoding Multiplier for both Signed and Unsigned Radix Based Multi-Modulus Multiplier Modified Booth Encoding Multiplier for both Signed and Unsigned Radix Based Multi-Modulus Multiplier M.Shiva Krushna M.Tech, VLSI Design, Holy Mary Institute of Technology And Science, Hyderabad, T.S,

More information

MULTIRATE IIR LINEAR DIGITAL FILTER DESIGN FOR POWER SYSTEM SUBSTATION

MULTIRATE IIR LINEAR DIGITAL FILTER DESIGN FOR POWER SYSTEM SUBSTATION MULTIRATE IIR LINEAR DIGITAL FILTER DESIGN FOR POWER SYSTEM SUBSTATION Riyaz Khan 1, Mohammed Zakir Hussain 2 1 Department of Electronics and Communication Engineering, AHTCE, Hyderabad (India) 2 Department

More information

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Digital Computer Arithmetic ECE 666

UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering. Digital Computer Arithmetic ECE 666 UNIVERSITY OF MASSACHUSETTS Dept. of Electrical & Computer Engineering Digital Computer Arithmetic ECE 666 Part 6a High-Speed Multiplication - I Israel Koren ECE666/Koren Part.6a.1 Speeding Up Multiplication

More information

Low-Power and High Speed 128-Point Pipline FFT/IFFT Processor for OFDM Applications

Low-Power and High Speed 128-Point Pipline FFT/IFFT Processor for OFDM Applications IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 2, o 1, March 2012 ISS (Online): 1694-0814 www.ijcsi.org 513 Low-Power and High Speed 128-Point Pipline FFT/IFFT Processor for OFDM

More information

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK

OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK OFDM AS AN ACCESS TECHNIQUE FOR NEXT GENERATION NETWORK Akshita Abrol Department of Electronics & Communication, GCET, Jammu, J&K, India ABSTRACT With the rapid growth of digital wireless communication

More information

Code Acquisition in Direct Sequence Spread Spectrum Communication Systems Using an Approximate Fast Fourier Transform

Code Acquisition in Direct Sequence Spread Spectrum Communication Systems Using an Approximate Fast Fourier Transform 26 IEEE Ninth International Symposium on Spread Spectrum Techniques and Applications Code Acquisition in Direct Sequence Spread Spectrum Communication Systems Using an Approximate Fast Fourier Transform

More information

PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods

PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods PAPR Reduction techniques in OFDM System Using Clipping & Filtering and Selective Mapping Methods Okello Kenneth 1, Professor Usha Neelakanta 2 1 P.G. Student, Department of Electronics & Telecommunication

More information

Available online at ScienceDirect. The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013)

Available online at  ScienceDirect. The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 11 ( 2013 ) 680 688 The 4th International Conference on Electrical Engineering and Informatics (ICEEI 2013) Architecture Design

More information

Ultrasonic imaging has been an essential tool for

Ultrasonic imaging has been an essential tool for 1262 IEEE Transactions on Ultrasonics, Ferroelectrics, and Frequency Control, vol. 56, no. 6, June 2009 Correspondence Hardware-Efficient Realization of a Real-Time Ultrasonic Target Detection System Using

More information

Implementation of Orthogonal Frequency Division Multiplexing with FPGA

Implementation of Orthogonal Frequency Division Multiplexing with FPGA University of Arkansas, Fayetteville ScholarWorks@UARK Theses and Dissertations 5-2012 Implementation of Orthogonal Frequency Division Multiplexing with FPGA Qi Hao Yang University of Arkansas, Fayetteville

More information

Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model

Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model Performance Evaluation of Wireless Communication System Employing DWT-OFDM using Simulink Model M. Prem Anand 1 Rudrashish Roy 2 1 Assistant Professor 2 M.E Student 1,2 Department of Electronics & Communication

More information

VHDL Design of OFDM Transreceiver Chip using Variable FFT

VHDL Design of OFDM Transreceiver Chip using Variable FFT Journal of Selected Areas in Microelectronics (JSAM) Singaporean Journal of Scientific Research(SJSR) Vol5.No.2 2013 Pp. 47-58 available at:www.iaaet.org/sjsr Paper Received :05-09-2013 Paper Accepted:18-10-2013

More information

A Hardware Efficient FIR Filter for Wireless Sensor Networks

A Hardware Efficient FIR Filter for Wireless Sensor Networks International Journal of Innovative Research in Computer Science & Technology (IJIRCST) ISSN: 2347-5552, Volume-2, Issue-3, May 204 A Hardware Efficient FIR Filter for Wireless Sensor Networks Ch. A. Swamy,

More information

LOW-POWER FFT VIA REDUCED PRECISION

LOW-POWER FFT VIA REDUCED PRECISION LOW-POWER FFT VIA REDUCED PRECISION REDUNDANCY Srinivasa R. Sridhara and Naresh R. Shanbhag Coordinated Science LaboratoryECE Dcpartmcnt University of Illinois at Urbana-Champaign 1308 West Main Street,

More information

4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context

4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context 4x4 Time-Domain MIMO encoder with OFDM Scheme in WIMAX Context Mohamed.Messaoudi 1, Majdi.Benzarti 2, Salem.Hasnaoui 3 Al-Manar University, SYSCOM Laboratory / ENIT, Tunisia 1 messaoudi.jmohamed@gmail.com,

More information

A PIPELINE FFT PROCESSOR

A PIPELINE FFT PROCESSOR A PPELNE FFT PROCESSOR Weidong Li Electrical Engineering Dept. Linkoping University Lin koping SE-581 83 Sweden Lars Wanhammar Electrical Engineering Dept. Linkoping University Linkoping SE-581 83 Sweden

More information

Design A Redundant Binary Multiplier Using Dual Logic Level Technique

Design A Redundant Binary Multiplier Using Dual Logic Level Technique Design A Redundant Binary Multiplier Using Dual Logic Level Technique Sreenivasa Rao Assistant Professor, Department of ECE, Santhiram Engineering College, Nandyala, A.P. Jayanthi M.Tech Scholar in VLSI,

More information

Low BER performance using Index Modulation in MIMO OFDM

Low BER performance using Index Modulation in MIMO OFDM Low BER performance using Modulation in MIMO OFDM Samuddeta D H 1, V.R.Udupi 2 1MTech Student DCN, KLS Gogte Institute of Technology, Belgaum, India. 2Professor, Dept. of E&CE, KLS Gogte Institute of Technology,

More information

Design and Implementation of Reconfigurable FIR Filter

Design and Implementation of Reconfigurable FIR Filter Design and Implementation of Reconfigurable FIR Filter using VHBCSE Algorithm Nune Anusha 1 B. Vasu Naik 2 anushanune44@gmail.com 1 vasu523@gmail.com 2 1 PG Scholar, Dept of ECE, Ganapathy Engineering

More information

Trade-Offs in Multiplier Block Algorithms for Low Power Digit-Serial FIR Filters

Trade-Offs in Multiplier Block Algorithms for Low Power Digit-Serial FIR Filters Proceedings of the th WSEAS International Conference on CIRCUITS, Vouliagmeni, Athens, Greece, July -, (pp3-39) Trade-Offs in Multiplier Block Algorithms for Low Power Digit-Serial FIR Filters KENNY JOHANSSON,

More information