International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN INTERNATIONAL JOURNAL OF ELECTRONICS AND

Size: px
Start display at page:

Download "International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN INTERNATIONAL JOURNAL OF ELECTRONICS AND"

Transcription

1 INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN (Print) ISSN (Online) Volume 3, Issue 3, October- December (2012), pp IAEME: Journal Impact Factor (2012): (Calculated by GISI) IJECET I A E M E AN EFFICIENT RADIX-2 2 FFT FOR FIXED & MOBILE WIMAX COMMUNICATION SYSTEMS Kamatham Harikrishna 1 and T. Rama Rao 2 1 (Dept. of Computer Science & Engg., Narayana Engineering College, Nellore, , India kamathamhk@yahoo.com) 2 (Dept. of Telecommunication Engg., SRM University, Kattankulattur, Chennai, India ramaraot@outlook.com) ABSTRACT The objective of our work is proposing a new Radix-2 2 Algorithm and its utilization in OFDM based communication system. The modified OFDM communication system has been implemented and the Fixed WiMAX and Mobile WiMAX systems are redesigned for better results. The design has been done in Agilent s Advanced Design System (ADS) software. Our proposed work is implemented with Verilog Hardware Description Language (VERILOG). The code is synthesized and targeted into Xilinx Spartan3 Field Programmable Gate Array (FPGA). This FFT module is used in OFDM communication system to improve its performance. The improved OFDM modules are then implemented in fixed and mobile WiMAX communication systems which utilize OFDMA technique for their communication. The advantages, performance, and timing of the communication modules after implementation of the proposed technique are then discussed towards the end, giving a scope for the manufacturing of efficient WiMAX communication modules. A comparison is also made for the implementation of the fixed and mobile WiMAX, with the proposed architecture and that of the Radix -4 architecture. The comparison clearly indicates that the WiMAX with the proposed architecture is efficient than the other implementations of its kind. KEYWORDS: FFT, FPGA, Fixed WiMAX, OFDM, OFDMA, Mobile WiMAX, Radix 2 2 I. INTRODUCTION WiMAX which stands for Worldwide Interoperability for Microwave Access is bringing the wireless and Internet revolutions to portable devices across the globe. Just as broadcast television in the 1940 s and 1950 s changed the world of entertainment, advertising, and our social fabric, WiMAX is poised to broadcast the Internet throughout the world, and the changes in our lives will be dramatic. WiMAX is providing the 265

2 capabilities of the Internet, without any wires, to every living room, portable computer, phone, and handheld device. The WiMAX modules utilize the OFDMA scheme in their physical layer of communication [1]. OFDM exploits the frequency diversity of the multipath mobile broadband channel by coding and interleaving the information across the subcarriers prior to transmission. After organizing the time and frequency resources in an OFDMA system into resource blocks for allocation to the individual mobile stations, the coded and interleaved information bits of a specific mobile station are modulated onto the subcarriers of its resource blocks [2]. Then OFDM modulation is cost effectively realized by the Inverse Fast Fourier Transform (IFFT) that enables the use of a large number of subcarriers up to 1024 according to the Mobile WiMAX system profiles to be accommodated within each OFDMA symbol [3]. Prior to transmission, each OFDMA symbol is extended by its cyclic prefix followed by digital-to-analog (D/A) conversion at the transmitter. At the receiver end, after analog-to-digital (A/D) conversion, the cyclic prefix is discarded and OFDM demodulation is applied through the FFT [4]. The FFT algorithm eliminates the redundant calculation which is needed in computing discrete Fourier transform (DFT) and is thus very suitable for efficient hardware implementation [5]. A high level implementation of a high performance FFT for OFDM modulator and demodulator is presented in this work. The design has been coded in Verilog and targeted into Xilinx Spartan3 field programmable gate arrays. Radix-2 2 algorithm [6] is proposed and used for the OFDM communication system. The design of the FFT is implemented and applied to fixed WiMAX IEEE d and mobile WiMAX IEEE e communication standards. The results are tabulated and the hardware parameters are compared. The improved OFDM modules is implemented in fixed and mobile WiMAX communication systems which utilize OFDMA technique for their communication, with advantages in terms of performance, and timing of the communication modules [7]. II. RADIX 2 2 DECIMATION IN FREQUENCY FFT ALGORITHM A useful state-of-the-art review of hardware architectures for FFTs was given by He et al. [8] and different approaches were put into functional blocks with unified terminology. From the definition of DFT of size N [9]: X ( k) N = 1 n= 0 nk x( n) WN,0 k < N (1) Where W N denotes the primitive Nth root of unity, with its exponent evaluated modulo N, x (n) is the input sequence and X (k) is the DFT. He [8] applied a 3-dimensional linear index map, N N n = n1 + n2 + n3 2 4 N k = k1 + 2 k2 + 4k3 (2) N And Common factor algorithm (CFA) to derive a set of 4 DFTs of length N/4 as, 266

3 X( k N ] n = 0 n3 ( k1 + 2k2 ) n3k 3 + 2k + 4k ) = [ H( k, k, n ) W N W (3) 3 N 4 where n 1,n 2,n 3 are the index terms of the input sample n and k 1,k 2,k 3 are the index terms of the output sample k and where H(k 1,k 2,k 3 ) is expressed in eqn (4). k N 1 H ( k1, k2, n3) = x( n3) + ( 1) x n3 + + j) 2 x n N + + ( 1) 4 3 x n + 4 ( k1+ 2k2 ) k N 1 ( 3 3. (4) Eqn (4) represents the first two stages of butterflies with only trivial multiplications in the SFG, as BFI and BFII. Full multipliers are required after the two butterflies in order to n3 ( 1 2k2 ) compute the product of the decomposed twiddle factor W k + N in eqn (3). Note the order of the twiddle factors is different from that of radix-4 algorithm [10]. Applying this CFA procedure recursively to the remaining DFTs of length N/4 in eqn (3), the complete radix-2 2 Decimation-in-frequency (DIF FFT) algorithm is obtained. The corresponding FFT flow graph for N=16 is shown in Fig. 1 where small diamonds represent / 4 trivial multiplication by W N N = j, which involves only real-imaginary swapping and sign inversion [11]. Figure 1. Radix-2 2 DIF FFT flow graph for N=16 III. IMPLEMENTATION OF PROPOSED FFT IN OFDM The fundamental principle of the OFDM system is to decompose the high rate data stream (bandwidth=w) into N lower rate data streams and then to transmit them simultaneously over a large number of subcarriers [12]. The IFFT and the FFT are used for modulating and demodulating the data constellations on the orthogonal subcarriers respectively [13]. In an OFDM system, the transmitter and receiver blocks contain FFT modules as shown in Fig. 2 (a) and (b). The FFT processor must finish the transform within ns to serve the purpose in the OFDM system. 267

4 Figure 2. OFDM Module: (a) OFDM Transmitter and (b) OFDM receiver. Orthogonal Frequency-Division Multiple Access (OFDMA) is a multi- user version o f t h e p o p u l a r O r t h o g o n a l f r e q u e n c y -division m u l t i p l e x i n g (OFDM) digital modulation scheme. Multiple accesses is achieved in OFDMA by assigning subsets of subcarriers to individual users as shown in Fig. 3. This allows simultaneous low data rate transmission from several users [14]. Figure 3. ODMA Subcarriers Pattern The power consumption is measured by the number of times of data transition. The data transition times are proportional to the SRAM access times [15]. Here we assume that the adders and multipliers are active at each clock cycle because of the pipelining architecture. The more the SRAM access times are, the higher the power consumption is. 268

5 Fig. 4 shows the SRAM access times versus N points FFT. The SRAM access times are linear to the number of the recursive iterations in FFT as described in e q ua ti on (5).The SRAM is accessed twice each clock cycle, so equation (5) is multiplied by 2. It shows that the proposed design has less memory access than the radix-4 FFT by 20% to 40%. Therefore, the proposed architecture consumes much lower power. SRAM access times=n (iteration times)*2 (5) SRAM access times Figure 4. SRAM access times v.s. N Points FFT. With fixed clock frequency, the processing OFDM symbol rate decreases as the FFT point N increases [16]. IV. DESIGN IN AGILENT S ADVANCED DESIGN SYSTEM After years of development and uncertainty, a standards-based interoperable solution is emerging for wireless broadband. A broad industry consortium, the Worldwide Interoperability for Microwave Access (WiMAX) Forum has begun certifying broadband wireless products for interoperability and compliance with a standard. WiMAX is based on wireless metropolitan area networking (WMAN) standards developed by the IEEE group and adopted by both IEEE and the ETSI HIPERMAN group [17]. The IEEE group subsequently produced a, an amendment to the standard, to include NLOS applications in the 2GHz 11GHz band, using an orthogonal frequency division multiplexing (OFDM)-based physical layer. Additions to the MAC layer, such as support for orthogonal frequency division multiple access (OFDMA), were also included. Further revisions resulted in a new standard in 2004, called IEEE , which replaced all prior versions and formed the basis for the first WiMAX solution. These early WiMAX solutions based on IEEE targeted fixed applications, and we will refer to these as fixed WiMAX. In December 2005, the IEEE group completed and approved IFEEE e-2005, an amendment to the IEEE standard that added mobility support. The IEEE e-2005forms the basis for the WiMAX solution for nomadic and mobile applications and is often referred to as mobile WiMAX [18]. 269

6 IV.1. DESIGN OF WIMAX D TX USING ADS The proposed OFDM based Fixed WiMAX communication system is designed in Agilent s Advanced Design System [19]. Fully-coded signal generation Test_WMAN_CodedSignals shows how to build OFDM frame structure for the WMAN frequency division duplex downlink (FDD DL) system in ADS as shown in Fig. 5. Main components in the subsystem level include long preamble generation, frame control header (FCH) and FDD DL data generation, OFDM modulation, multiplexing, RF modulation, and measurements. Signals are fully coded by RS-CC encode based on the 16d standard. Test_WMAN_CodedSignals is for testing fully coded WMAN d transmission systems. This signal source is designed according to the specification of IEEE Standard d 2003 version D2. The test signal generated by using WMAN d coded Signal Source sends to a device under test (DUT). The output signal from DUT will be measured. The measurements provided include: 1) RF Signal Spectrum 2) Power and Complementary Cumulative Distribution Function (CCDF) To understand WMAN FDD DL signal generation, basic components for constructing sub-systems will be described, then sub-system components such as preamble generation, FCH channel, data generation, OFDM modulation, multiplexing, and measurements for WMAN systems will be described. 1) Data Modulation: After bit interleaving, data bits in both FCH and DL data channels are entered serially to the constellation mapper. Gray-mapping is needed for data modulation and the constellations are specified in Section in d. In the WMAN examples, Mapper (Numeric Advanced Comm library) provides Gray-mapped QPSK, 16QAM and 64QAM modulations. 2) Pilot Modulation: Pilot subcarriers are inserted into each data burst in order to constitute the symbol and these are modulated according to their carrier location within the OFDM symbol. A PRBS generator will be used to produce a sequence. The polynomial for the PRBS generator is X 11 + X The pilot modulation value for OFDM symbol k is derived from w k. On the downlink, index k represents the symbol index relative to the beginning of the downlink subframe; on the uplink, index k represents the symbol index relative to the beginning of the burst. 3) Signal Sources: IEEE d FDD DL signal sources are provided in the example workspace. Based on the 16d Standard, a WMAN 16d downlink PHY PDU is defined (see OFDM Frame Structure with FDD DL) that starts with a long preamble for PHY synchronization. The preamble is followed by a frame control header (FCH) burst. The FCH burst is one OFDM symbol long and is transmitted using QPSK rate 1/2 with the mandatory coding scheme. The FCH is followed by one or multiple downlink bursts, each transmitted with different burst profiles. Each downlink burst consists of an integer number of OFDM symbols, and its burst profiles are specified by a 4-bit DIUC in the DL-MAP. DIUC encoding is defined in the DCD messages. 270

7 Figure 5. Design of Fixed Wimax d 4) Preambles: All preambles are structured as either one of two OFDM symbols as specified in IEEE d. The first preamble in the downlink PHY PDU (as well as the initial ranging preamble) consists of two consecutive OFDM symbols (the combination of the two OFDM symbols is referred to as the long preamble). The first OFDM symbol uses only subcarriers indices that are a multiple of 4. As a result, the time domain waveform of the first symbol consists of 4 repetitions of 64-sample fragment, preceded by a cyclic prefix (CP). The second OFDM symbol uses only even subcarriers, resulting in a time domain structure with 2 repetitions of a 128-sample fragment, preceded by a CP. The time domain structure is illustrated below. Long Preamble Generation shows generation of the long preamble for a WMAN FDD downlink transmitter. 5) OFDM Modulation: The WMAN physical layer is based on OFDM modulation. An OFDM symbol is made up of subcarriers, the number of which determines the FFT size as illustrated in OFDM Symbol. WMAN subcarriers types include: Data subcarriers for data transmission. Pilot subcarriers for various estimation purposes. Null subcarriers (no transmission at all) for guard band and DC subcarrier. The guard band (illustrated in OFDM Symbol Time Structure) enables the signal to naturally decay and create FFT brick wall shaping. 6) Measurements: Measurements are provided for waveforms, spectrum, power, and time. The Power CCDF measurement for Fixed WiMAX with Radix-4 FFT is shown in Fig. 6. The same measurement with the modified FFT is shown in Fig. 7. Timed Sink models are directly used to display waveforms for preamble, FCH, medium access control data, and whole framed signals. Signal power is measured in the region that does not include signal idle. Fig. 8 & 9 show the simulation timing for Fixed WiMAX with Radix-4 FFT and modified FFT respectively. 271

8 Figure 6. Power measurements for d Fixed WiMAX for N=256 Figure 7. Power measurements for d Fixed WiMAX with modified FFT for N=

9 Figure 8. Simulation Time for Fixed Wimax d design with Radix-4 FFT for N=256 Figure 9. Simulation Time for Fixed Wimax d design with propsed FFT for N=

10 IV.2. DESIGN OF WIMAX E TX USING ADS The proposed OFDM based Mobile WiMAX communication system is designed in Agilent s Advanced Design System [19]. WMAN_OFDMA_DL_FDD_Tx Waveform shows WMAN OFDMA FDD downlink measurement results with CCDF, waveform and spectrum. The schematic is shown below in Fig. 10. The Power CCDF measurement for Mobile WiMAX with Radix-4 FFT is shown in Fig. 11. The same measurement with the modified FFT is shown in Fig. 12. One complete downlink FDD RF source consists of two WMAN_M_DL_Src_FDD_RF. One WMAN_M_DL_Src_FDD_RF is assigned to the first DL subframe (DL1) by setting ActiveDLSubframe = DL1; the other is assigned to the second DL subframe (DL2) by setting ActiveDLSubframe = DL2. Figure 10. WMAN_OFDMA_DL_FDD_Tx Schematic Fig. 13 & 14 show the simulation timing for Mobile WiMAX with Radix-4 FFT and Modified FFT respectively. The following illustration shows the measurement results. 274

11 Figure 11. Power measurements for e Mobile WiMAX for N=256 Figure 12. Power measurements for e Mobile WiMAX with modified FFT for N=

12 Figure 13. Simulation Time for Fixed Wimax e design with Radix-4 FFT for N=256 Figure 14. Simulation Time for Fixed Wimax e design with proposed FFT for N=256 IV.3. COMPARISONS The FIXED WiMAX d and MOBILE WiMAX e were implemented in ADS for different values of N. The power measurements and the timing measurements are tabulated in the previous chapter for N=256. A random signal was applied to the design of FIXED WiMAX as well as MOBILE WiMAX design. Initially the design is implemented and synthesized with Radix-4 FFT, after that the design is modified with proposed FFT. The power measurements, as shown above in the previous section, also show a considerable decrease in the total power consumption of the system, which shows the system efficiency increases for the modified FFT. The timing measurements have shown a noticeable decrease which in turn will help in increasing the efficiency of the overall system in terms of time taken for processing a complete signal. 276

13 The spectrum measurements have also been shown in the previous section which does not show much difference. This indicates that the performance of the system in terms of other factors (except the power and timing) does not get affected by the modification done in the system. This clearly indicates that, with the modified OFDMA, the system increases its speed and decreases it power consumption, keeping the other constraints unvaried. Table 1 and Fig.15 below tabulate the timing measurements for both the conventional Radix-4 FFT, as well as the proposed FFT for Fixed WiMAX. Table 2 and Fig. 16 show the same for Mobile WiMAX. The graphs clearly indicate that the timing measurement almost double for higher values of N. Table 1. Design Timing Comparison For Fixed Wimax N=256 N=512 N=1024 N=2048 Radix-4 FFT Proposed FFT Figure 15. Fixed WiMAX ADS Design Synthesis Timing Comparisons (in Secs) Table 2. Design Timing Comparison for Mobile Wimax N=256 N=512 N=1024 N=2048 Radix-4 FFT Proposed FFT Figure 16. Mobile WiMAX ADS Design Synthesis Timing Comparisons (in Secs) 277

14 V. CONCLUSION Both Fixed and Mobile WiMAX communication systems have been designed using the proposed FFT in Agilent s Advanced Design Systems software. The accurate power and timing measurements have been made for various values of N. The results have been tabulated and compared for the same design using Radix-4 FFT and for proposed FFT. The observations clearly indicate that the communication system with proposed FFT is almost two times faster for higher values of N. Also, the there is a considerable change in the overall power consumption of the system. Since the system design in AGILENT s ADS is presented, the outcome of this thesis can be directly used for manufacturing the prototype. The outcome of this work has several potential applications in the field of communication systems. This efficient OFDM communication module, after its physical implementation, can be effectively utilized in the manufacturing of the Fixed and Mobile WiMAX communication systems as discussed in this work. Further, the implementation can also be extended to any other communication standards that use OFDM technique in the architecture. Apart from implementation into the OFDM communication module, the proposed Radix 2 2 algorithm can be implemented in other communication modules that utilize FFT, and increase their efficiency to a great extent. REFERENCES [1] Omri and Bouallegue, "New Transmission Scheme for MIMO-OFDM System", International Journal of Next-Generation Networks, Vol.3, No.1, pp , March [2] Kala Praveen Bagadi and Susmita Das, "MIMO-OFDM Channel Estimation using Pilot Carries", International Journal of Computer Applications,Vol. 2, No.3, pp.81-88, May [3] A.Rajeswari, "Fuzzy Based Adaptive Weighted Multiuser Interference Cancellation in OFDMA Systems, International Journal of Advanced Science and Technology, Vol. 26, pp.47-55, January [4] A. Falahati and M.R. Ardestani, "Adaptive Subcarrier Assignment and Power Distribution in Multiuser OFDM Systems with Proportional Data Rate Requirement", Iranian Journal of Electrical & Electronic Engineering, Vol. 4, No.2, pp.10-16, Jan [5] Miriam Bank, Michael Bank, Motti Haridim and Boris Hill, "OFDMA in High-speed Mobile Systems, Pilots and Simulation Problems, International Journal of Communications, Vol.1, No.4, pp , Dec, [6] Mian Sijjad Minallah, Gulistan Raja. Real Time FFT Processor Implementation. IEEE ICET nd International Conference on Emerging Technologies. Peshawar, Pakistan 13-14, Pages: , November [7] S Sukhsawas, K Benkrid. A High-level Implementation of a High Performance Pipeline FFT on Virtex-E FPGAs. Proceedings of the IEEE Comp. Society Annual Symp. on VLSI Emerging Trends in Systems Design (ISVLSI 04) /2004. pages , Lafayette, LA, February, [8] S. He and M. Torkelson. A new approach to pipeline FFT processor, 10 th Int. Parallel Processing Symp. (IPPS 96), Honolulu, Hawaii, USA, p , [9] M.Alard and R.Lassalle. Principles of modulation and channel coding for digital broadcasting for mobile receivers. EBU Review, (224):47 69, Aug [10] J. G. Proakis and D. K. Manolakis, Digital Signal Processing: Principles, Algorithms and Applications, 3rd edition, Englewood Cliffs, NJ: Prentice- Hall, Inc.,

15 [11] R. Storn. Radix-2 FFT-pipeline architecture with reduced noise-to-signal ratio. IEE Proc.-Vis. Image Signal Process., 141(2):81 86, Apr [12] J. Stott, The Effects of Phase Noise in COFDM, EBU Technical Review, Summer1998. [13] P. Shelswell The COFDM Modulation System, The Heart of Digital Audio Broadscasting, BBC Research and Development Report, BBC RD 1996/8. [14] U. S. Jha and R. Prasad, OFDM Towards Fixed and Mobile Broadband Wireless Access, London: Artech House Inc., [15] R. Prasad, OFDM for Wireless Communications Systems, London: Artech House Inc., [16] Hui Liu and Guoqing Li, OFDM Based Broadband Wireless Networks, published by John Wiley & Sons, Inc., Hoboken, New Jersey, [17] The WiMAX Forum. wimaxforum.org. [18] "IEEE Task Group d", [19] Advanced Design System (ADS), 279

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

Performance Analysis of WiMAX Physical Layer Model using Various Techniques

Performance Analysis of WiMAX Physical Layer Model using Various Techniques Volume-4, Issue-4, August-2014, ISSN No.: 2250-0758 International Journal of Engineering and Management Research Available at: www.ijemr.net Page Number: 316-320 Performance Analysis of WiMAX Physical

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

Introduction to WiMAX Dr. Piraporn Limpaphayom

Introduction to WiMAX Dr. Piraporn Limpaphayom Introduction to WiMAX Dr. Piraporn Limpaphayom 1 WiMAX : Broadband Wireless 2 1 Agenda Introduction to Broadband Wireless Overview of WiMAX and Application WiMAX: PHY layer Broadband Wireless Channel OFDM

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

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

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

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

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX

Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Bit Error Rate Performance Evaluation of Various Modulation Techniques with Forward Error Correction Coding of WiMAX Amr Shehab Amin 37-20200 Abdelrahman Taha 31-2796 Yahia Mobasher 28-11691 Mohamed Yasser

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

Chapter 3 Introduction to OFDM-Based Systems

Chapter 3 Introduction to OFDM-Based Systems Chapter 3 Introduction to OFDM-Based Systems 3.1 Eureka 147 DAB System he Eureka 147 DAB [5] system has the following features: it has sound quality comparable to that of CD, it can provide maximal coverage

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

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

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

Technical Aspects of LTE Part I: OFDM

Technical Aspects of LTE Part I: OFDM Technical Aspects of LTE Part I: OFDM By Mohammad Movahhedian, Ph.D., MIET, MIEEE m.movahhedian@mci.ir ITU regional workshop on Long-Term Evolution 9-11 Dec. 2013 Outline Motivation for LTE LTE Network

More information

Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK

Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK Performance Analysis of Concatenated RS-CC Codes for WiMax System using QPSK Department of Electronics Technology, GND University Amritsar, Punjab, India Abstract-In this paper we present a practical RS-CC

More information

Anju 1, Amit Ahlawat 2

Anju 1, Amit Ahlawat 2 Implementation of OFDM based Transreciever for IEEE 802.11A on FPGA Anju 1, Amit Ahlawat 2 1 Hindu College of Engineering, Sonepat 2 Shri Baba Mastnath Engineering College Rohtak Abstract This paper focus

More information

Basic idea: divide spectrum into several 528 MHz bands.

Basic idea: divide spectrum into several 528 MHz bands. IEEE 802.15.3a Wireless Information Transmission System Lab. Institute of Communications Engineering g National Sun Yat-sen University Overview of Multi-band OFDM Basic idea: divide spectrum into several

More information

Performance analysis of MISO-OFDM & MIMO-OFDM Systems

Performance analysis of MISO-OFDM & MIMO-OFDM Systems Performance analysis of MISO-OFDM & MIMO-OFDM Systems Kavitha K V N #1, Abhishek Jaiswal *2, Sibaram Khara #3 1-2 School of Electronics Engineering, VIT University Vellore, Tamil Nadu, India 3 Galgotias

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

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

PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC)

PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC) Progress In Electromagnetics Research C, Vol. 5, 125 133, 2008 PERFORMANCE EVALUATION OF WIMAX SYSTEM USING CONVOLUTIONAL PRODUCT CODE (CPC) A. Ebian, M. Shokair, and K. H. Awadalla Faculty of Electronic

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

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 Polling Based Approach For Delay Analysis of WiMAX/IEEE Systems

A Polling Based Approach For Delay Analysis of WiMAX/IEEE Systems A Polling Based Approach For Delay Analysis of WiMAX/IEEE 802.16 Systems Archana B T 1, Bindu V 2 1 M Tech Signal Processing, Department of Electronics and Communication, Sree Chitra Thirunal College of

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

Performance Evaluation of IEEE STD d Transceiver

Performance Evaluation of IEEE STD d Transceiver IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 6, Issue 2 (May. - Jun. 2013), PP 21-26 Performance Evaluation of IEEE STD 802.16d Transceiver

More information

Available online at ScienceDirect. Procedia Technology 17 (2014 )

Available online at   ScienceDirect. Procedia Technology 17 (2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia Technology 17 (2014 ) 107 113 Conference on Electronics, Telecommunications and Computers CETC 2013 Design of a Power Line Communications

More information

Chapter 5: WMAN - IEEE / WiMax. 5.1 Introduction and Overview 5.2 Deployment 5.3 PHY layer 5.4 MAC layer 5.5 Network Entry 5.

Chapter 5: WMAN - IEEE / WiMax. 5.1 Introduction and Overview 5.2 Deployment 5.3 PHY layer 5.4 MAC layer 5.5 Network Entry 5. Chapter 5: WMAN - IEEE 802.16 / WiMax 5.1 Introduction and Overview 5.2 Deployment 5.3 PHY layer 5.4 MAC layer 5.5 Network Entry 5.6 Mobile WiMAX 5.1 Introduction and Overview IEEE 802.16 and WiMAX IEEE

More information

A physical layer simulator for WiMAX Marius Oltean 1, Maria Kovaci 1, Jamal Mountassir 2, Alexandru Isar 1, Petru Lazăr 2

A physical layer simulator for WiMAX Marius Oltean 1, Maria Kovaci 1, Jamal Mountassir 2, Alexandru Isar 1, Petru Lazăr 2 A physical layer simulator for WiMAX Marius Oltean 1, Maria Kovaci 1, Jamal Mountassir 2, Alexandru Isar 1, Petru Lazăr 2 Abstract A physical layer simulator for the WiMAX technology is presented in this

More information

UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM

UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM UNIFIED DIGITAL AUDIO AND DIGITAL VIDEO BROADCASTING SYSTEM USING ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING (OFDM) SYSTEM 1 Drakshayini M N, 2 Dr. Arun Vikas Singh 1 drakshayini@tjohngroup.com, 2 arunsingh@tjohngroup.com

More information

Improving the Data Rate of OFDM System in Rayleigh Fading Channel Using Spatial Multiplexing with Different Modulation Techniques

Improving the Data Rate of OFDM System in Rayleigh Fading Channel Using Spatial Multiplexing with Different Modulation Techniques 2009 International Symposium on Computing, Communication, and Control (ISCCC 2009) Proc.of CSIT vol.1 (2011) (2011) IACSIT Press, Singapore Improving the Data Rate of OFDM System in Rayleigh Fading Channel

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

Performance Enhancement of WiMAX System using Adaptive Equalizer

Performance Enhancement of WiMAX System using Adaptive Equalizer Performance Enhancement of WiMAX System using Adaptive Equalizer 1 Anita Garhwal, 2 Partha Pratim Bhattacharya 1,2 Department of Electronics and Communication Engineering, Faculty of Engineering and Technology

More information

Analysis of WiMAX Physical Layer Using Spatial Multiplexing

Analysis of WiMAX Physical Layer Using Spatial Multiplexing Analysis of WiMAX Physical Layer Using Spatial Multiplexing Pavani Sanghoi #1, Lavish Kansal *2, #1 Student, Department of Electronics and Communication Engineering, Lovely Professional University, Punjab,

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

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE

Page 1. Overview : Wireless Networks Lecture 9: OFDM, WiMAX, LTE Overview 18-759: Wireless Networks Lecture 9: OFDM, WiMAX, LTE Dina Papagiannaki & Peter Steenkiste Departments of Computer Science and Electrical and Computer Engineering Spring Semester 2009 http://www.cs.cmu.edu/~prs/wireless09/

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

[Gupta, 3(3): March, 2014] ISSN: Impact Factor: 1.852

[Gupta, 3(3): March, 2014] ISSN: Impact Factor: 1.852 [Gupta, 3(3): March, 204] ISSN: 2277-9655 Impact Factor:.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Peak to Average Power Reduction using Radix-2 Decimation in Frequency

More information

Hardware Implementation of OFDM Transceiver. Authors Birangal U. M 1, Askhedkar A. R 2 1,2 MITCOE, Pune, India

Hardware Implementation of OFDM Transceiver. Authors Birangal U. M 1, Askhedkar A. R 2 1,2 MITCOE, Pune, India ABSTRACT International Journal Of Scientific Research And Education Volume 3 Issue 9 Pages-4564-4569 October-2015 ISSN (e): 2321-7545 Website: http://ijsae.in DOI: http://dx.doi.org/10.18535/ijsre/v3i10.09

More information

Performance Evaluation of IEEE e (Mobile WiMAX) in OFDM Physical Layer

Performance Evaluation of IEEE e (Mobile WiMAX) in OFDM Physical Layer Performance Evaluation of IEEE 802.16e (Mobile WiMAX) in OFDM Physical Layer BY Prof. Sunil.N. Katkar, Prof. Ashwini S. Katkar,Prof. Dattatray S. Bade ( VidyaVardhini s College Of Engineering And Technology,

More information

BER Analysis for MC-CDMA

BER Analysis for MC-CDMA BER Analysis for MC-CDMA Nisha Yadav 1, Vikash Yadav 2 1,2 Institute of Technology and Sciences (Bhiwani), Haryana, India Abstract: As demand for higher data rates is continuously rising, there is always

More information

PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM

PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM PERFORMANCE ANALYSIS OF DOWNLINK MIMO IN 2X2 MOBILE WIMAX SYSTEM N.Prabakaran Research scholar, Department of ETCE, Sathyabama University, Rajiv Gandhi Road, Chennai, Tamilnadu 600119, India prabakar_kn@yahoo.co.in

More information

802.11a Hardware Implementation of an a Transmitter

802.11a Hardware Implementation of an a Transmitter 802a Hardware Implementation of an 802a Transmitter IEEE Standard for wireless communication Frequency of Operation: 5Ghz band Modulation: Orthogonal Frequency Division Multiplexing Elizabeth Basha, Steve

More information

Fading & OFDM Implementation Details EECS 562

Fading & OFDM Implementation Details EECS 562 Fading & OFDM Implementation Details EECS 562 1 Discrete Mulitpath Channel P ~ 2 a ( t) 2 ak ~ ( t ) P a~ ( 1 1 t ) Channel Input (Impulse) Channel Output (Impulse response) a~ 1( t) a ~2 ( t ) R a~ a~

More information

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM

A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM A GENERAL SYSTEM DESIGN & IMPLEMENTATION OF SOFTWARE DEFINED RADIO SYSTEM 1 J. H.VARDE, 2 N.B.GOHIL, 3 J.H.SHAH 1 Electronics & Communication Department, Gujarat Technological University, Ahmadabad, India

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

ENHANCING BER PERFORMANCE FOR OFDM

ENHANCING BER PERFORMANCE FOR OFDM RESEARCH ARTICLE OPEN ACCESS ENHANCING BER PERFORMANCE FOR OFDM Amol G. Bakane, Prof. Shraddha Mohod Electronics Engineering (Communication), TGPCET Nagpur Electronics & Telecommunication Engineering,TGPCET

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

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels

Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Performance Evaluation of OFDM System with Rayleigh, Rician and AWGN Channels Abstract A Orthogonal Frequency Division Multiplexing (OFDM) scheme offers high spectral efficiency and better resistance to

More information

Local Oscillators Phase Noise Cancellation Methods

Local Oscillators Phase Noise Cancellation Methods IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834, p- ISSN: 2278-8735. Volume 5, Issue 1 (Jan. - Feb. 2013), PP 19-24 Local Oscillators Phase Noise Cancellation Methods

More information

Analysis of Interference & BER with Simulation Concept for MC-CDMA

Analysis of Interference & BER with Simulation Concept for MC-CDMA IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. IV (Jul - Aug. 2014), PP 46-51 Analysis of Interference & BER with Simulation

More information

ENHANCED BANDWIDTH EFFICIENCY IN WIRELESS OFDMA SYSTEMS THROUGH ADAPTIVE SLOT ALLOCATION ALGORITHM

ENHANCED BANDWIDTH EFFICIENCY IN WIRELESS OFDMA SYSTEMS THROUGH ADAPTIVE SLOT ALLOCATION ALGORITHM ENHANCED BANDWIDTH EFFICIENCY IN WIRELESS OFDMA SYSTEMS THROUGH ADAPTIVE SLOT ALLOCATION ALGORITHM K.V. N. Kavitha 1, Siripurapu Venkatesh Babu 1 and N. Senthil Nathan 2 1 School of Electronics Engineering,

More information

Partial Reconfigurable Implementation of IEEE802.11g OFDM

Partial Reconfigurable Implementation of IEEE802.11g OFDM Indian Journal of Science and Technology, Vol 7(4S), 63 70, April 2014 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Partial Reconfigurable Implementation of IEEE802.11g OFDM S. Sivanantham 1*, R.

More information

Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement

Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement Channel Estimation by 2D-Enhanced DFT Interpolation Supporting High-speed Movement Channel Estimation DFT Interpolation Special Articles on Multi-dimensional MIMO Transmission Technology The Challenge

More information

A Research Concept on Bit Rate Detection using Carrier offset through Analysis of MC-CDMA SYSTEM

A Research Concept on Bit Rate Detection using Carrier offset through Analysis of MC-CDMA SYSTEM Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

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

ECS455: Chapter 6 Applications

ECS455: Chapter 6 Applications ECS455: Chapter 6 Applications 6.2 WiMAX 1 Dr.Prapun Suksompong prapun.com/ecs455 Office Hours: BKD 3601-7 Wednesday 15:30-16:30 Friday 9:30-10:30 Advanced Mobile Wirless Systems (IEEE) (Ultra Mobile Broadband)

More information

Design and Simulation of COFDM for High Speed Wireless Communication and Performance Analysis

Design and Simulation of COFDM for High Speed Wireless Communication and Performance Analysis Design and Simulation of COFDM for High Speed Wireless Communication and Performance Analysis Arun Agarwal ITER College, Siksha O Anusandhan University Department of Electronics and Communication Engineering

More information

Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access

Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access NTT DoCoMo Technical Journal Vol. 8 No.1 Field Experiments of 2.5 Gbit/s High-Speed Packet Transmission Using MIMO OFDM Broadband Packet Radio Access Kenichi Higuchi and Hidekazu Taoka A maximum throughput

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

Frame Synchronization Symbols for an OFDM System

Frame Synchronization Symbols for an OFDM System Frame Synchronization Symbols for an OFDM System Ali A. Eyadeh Communication Eng. Dept. Hijjawi Faculty for Eng. Technology Yarmouk University, Irbid JORDAN aeyadeh@yu.edu.jo Abstract- In this paper, the

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

Performance Comparison of Channel Estimation Technique using Power Delay Profile for MIMO OFDM

Performance Comparison of Channel Estimation Technique using Power Delay Profile for MIMO OFDM Performance Comparison of Channel Estimation Technique using Power Delay Profile for MIMO OFDM 1 Shamili Ch, 2 Subba Rao.P 1 PG Student, SRKR Engineering College, Bhimavaram, INDIA 2 Professor, SRKR Engineering

More information

OFDM Systems For Different Modulation Technique

OFDM Systems For Different Modulation Technique Computing For Nation Development, February 08 09, 2008 Bharati Vidyapeeth s Institute of Computer Applications and Management, New Delhi OFDM Systems For Different Modulation Technique Mrs. Pranita N.

More information

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS

SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS SPARSE CHANNEL ESTIMATION BY PILOT ALLOCATION IN MIMO-OFDM SYSTEMS Puneetha R 1, Dr.S.Akhila 2 1 M. Tech in Digital Communication B M S College Of Engineering Karnataka, India 2 Professor Department of

More information

Low Power Efficient MIMO-OFDM Design for n WLAN System

Low Power Efficient MIMO-OFDM Design for n WLAN System Low Power Efficient MIMO-OFDM Design for 802.11n WLAN System L.P. Thakare Research Scholar, Department of Electronics Engineering, G.H.Raisoni College of Engineering, Nagpur Dr.Amol.Y.Deshmukh Professor,

More information

Performance Analysis of LTE System in term of SC-FDMA & OFDMA Monika Sehrawat 1, Priyanka Sharma 2 1 M.Tech Scholar, SPGOI Rohtak

Performance Analysis of LTE System in term of SC-FDMA & OFDMA Monika Sehrawat 1, Priyanka Sharma 2 1 M.Tech Scholar, SPGOI Rohtak Performance Analysis of LTE System in term of SC-FDMA & OFDMA Monika Sehrawat 1, Priyanka Sharma 2 1 M.Tech Scholar, SPGOI Rohtak 2 Assistant Professor, ECE Deptt. SPGOI Rohtak Abstract - To meet the increasing

More information

Evaluation of BER and PAPR by using Different Modulation Schemes in OFDM System

Evaluation of BER and PAPR by using Different Modulation Schemes in OFDM System International Journal of Computer Networks and Communications Security VOL. 3, NO. 7, JULY 2015, 277 282 Available online at: www.ijcncs.org E-ISSN 2308-9830 (Online) / ISSN 2410-0595 (Print) Evaluation

More information

A Low Power and Low Latency Inter Carrier Interference Cancellation Architecture in Multi User OFDM System

A Low Power and Low Latency Inter Carrier Interference Cancellation Architecture in Multi User OFDM System Journal of Scientific & Industrial Research Vol. 75, July 2016, pp. 427-431 A Low Power and Low Latency Inter Carrier Interference Cancellation Architecture in Multi User OFDM System M N Kumar 1 * and

More information

ISSN: (PRINT) ISSN: (ONLINE)

ISSN: (PRINT) ISSN: (ONLINE) Low Power and High Speed Adaptive OFDM System Using FPGA Jatender Kumar Verma 1, K.K. Verma 2 1 Mtech Scholar, DPG Institute of technology & Management, Gurgaon 2 Assistant Professor, DPG Institute of

More information

Performance Analysis of OFDM System with QPSK for Wireless Communication

Performance Analysis of OFDM System with QPSK for Wireless Communication IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 3, Ver. I (May-Jun.2016), PP 33-37 www.iosrjournals.org Performance Analysis

More information

FPGA Implementation of a Novel Efficient Vedic FFT/IFFT Processor For OFDM

FPGA Implementation of a Novel Efficient Vedic FFT/IFFT Processor For OFDM FPGA Implementation of a Novel Efficient Vedic FFT/IFFT Processor For OFDM Nisha John 1, Prof. Sadanandan G.K 2 PG Student, Dept of ECE, Toc H Institute of Science and Technology, Cochin, Kerala, India

More information

A R DIGITECH International Journal Of Engineering, Education And Technology (ARDIJEET) X, VOLUME 2 ISSUE 1, 01/01/2014

A R DIGITECH International Journal Of Engineering, Education And Technology (ARDIJEET) X, VOLUME 2 ISSUE 1, 01/01/2014 Performance Enhancement of WiMAX System using Adaptive Equalizer RICHA ANAND *1, PRASHANT BHATI *2 *1 (Prof. of Department, Patel college of science and technology / RGPV University, India) *2(student

More information

Overview of IEEE Broadband Wireless Access Standards. Timo Smura Contents. Network topologies, frequency bands

Overview of IEEE Broadband Wireless Access Standards. Timo Smura Contents. Network topologies, frequency bands Overview of IEEE 802.16 Broadband Wireless Access Standards Timo Smura 24.02.2004 Contents Fixed Wireless Access networks Network topologies, frequency bands IEEE 802.16 standards Air interface: MAC +

More information

MC CDMA PAPR Reduction Using Discrete Logarithmic Method

MC CDMA PAPR Reduction Using Discrete Logarithmic Method International Journal of Engineering Research and Development ISSN: 2278-067X, Volume 1, Issue 4 (June 2012), PP.38-43 www.ijerd.com MC CDMA PAPR Reduction Using Discrete Logarithmic Method B.Sarala 1,

More information

Fine-grained Channel Access in Wireless LAN. Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012

Fine-grained Channel Access in Wireless LAN. Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012 Fine-grained Channel Access in Wireless LAN Cristian Petrescu Arvind Jadoo UCL Computer Science 20 th March 2012 Physical-layer data rate PHY layer data rate in WLANs is increasing rapidly Wider channel

More information

Orthogonal Frequency Division Multiplexing & Measurement of its Performance

Orthogonal Frequency Division Multiplexing & Measurement of its Performance Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 5, Issue. 2, February 2016,

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

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

Performance Analysis of IEEE e Wimax Physical Layer

Performance Analysis of IEEE e Wimax Physical Layer RESEARCH ARTICLE OPEN ACCESS Performance Analysis of IEEE 802.16e Wimax Physical Layer Dr. Vineeta Saxena Nigam *, Hitendra Uday** *(Department of Electronics & Communication, UIT-RGPV, Bhopal-33, India)

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

Contents. IEEE family of standards Protocol layering TDD frame structure MAC PDU structure

Contents. IEEE family of standards Protocol layering TDD frame structure MAC PDU structure Contents Part 1: Part 2: IEEE 802.16 family of standards Protocol layering TDD frame structure MAC PDU structure Dynamic QoS management OFDM PHY layer S-72.3240 Wireless Personal, Local, Metropolitan,

More information

IEEE P Wireless Personal Area Networks

IEEE P Wireless Personal Area Networks IEEE P802.15 Wireless Personal Area Networks Project Title IEEE P802.15 Working Group for Wireless Personal Area Networks (WPANs) TVWS-NB-OFDM Merged Proposal to TG4m Date Submitted Sept. 18, 2009 Source

More information

2.

2. PERFORMANCE ANALYSIS OF STBC-MIMO OFDM SYSTEM WITH DWT & FFT Shubhangi R Chaudhary 1,Kiran Rohidas Jadhav 2. Department of Electronics and Telecommunication Cummins college of Engineering for Women Pune,

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

Study on OFDM Symbol Timing Synchronization Algorithm

Study on OFDM Symbol Timing Synchronization Algorithm Vol.7, No. (4), pp.43-5 http://dx.doi.org/.457/ijfgcn.4.7..4 Study on OFDM Symbol Timing Synchronization Algorithm Jing Dai and Yanmei Wang* College of Information Science and Engineering, Shenyang Ligong

More information

OBJECTIVES. Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX

OBJECTIVES. Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX OBJECTIVES Understand the basic of Wi-MAX standards Know the features, applications and advantages of WiMAX INTRODUCTION WIMAX the Worldwide Interoperability for Microwave Access, is a telecommunications

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

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider

II. FRAME STRUCTURE In this section, we present the downlink frame structure of 3GPP LTE and WiMAX standards. Here, we consider Forward Error Correction Decoding for WiMAX and 3GPP LTE Modems Seok-Jun Lee, Manish Goel, Yuming Zhu, Jing-Fei Ren, and Yang Sun DSPS R&D Center, Texas Instruments ECE Depart., Rice University {seokjun,

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

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

Comparison of BER for Various Digital Modulation Schemes in OFDM System

Comparison of BER for Various Digital Modulation Schemes in OFDM System ISSN: 2278 909X Comparison of BER for Various Digital Modulation Schemes in OFDM System Jaipreet Kaur, Hardeep Kaur, Manjit Sandhu Abstract In this paper, an OFDM system model is developed for various

More information

Performance of Orthogonal Frequency Division Multiplexing System Based on Mobile Velocity and Subcarrier

Performance of Orthogonal Frequency Division Multiplexing System Based on Mobile Velocity and Subcarrier Journal of Computer Science 6 (): 94-98, 00 ISSN 549-3636 00 Science Publications Performance of Orthogonal Frequency Division Multiplexing System ased on Mobile Velocity and Subcarrier Zulkeflee in halidin

More information

WiMAX: , e, WiBRO Introduction to WiMAX Measurements

WiMAX: , e, WiBRO Introduction to WiMAX Measurements Products: R&S FSQ, R&S SMU, R&S SMJ, R&S SMATE WiMAX: 802.16-2004, 802.16e, WiBRO Introduction to WiMAX Measurements Application Note 1EF57 The new WiMAX radio technology worldwide interoperability for

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

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications Volume 118 No. 18 2018, 4009-4018 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Implementation of OFDM Modulated Digital Communication Using Software

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

Performance analysis of FFT based and Wavelet Based SC-FDMA in Lte

Performance analysis of FFT based and Wavelet Based SC-FDMA in Lte Performance analysis of FFT based and Wavelet Based SC-FDMA in Lte Shanklesh M. Vishwakarma 1, Prof. Tushar Uplanchiwar 2,Prof.MissRohiniPochhi Dept of ECE,Tgpcet,Nagpur Abstract Single Carrier Frequency

More information