USE OF CLIPPING AND LINEAR PHASE FIR FILTERING TO REDUCE PAPR IN OFDM SYSTEM

Size: px
Start display at page:

Download "USE OF CLIPPING AND LINEAR PHASE FIR FILTERING TO REDUCE PAPR IN OFDM SYSTEM"

Transcription

1 USE OF CLIPPING AND LINEAR PHASE FIR FILTERING TO REDUCE PAPR IN OFDM SYSTEM Pradeep K G M 1 and K.Dasharath 2 1,2 Department of ECE, Sphoorthy Engineering College Abstract- Orthogonal frequency division multiplexing (OFDM) is becoming the chosen modulation technique for wireless communications. The growth of wireless communication technologies has been producing the intense demand for high-speed, efficient, reliable voice & data communication. The next generation wireless communication technology long term evolution (LTE) which is designed to increase the capacity and speed of existing mobile telephone & data networks has adopted a multicarrier transmission technique known as orthogonal frequency division multiplexing. OFDM and other multi-carrier system together deal with a problem of Peakto-Average Power Ratio (PAPR). The reason for the occurrence of this problem in OFDM is the occurrence of significant distortion due to fact that it has high PAPR when allowed to pass through a non-linear device. OFDM signal transmission can be improved significantly by the use of clipping technique. In this paper, a clipping based filtering method has been implemented & also analyzed their modulation effects on reducing PAPR. However, clipping the peak envelope of the input signal to a predetermined value causes in-band distortion. A trade-off is necessary for reducing PAPR with increasing bit error rate (BER), computational complexity or data rate loss etc. using proposed technique along with reducing PAPR, BER performance also can be improved. Keywords - OFDM, Bit error rate ( BER), Peak-to-Average Power Ratio (PAPR), Multicarrier modulation (MCM), clipping and filtering (C&F) I. INTRODUCTION Recently, multimedia applications for wireless communications are widespread. The requirements of high data rate transmission for wireless communications become necessary. Orthogonal frequency division multiplexing (OFDM) is a multicarrier modulation (MCM) technique which seems to be an attractive candidate for fourth generation (4G) wireless communication systems. The additional increasing demand on high data rates in wireless communications systems has arisen in order to carry broadband services. OFDM is a promising technique owing to the high spectral efficiency, good immunity against multipath effects and narrow band interferences, and easy implementation. However, OFDM faces the Peak-to-Average Power Ratio (PAPR) problem. The high PAPR signal, when transmitted through a nonlinear power amplifier, creates spectral broadening and also will increase the dynamic range of the digital to analog converter (DAC). The result will be an increase in the cost of the system and efficiency degradation. A. MOTIVATION FOR THE PROJECT Orthogonal Frequency Division Multiplexing (OFDM) is considered to be a promising technique against the multipath fading channel for wireless communications. However, due to the inherent multicarrier nature of OFDM, the summation of subcarriers with the same phase will usually lead to a high peak-to-average power ratio (PAPR) of the time-domain signal which is a major drawback of multicarrier transmission system that leads to power inefficiency in RF section of the transmitter. The PAPR problem of OFDM has received much interest from the research community and a number of techniques have been developed to reduce it. The clipping and filtering (C&F) procedure may be the simplest to approach a specified PAPR of OFDM signals. DOI: /IJMTER O0UY 55

2 The proposed scheme uses optimal filtering technique which can achieve nearly same PAPR reduction effect, same out-of-band radiation and better BER performance than that of the existing Clipping and Filtering technique. B.OBJECTIVE OF THE PROJECT The main objective of the project is to develop a technique -Clipping and Optimal Filteringthat can achieve PAPR reduction effect, better BER performance considering the complexity of the system and to prove the same in the MATLAB platform. C.PROBLEM FORMULATION OFDM is limited mainly by its high Peak-to-Average Power Ratio (PAPR). The clipping and filtering technique efficiently reduces PAPR. However, clipping the peak envelope of the input signal to a predetermined value causes in-band distortion. Thus, the C&F method reduces PAPR at the cost of increase in bit error rate (BER). The proposed scheme can achieve nearly same PAPR reduction effect and better BER performance as that of the existing technique, at the cost of slight loss of spectral efficiency. D.PROBLEM STATEMENT In the proposed Clipping and optimal filtering scheme, the clipped signal passes through an FFT block, Composed filtering (FIR based BPF) block and an IFFT block after filtering. This technique results in effective reduction of PAPR and an improved BER performance. II. METHODOLOGY Figure II.1 Block diagram for the proposed project. It has the basic OFDM system blocks with the proposed clipping and linear filtering to effectively reduce the PAPR of the OFDM All rights Reserved 56

3 A. Sequence of Operations Performed (Algorithm) Step 1: Initialization: Here Initialization of Number of bits per QAM/QPSK symbol: Alphabet size: (QPSK) FFT size: N=128 CP Size: 32 Sampling period Frequency: Fs= BW*L=8MHZ Band width (BW): 1MHz Oversampling Factor (L):8 OFDM Symbol Period: Carrier Frequency (Fc): 2MHz Baseband Sampling Frequency of Filter: 8 Order of filter: 104 Density factor of filter: 20 Sampling period: Step 2: Define Binary Sequences (Message) In this step a matrix of order (b N) is generated using a function RANDI in MATLAB. It contains random binary numbers. "0" and "1" occur with equal probability. Step 3: Apply QAM/QPSK In this step modulation is performed using psk mod function. The constellation diagram is shown below Figure II.A.1 QPSK constellation Step 4: Apply N-Point IFFT & Interpolation with Oversampling Factor L The input of the IFFT block is the interpolated signal introducing N(L 1) zeros (also known as zero padding) in the middle of the original signal. In this system, the L- times oversampled discrete-time signal is generated as, Step 5: Add Cyclic Prefix A cyclic prefix is a repetition of the first section of a symbol that is appended to the end of the symbol. In addition, it is important because it enables multi-path representations of the original signal to fade so that they do not interfere with the subsequent All rights Reserved 57

4 Step 6: Apply Clipping International Journal of Modern Trends in Engineering and Research (IJMTER) Where represents the phase of x, x is the unclipped signal,x clip is clipped signal and Tm the clipping level. Step 7: If ncf=0 go to step 11 This step is to generate an unclipped signal so as to use it to compare with clipped and C&F (clipped and filtered) signal. Step 8: Define and Calculate clipping Ratio (New CR) Clipping ratio is defined as the ratio of the clipping level to the root mean square value of the unclipped signal and it is related to the desired PAPR (denoted ) as follows: Where Is the root mean square value of the unclipped signal. Step 9: If new CR>CR Update ( ) and Go to step 9 After each clipping process new CR is calculated and compared with the values taken to be the CR (0.8, 1.0, 1.2, 1.4 and 1.6) values. Step 10: Apply Filtering This step includes FFT, Filtering and IFFT blocks. Syntax to filter the signal is Y = filter (B, A, X) which filters the data in vector X with the filter described by vectors A and B to create the filtered data Y. Where, B is h (filter co-efficient), h = firpm(n,f,a,w,{dens}) n(order of the filter)= 104 f(vector of pairs of normalized frequency points)=ff/(fs/2) Where, FF= [ Fs/2] and Fs= 8 a(desired amplitudes at the points specified in f)= [ ] w (vector of weights)=[ ] dens(density factor of filter) =20 Figure II.B.2 Magnitude response of the filter The above result is the magnitude response of the filter A is taken to be X clipped signal. Over all process of 3 blocks that is, at the output of IFFT block is Step 11: Remove cyclic prefix, Perform FFT and Demodulation This step includes the operations done at the receiver side: remove CP from each OFDM symbol, pass it through the FFT block (fft function is used) and finally All rights Reserved 58

5 Step 12: Go To Step 2 To Process The Next OFDM Symbol. This step is to process the next incoming signal and this continues as long as there is a signal to be processed. III.RESULTS AND DISCUSSIONS Figure III.A.1 shows random 128 data points generated using RANDI function to be transmitted. Vertical axis represents data phase and horizontal axis represents data points Figure III.B.2 constellation.for QPSK modulation the constellation is 4 and we can see the distribution of constellation points across in-phase and quadrature phase (horizontal and vertical axis) FigureIII.C.3 shows OFDM modulated signal without clipping. Vertical axis represents amplitude of the signal and horizontal axis represents All rights Reserved 59

6 Figure III.D.4 Clipped OFDM modulated signal. It is the OFDM modulated signal which has been clipped. Threshold value taken is. We can observe that the signal above and below the threshold (above +0.4 and below-0.4) has been clipped. Figure III.E.5 OFDM signal after HPA. When the OFDM (unclipped) modulated signal passes through the power amplifier. This is to show the effect of high power amplifier on the signal that passes through All rights Reserved 60

7 Figure III.F.6 clipped signal after HPA.When the OFDM (clipped) modulated signal passes through the power amplifier. This is to show the effect of high power amplifier on the signal that passes through it. Figure III.F.7Received unclipped data points. It shows the data points that have been recovered at the receiver side after the demodulation process. This is without All rights Reserved 61

8 FigureIII.G.8 Received unclipped data points. It shows the data points that have been recovered at the receiver side after the demodulation process. This is with clipping. Figure III.H.9 PAPR Statistics of OFDM Signals and BER Performance for CR= (0.8, 1.0, 1.2, 1.4, 1.6). It shows the proof for the objective of the All rights Reserved 62

9 IV. PAPR STATISTICS OF OFDM SIGNALS The plain line (blue) corresponds to OFDM signal without clipping, the group of lines (green) (for different CR values ranging from 0.8 to 1.6) to the left of plain line corresponds to clipped OFDM signal and the remaining group of lines (blue lines with symbols on it) to the left in the plot corresponds to clipped and optimal filtered OFDM signal. We can observe that PAPR has reduced comparatively. V. BER PERFORMANCE Here the line(blue) below all lines in the plot corresponds to OFDM signal without clipping, and the lines(green) above it corresponds to clipped OFDM signal and lastly the lines (blue lines with symbols on it) at the top corresponds to clipped and optimal filtered OFDM signal. We can observe the BER performance though not better than that for the clipped signals it is than the existing method considering its complexity. Figure 7.10PAPR Statistics of OFDM Signals and BER Performance for CR= (0.8, 1.0, 1.2,1.4,1.6). It is same as figure 7.9 but to be more specific only the plot corresponding to Clipping Ratio (CR) = 0.8 is shown. Now we can clearly observe that PAPR is reduced (nearly 5dB) and BER= (these values keeps slightly changing every time the code is run). It is better than the method in which only a low pass filter is used and not so better than the method proposed in [7] but the complexity is comparatively reduced. VI. CONCLUSION AND SCOPE FOR FUTURE WORK A.CONCLUSION The main objective of the project was to develop a technique -Clipping and Optimal Filteringthat can achieve PAPR reduction effect, better BER performance considering the complexity of the system and to prove the same in the MATLAB platform. Accordingly PAPR reduction is achieved at the acceptable cost of BER performance. We have another advantage of reduced complexity of the All rights Reserved 63

10 B.SCOPE FOR FUTURE WORK 1. The BER performance degradation in this project though acceptable, can be further reduced to avail more benefit of the PAPR reduction system. 2. Future work can involve the design of a system that doesn t allow the loss of spectral efficiency as there is slight loss of it in this system. 3. Filtering the clipped signal can reduce out-of-band radiation at the cost of peak re growth. The signal after filtering operation may exceed the clipping level specified for the clipping operation. So a better filtering technique which doesn t allow for this disadvantage can be adopted. REFERENCES [1] Houshou Chen, Hsinying Liang PAPR Reduction of OFDM Signals Using Partial Transmit Sequences and Reed- Muller Codes Communications Letters, IEEE Volume: 11, Issue: [2] Nikookar, H.; Lidsheim, K.S., PAPR reduction of OFDM by random phase, Personal, Indoor and Mobile Radio Communications, [3] XiaowenGu; SeungminBaek; Suwon Park, PAPR reduction of OFDM signal using an efficient SLM technique, Advanced Communication Technology (ICACT), [4] Jung-Chieh Chen, Chao-Kai Wen, PAPR Reduction of OFDM Signals Using Cross-Entropy-Based Tone Injection Schemes Signal Processing Letters, IEEE Volume: 17, Issue: 8,2010. [5] Yang, L., Chen, R.S., Siu, Y.M., Soo, K.K., PAPR Reduction of OFDM Signals Using Partial Transmit Sequences with Low Computational Complexity, Broadcasting, IEEE Transactions on Volume: 52, Issue: 1, [6] Y.C. Wang and Z.Q. Luo, Optimized Iterative Clipping and Filtering for PAPR Reduction of OFDM Signals, IEEE Transactions on Communication, vol. 59, no.1, pp 33-37, Jan [7] Shripad P. Mohani, Mrunmayee S. Bhandarkar & Mukul S. Sutaone, Distortion Compensated Optimized ICF Technique for PAPR Reduction in OFDM, ISSN (Print): , Volume-2, Issue 1, [8] Begared Salih Hassen, Peak to Average Power Ratio Reduction in OFDM Systems Using Clipping and Filtering Technique, (IJSCE) ISSN: , Volume-4, Issue-1, March [9] T. Jiang and Y. Wu, An overview: peak-to-average power ratio reduction techniques for OFDM signals, IEEE Transactions on Broadcasting, vol. 54, no. 2, pp , Jun [10] J. Armstrong, Peak-to-average power reduction for OFDM by repeated clipping and frequency domain filtering," Electronics Letters, vol. 38, no. 5, pp , Feb. All rights Reserved 64

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

A Comparative Approach between Clipping and Probabilistic Technique for Reducing PAPR of OFDM System

A Comparative Approach between Clipping and Probabilistic Technique for Reducing PAPR of OFDM System Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 779-788 Research India Publications http://www.ripublication.com/aeee.htm A Comparative Approach between Clipping

More information

Algorithm to Improve the Performance of OFDM based WLAN Systems

Algorithm to Improve the Performance of OFDM based WLAN Systems International Journal of Computer Science & Communication Vol. 1, No. 2, July-December 2010, pp. 27-31 Algorithm to Improve the Performance of OFDM based WLAN Systems D. Sreenivasa Rao 1, M. Kanti Kiran

More information

Riemann Sequence based SLM with nonlinear effects of HPA

Riemann Sequence based SLM with nonlinear effects of HPA IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 6 Ver. I (Nov Dec. 2015), PP 74-80 www.iosrjournals.org Riemann Sequence based SLM

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

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

Image Transmission over OFDM System with Minimum Peak to Average Power Ratio (PAPR)

Image Transmission over OFDM System with Minimum Peak to Average Power Ratio (PAPR) Image Transmission over OFDM System with Minimum Peak to Average Power Ratio (PAPR) Ashok M.Misal 1, Prof. S.D.Bhosale 2, Pallavi R.Suryawanshi 3 PG Student, Department of E & TC Engg, S.T.B.COE, Tuljapur,

More information

An Improved SLM Technique Using Discrete Cosine Transform in OFDM. S. Lih., An Improved SLM Technique Using Discrete Cosine Transform in OFDM System.

An Improved SLM Technique Using Discrete Cosine Transform in OFDM. S. Lih., An Improved SLM Technique Using Discrete Cosine Transform in OFDM System. AUSTRALIAN JOURNAL OF BASIC AND APPLIED SCIENCES ISSN:1991-8178 EISSN: 2309-8414 Journal home page: www.ajbasweb.com An Improved SLM Technique Using Discrete Cosine Transform in OFDM System A. A. A. Wahab

More information

PIECEWISE LINEAR ITERATIVE COMPANDING TRANSFORM FOR PAPR REDUCTION IN MIMO OFDM SYSTEMS

PIECEWISE LINEAR ITERATIVE COMPANDING TRANSFORM FOR PAPR REDUCTION IN MIMO OFDM SYSTEMS PIECEWISE LINEAR ITERATIVE COMPANDING TRANSFORM FOR PAPR REDUCTION IN MIMO OFDM SYSTEMS T. Ramaswamy 1 and K. Chennakesava Reddy 2 1 Department of Electronics and Communication Engineering, Malla Reddy

More information

Clipping and Filtering Technique for reducing PAPR In OFDM

Clipping and Filtering Technique for reducing PAPR In OFDM IOSR Journal of Engineering (IOSRJEN) e-issn: 2250-3021, p-issn: 2278-8719, Volume 2, Issue 9 (September 2012), PP 91-97 Clipping and Filtering Technique for reducing PAPR In OFDM Saleh Albdran 1, Ahmed

More information

OFDM Systems and PAPR Reduction Along With Channel Estimation

OFDM Systems and PAPR Reduction Along With Channel Estimation IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 11, Issue 2, Ver. II (Mar-Apr.2016), PP 04-09 www.iosrjournals.org OFDM Systems and PAPR

More information

Power Reduction in OFDM systems using Tone Reservation with Customized Convex Optimization

Power Reduction in OFDM systems using Tone Reservation with Customized Convex Optimization Power Reduction in OFDM systems using Tone Reservation with Customized Convex Optimization NANDALAL.V, KIRUTHIKA.V Electronics and Communication Engineering Anna University Sri Krishna College of Engineering

More information

Iterative Clipping and Filtering Technique for PAPR Reduction in OFDM System without Encoding

Iterative Clipping and Filtering Technique for PAPR Reduction in OFDM System without Encoding International Journal of Latest Trends in Engineering and Technology Vol.(7)Issue(3), pp. 141-147 DOI: http://dx.doi.org/10.21172/1.73.519 e-issn:2278-621x Iterative Clipping and Filtering Technique for

More information

Performance Evaluation of PAPR Reduction with SER and BER by Modified Clipping & Filtering in 3GPP LTE Downlink

Performance Evaluation of PAPR Reduction with SER and BER by Modified Clipping & Filtering in 3GPP LTE Downlink ISSN (Online): 2409-4285 www.ijcsse.org Page: 14-22 Performance Evaluation of PAPR Reduction with SER and BER by Modified Clipping & Filtering in 3GPP LTE Downlink M. Y. Arafat 1, S. Abd. Latif 2, M. K.

More information

A Novel of Low Complexity Detection in OFDM System by Combining SLM Technique and Clipping and Scaling Method Jayamol Joseph, Subin Suresh

A Novel of Low Complexity Detection in OFDM System by Combining SLM Technique and Clipping and Scaling Method Jayamol Joseph, Subin Suresh A Novel of Low Complexity Detection in OFDM System by Combining SLM Technique and Clipping and Scaling Method Jayamol Joseph, Subin Suresh Abstract In order to increase the bandwidth efficiency and receiver

More information

COMPARISON OF SLM & PTS TECHNIQUES FOR REDUCING PAPR IN OFDM

COMPARISON OF SLM & PTS TECHNIQUES FOR REDUCING PAPR IN OFDM COMPARISON OF SLM & PTS TECHNIQUES FOR REDUCING PAPR IN OFDM Bala Bhagya Sree.Ch 1, Aruna Kumari.S 2 1 Department of ECE, Mallareddy college of Engineering& Technology, Hyderabad, India 2 Associate Professor

More information

A COMPARISON OF DIFFERENT PAPR REDUCTION TECHNIQUES IN OFDM USING VARIOUS MODULATIONS

A COMPARISON OF DIFFERENT PAPR REDUCTION TECHNIQUES IN OFDM USING VARIOUS MODULATIONS A COMPARISON OF DIFFERENT PAPR REDUCTION TECHNIQUES IN OFDM USING VARIOUS MODULATIONS Gaurav Sikri 1 and Rajni 2 1 Lala Lajpat Rai Institute of Engineering & Technology, Moga, Punjab, India er.gaurav19@gmail.com

More information

Combination of Modified Clipping Technique and Selective Mapping for PAPR Reduction

Combination of Modified Clipping Technique and Selective Mapping for PAPR Reduction www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 5 Issue 09 September 2016 Page No.17848-17852 Combination of Modified Clipping Technique and Selective Mapping

More information

ORTHOGONAL frequency division multiplexing (OFDM)

ORTHOGONAL frequency division multiplexing (OFDM) IEEE TRANSACTIONS ON BROADCASTING, VOL. 52, NO. 1, MARCH 2006 77 A New PTS OFDM Scheme with Low Complexity for PAPR Reduction Dae-Woon Lim, Seok-Joong Heo, Jong-Seon No, and Habong Chung, Member, IEEE

More information

Peak-to-Average Power Ratio (PAPR)

Peak-to-Average Power Ratio (PAPR) Peak-to-Average Power Ratio (PAPR) Wireless Information Transmission System Lab Institute of Communications Engineering National Sun Yat-sen University 2011/07/30 王森弘 Multi-carrier systems The complex

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

An Overview of PAPR Reduction Techniques In Concerned with OFDM

An Overview of PAPR Reduction Techniques In Concerned with OFDM An Overview of PAPR Reduction Techniques In Concerned with OFDM Prof. Kailas Prof.Sharan Gowda Prof.Annarao Mr.Ramchandrappa Assistant Professor Assistant Professor Assistant Professor M.Tech Scholar E&CE

More information

A New PAPR Reduction in OFDM Systems Using SLM and Orthogonal Eigenvector Matrix

A New PAPR Reduction in OFDM Systems Using SLM and Orthogonal Eigenvector Matrix A New PAPR Reduction in OFDM Systems Using SLM and Orthogonal Eigenvector Matrix Md. Mahmudul Hasan University of Information Technology & Sciences, Dhaka Abstract OFDM is an attractive modulation technique

More information

Interleaved PC-OFDM to reduce the peak-to-average power ratio

Interleaved PC-OFDM to reduce the peak-to-average power ratio 1 Interleaved PC-OFDM to reduce the peak-to-average power ratio A D S Jayalath and C Tellambura School of Computer Science and Software Engineering Monash University, Clayton, VIC, 3800 e-mail:jayalath@cssemonasheduau

More information

Hybrid PTS-Clipping Scheme for PAPR Reduction in MIMO-OFDM Systems

Hybrid PTS-Clipping Scheme for PAPR Reduction in MIMO-OFDM Systems Hybrid PTS-Clipping Scheme for PAPR Reduction in MIMO-OFDM Systems Beena A O 1, Sakuntala S Pillai 2, N. Vijayakumar 3 1 Department of Electronics & Communication Engineering, SAINTGITS College of Engineering,

More information

PAPR reduction performance analysis of Optimized Matrix based Phase Sequences in OFDM systems

PAPR reduction performance analysis of Optimized Matrix based Phase Sequences in OFDM systems PAPR reduction performance analysis of Optimized Matrix based Phase Sequences in OFDM systems T.V.Deepan 1, S. Diwaar 2, M. Palanivelan 3,Dr. Sheila Anand 4, [1][2] Student, Dept of ECE, [3] Associate

More information

PTS Technique for MIMO-OFDM Paper Reduction

PTS Technique for MIMO-OFDM Paper Reduction PTS Technique for MIMO-OFDM Paper Reduction Chirag V Trivedi 1, Anil K Sisodia 2, Kiran R Parmar 3 2 L.J.institute of technology, Ahmedabad, India 3 Government Engineering College, Gandhinagar, India Abstract

More information

Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel

Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel Performance analysis of OFDM with QPSK using AWGN and Rayleigh Fading Channel 1 V.R.Prakash* (A.P) Department of ECE Hindustan university Chennai 2 P.Kumaraguru**(A.P) Department of ECE Hindustan university

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

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK HYBRID TECHNIQUE FOR PAPR REDUCTION IN OFDM USING PARTIAL TRANSMIT SEQUENCES MS.

More information

PAPR Reduction in an OFDM system using Recursive Clipping and Filtering Technique

PAPR Reduction in an OFDM system using Recursive Clipping and Filtering Technique PAPR Reduction in an OFDM system using Recursive Clipping and Filtering Technique Md. ANAMUL ISLAM 1, N. AHMED 2*, NIZAM UDDIN AHAMED 3, MATIUR RAHMAN 4 S. A. Aljunid 2 1 Dept. of Applied Physics and Electronic

More information

II. OFDM SYSTEM MODEL

II. OFDM SYSTEM MODEL ISSN: 2321-7782 (Online) Impact Factor: 6.047 Volume 4, Issue, September 2016 International Journal of Advance Research in Computer Science and Management Studies Research Article / Survey Paper / Case

More information

An Overview of PAPR Reduction Techniques in OFDM Systems

An Overview of PAPR Reduction Techniques in OFDM Systems An Overview of PAPR Reduction Techniques in OFDM Systems Md. Mahmudul Hasan Electronics and Communication Engineering UITS, Dhaka-1212, Bangladesh S. S. Singh, PhD. School of Electronics Engineering KIIT

More information

Keywords: MC-CDMA, PAPR, Partial Transmit Sequence, Complementary Cumulative Distribution Function.

Keywords: MC-CDMA, PAPR, Partial Transmit Sequence, Complementary Cumulative Distribution Function. ol. 2, Issue4, July-August 2012, pp.1192-1196 PAPR Reduction of an MC-CDMA System through PTS Technique using Suboptimal Combination Algorithm Gagandeep Kaur 1, Rajbir Kaur 2 Student 1, University College

More information

Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network

Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network Simplified Levenberg-Marquardt Algorithm based PAPR Reduction for OFDM System with Neural Network Rahul V R M Tech Communication Department of Electronics and Communication BCCaarmel Engineering College,

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

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

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

Simulative Investigations for Robust Frequency Estimation Technique in OFDM System

Simulative Investigations for Robust Frequency Estimation Technique in OFDM System , pp. 187-192 http://dx.doi.org/10.14257/ijfgcn.2015.8.4.18 Simulative Investigations for Robust Frequency Estimation Technique in OFDM System Kussum Bhagat 1 and Jyoteesh Malhotra 2 1 ECE Department,

More information

Optical Wireless Communication System with PAPR Reduction

Optical Wireless Communication System with PAPR Reduction IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 78-834,p- ISSN: 78-8735. PP 01-05 www.iosrjournals.org Optical Wireless Communication System with PAPR Reduction Minu Theresa

More information

PERFORMANCE IMPROVEMENT FOR PAPR REDUCTION IN LTE DOWNLINK SYSTEM WITH ELLIPTIC FILTERING

PERFORMANCE IMPROVEMENT FOR PAPR REDUCTION IN LTE DOWNLINK SYSTEM WITH ELLIPTIC FILTERING PERFORMANCE IMPROVEMENT FOR PAPR REDUCTION IN LTE DOWNLINK SYSTEM WITH ELLIPTIC FILTERING Snikdho Sworov Haque 1, Md. Munjure Mowla 2 1,2 Department of Electronics and Telecommunication Engineering, Rajshahi

More information

International Journal of Engineering, Business and Enterprise Applications (IJEBEA)

International Journal of Engineering, Business and Enterprise Applications (IJEBEA) International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0020 ISSN (Online): 2279-0039 V International

More information

Low Complexity Partial SLM Technique for PAPR Reduction in OFDM Transmitters

Low Complexity Partial SLM Technique for PAPR Reduction in OFDM Transmitters International Journal on Electrical Engineering and Informatics - Volume 5, Number 1, March 2013 Low Complexity Partial SLM Technique for PAPR Reduction in OFDM Transmitters Ibrahim Mohammad Hussain Department

More information

Low-Complexity Architecture for PAPR Reduction in OFDM Systems with Near-Optimal Performance

Low-Complexity Architecture for PAPR Reduction in OFDM Systems with Near-Optimal Performance Low-Complexity Architecture for PAPR Reduction in OFDM Systems with Near-Optimal Performance 1 S Jyothirmayee, Associate professor, Email Id: jyocol2011@gmail.com 2 Y Sivaramakrishna, Assistant professor,

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

Optimization of PAPR Using HPA and Amplitude Clipping Reduction Technique

Optimization of PAPR Using HPA and Amplitude Clipping Reduction Technique Optimization of PAPR Using HPA and Amplitude Clipping Reduction Technique Ritesh Baranwal Faculty, Dept. of E.I. ENGG.,VBS Purvanchal University, Jaunpur, India ABSTRACT: In modern age, the service users

More information

Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems

Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems Nonlinear Companding Transform Algorithm for Suppression of PAPR in OFDM Systems P. Guru Vamsikrishna Reddy 1, Dr. C. Subhas 2 1 Student, Department of ECE, Sree Vidyanikethan Engineering College, Andhra

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

PERFORMANCE ENHANCEMENT OF OFDM SIGNALS USING SELECTED MAPPING TECHNIQUE AND OVERVIEW OF DIFFERENT PAPR REDUCTION SCHEMES

PERFORMANCE ENHANCEMENT OF OFDM SIGNALS USING SELECTED MAPPING TECHNIQUE AND OVERVIEW OF DIFFERENT PAPR REDUCTION SCHEMES PERFORMANCE ENHANCEMENT OF OFDM SIGNALS USING SELECTED MAPPING TECHNIQUE AND OVERVIEW OF DIFFERENT PAPR REDUCTION SCHEMES Chhavi Choudhary, Rachna Khanduri, Vishal Gupta Department of Electronics and Communication,

More information

Performance Assessment of PAPR in OFDM System using Single Carrier - FDMA

Performance Assessment of PAPR in OFDM System using Single Carrier - FDMA Performance Assessment of PAPR in OFDM System using Single Carrier - FDMA Arjun Solanki Research Scholar Medicaps Ins. Of Technology & Management Dept. of Electronics & Communication Ratna Gour Sr. Assistant

More information

REDUCING PAPR OF OFDM BASED WIRELESS SYSTEMS USING COMPANDING WITH CONVOLUTIONAL CODES

REDUCING PAPR OF OFDM BASED WIRELESS SYSTEMS USING COMPANDING WITH CONVOLUTIONAL CODES REDUCING PAPR OF OFDM BASED WIRELESS SYSTEMS USING COMPANDING WITH CONVOLUTIONAL CODES Pawan Sharma 1 and Seema Verma 2 1 Department of Electronics and Communication Engineering, Bhagwan Parshuram Institute

More information

Lekhraj Udaigiriya and Sudhir Kumar Sharma

Lekhraj Udaigiriya and Sudhir Kumar Sharma International Journal of Electronics and Communication Engineering. ISSN 0974-2166 Volume 8, Number 1 (2015), pp. 1-8 International Research Publication House http://www.irphouse.com Complementary Cumulative

More information

Tone Injection Method for Reduction of Peak-To-Average-Power (PAPR) in OFDM System

Tone Injection Method for Reduction of Peak-To-Average-Power (PAPR) in OFDM System Tone Injection Method for Reduction of Peak-To-Average-Power (PAPR) in OFDM System 1 P. N. Kota, 2 Ashwini Argade, 3 Komal Kand, 4 Shrutika Pote M.E.S College of Engineering, Savitribai Phule Pune University

More information

Computational Complexity Reduction of OFDM Signals by PTS with Various PAPR Conventional Methods

Computational Complexity Reduction of OFDM Signals by PTS with Various PAPR Conventional Methods ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Computational Complexity Reduction of OFDM Signals by PTS with Various PAPR Conventional Methods BANOTHU RAMESH (1),

More information

SINCE orthogonal frequency division multiplexing

SINCE orthogonal frequency division multiplexing IEEE TRANSACTIONS ON BROADCASTING, VOL. 55, NO. 3, SEPTEMBER 2009 679 Bit-Based SLM Schemes for PAPR Reduction in QAM Modulated OFDM Signals Hyun-Bae Jeon, Kyu-Hong Kim, Jong-Seon No, Member, IEEE, and

More information

Techniques for Mitigating the Effect of Carrier Frequency Offset in OFDM

Techniques for Mitigating the Effect of Carrier Frequency Offset in OFDM IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 3, Ver. III (May - Jun.2015), PP 31-37 www.iosrjournals.org Techniques for Mitigating

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

This chapter describes the objective of research work which is covered in the first

This chapter describes the objective of research work which is covered in the first 4.1 INTRODUCTION: This chapter describes the objective of research work which is covered in the first chapter. The chapter is divided into two sections. The first section evaluates PAPR reduction for basic

More information

Effects of Nonlinearity on DFT-OFDM and DWT-OFDM Systems

Effects of Nonlinearity on DFT-OFDM and DWT-OFDM Systems Effects of Nonlinearity on DFT-OFDM and DWT-OFDM Systems Sivakrishna jajula 1, P.V.Ramana 2 1 Department of Electronics and Communication Engineering, Sree Vidyanikethan Engineering College, TIRUPATI 517

More information

PAPR ANALYSIS IN OFDM SYSTEMS USING PTS REDUCTION TECHNIQUE

PAPR ANALYSIS IN OFDM SYSTEMS USING PTS REDUCTION TECHNIQUE PAPR ANALYSIS IN OFD SYSTES USING PTS REDUCTION TECHNIQUE Niji Kuriakose PG scholar Department of Communication Systems, Nehru Institute Of Engineering And Technology, T Palayam,Coimbatore-641105,Tamilnadu.

More information

PAPR Reduction in SLM Scheme using Exhaustive Search Method

PAPR Reduction in SLM Scheme using Exhaustive Search Method Available online www.ejaet.com European Journal of Advances in Engineering and Technology, 2017, 4(10): 739-743 Research Article ISSN: 2394-658X PAPR Reduction in SLM Scheme using Exhaustive Search Method

More information

Reduction of PAPR in OFDM System by Using Weighted Method

Reduction of PAPR in OFDM System by Using Weighted Method Reduction of PAPR in OFDM System by Using Weighted Method K.Anil Kumar, M.Tech Assistant Professor, Department of ECE, G.Pullaiah College of Engineering and Technology, Kurnool. Abstract: In this paper,

More information

Linear Precoding Schemes for PAPR Reduction in Mobile WiMAX OFDMA System

Linear Precoding Schemes for PAPR Reduction in Mobile WiMAX OFDMA System Linear Precoding Schemes for PAPR Reduction in Mobile WiMAX OFDMA System Jijina N. 1, Dr. Sakuntala S. Pillai, Senior member IEEE 2 PG Student [TCE], Dept. of ECE, Mar Baselios College of Engineering &

More information

PAPR Reduction Techniques with Hybrid SLM Partial Transmit Sequence Algorithm for OFDM System

PAPR Reduction Techniques with Hybrid SLM Partial Transmit Sequence Algorithm for OFDM System Volume-7, Issue-2, March-April 2017 International Journal of Engineering and Management Research Page Number: 194-200 PAPR Reduction Techniques with Hybrid SLM Partial Transmit Sequence Algorithm for OFDM

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

PAPR Reduction for Improved Efficiency of OFDM Modulation for Next Generation Communication Systems

PAPR Reduction for Improved Efficiency of OFDM Modulation for Next Generation Communication Systems International Journal of Electrical and Computer Engineering (IJECE) Vol. 6, No. 5, October 2016, pp. 2310~2321 ISSN: 2088-8708, DOI: 10.11591/ijece.v6i5.10878 2310 PAPR Reduction for Improved Efficiency

More information

PAPR Reduction in 4G Cellular Network: A SLM-based IFDMA Uplink System

PAPR Reduction in 4G Cellular Network: A SLM-based IFDMA Uplink System Proceedings of the Pakistan Academy of Sciences 49 (2): 79-84 (2012) Copyright Pakistan Academy of Sciences ISSN: 0377-2969 Pakistan Academy of Sciences Original Article PAPR Reduction in 4G Cellular Network:

More information

Partial Transmit Sequence Using EVM Optimization Metric for BER Reduction in OFDM Systems

Partial Transmit Sequence Using EVM Optimization Metric for BER Reduction in OFDM Systems 2013 8th International Conference on Communications and etworking in China (CHIACOM) Partial Transmit Sequence Using EVM Optimization Metric for BER Reduction in OFDM Systems Shun Zhang, Jianhua Ge, Jun

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

Multiple-Input Multiple-Output OFDM with Index Modulation Using Frequency Offset

Multiple-Input Multiple-Output OFDM with Index Modulation Using Frequency Offset IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 3, Ver. I (May.-Jun. 2017), PP 56-61 www.iosrjournals.org Multiple-Input Multiple-Output

More information

Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping

Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping Reducing Intercarrier Interference in OFDM Systems by Partial Transmit Sequence and Selected Mapping K.Sathananthan and C. Tellambura SCSSE, Faculty of Information Technology Monash University, Clayton

More information

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation

Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation J. Bangladesh Electron. 10 (7-2); 7-11, 2010 Performance Analysis of OFDM for Different Digital Modulation Schemes using Matlab Simulation Md. Shariful Islam *1, Md. Asek Raihan Mahmud 1, Md. Alamgir Hossain

More information

MODIFIED SELECTED MAPPING TECHNIQUE TO REDUCE PEAK TO AVERAGE POWER RATIO FOR OFDM SIGNALS

MODIFIED SELECTED MAPPING TECHNIQUE TO REDUCE PEAK TO AVERAGE POWER RATIO FOR OFDM SIGNALS MODIFIED SELECTED MAPPING TECHNIQUE TO REDUCE PEAK TO AVERAGE POWER RATIO FOR OFDM SIGNALS Tanvir Ahmed, Foisal Ahmed, Sifat Hossain Department of Electrical & Electronic Engineering Islamic University

More information

PEAK TO AVERAGE POWER RATIO REDUCTION USING BANDWIDTH EFFICIENCY INCREASING METHOD IN OFDM SYSTEM

PEAK TO AVERAGE POWER RATIO REDUCTION USING BANDWIDTH EFFICIENCY INCREASING METHOD IN OFDM SYSTEM www.arpapress.com/volumes/vol6issue/ijrras_6.pdf PEAK TO AVERAGE POWER RATIO REDUCTIO USIG BADWIDTH EFFICIECY ICREASIG METHOD I OFDM SYSTEM A.A. Abdul Wahab and M. F. Ain School of Electrical and Electronic

More information

Single Carrier Ofdm Immune to Intercarrier Interference

Single Carrier Ofdm Immune to Intercarrier Interference International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 10, Issue 3 (March 2014), PP.42-47 Single Carrier Ofdm Immune to Intercarrier Interference

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

CE-OFDM with a Block Channel Estimator

CE-OFDM with a Block Channel Estimator CE-OFDM with a Block Estimator Nikolai de Figueiredo and Louis P. Linde Department of Electrical, Electronic and Computer Engineering University of Pretoria Pretoria, South Africa Tel: +27 12 420 2953,

More information

INTERFERENCE SELF CANCELLATION IN SC-FDMA SYSTEMS -A CAMPARATIVE STUDY

INTERFERENCE SELF CANCELLATION IN SC-FDMA SYSTEMS -A CAMPARATIVE STUDY INTERFERENCE SELF CANCELLATION IN SC-FDMA SYSTEMS -A CAMPARATIVE STUDY Ms Risona.v 1, Dr. Malini Suvarna 2 1 M.Tech Student, Department of Electronics and Communication Engineering, Mangalore Institute

More information

PAPR REDUCTION TECHNIQUE USING MODIFIED SLM IN OFDM SYSTEM

PAPR REDUCTION TECHNIQUE USING MODIFIED SLM IN OFDM SYSTEM PAPR REDUCTION TECHNIQUE USING MODIFIED SLM IN OFDM SYSTEM Mukul Dr. Sajjan Singh M. Tech Research Scholar, Department of ECE, Associate Professor, Department of ECE BRCM CET, Bahal, Bhiwani, India BRCM

More information

BER with different modulation schemes in OFDM System

BER with different modulation schemes in OFDM System BER with different modulation schemes in OFDM System Pratibha P. Patil, Vandana.B.Malode Abstract - Bit error rate (BER) is common problem in OFDM transmission. This paper investigates the effects of companding

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

PAPR Reduction of OFDM Signals using Partial Transmit Sequence and Clipping Hybrid Scheme

PAPR Reduction of OFDM Signals using Partial Transmit Sequence and Clipping Hybrid Scheme PAPR Reduction of OFDM Signals using Partial Transmit Sequence and Clipping Hybrid Scheme Eugen-Victor Cuteanu Communication Department Politehnica University, Faculty of Electronics and Telecommunications

More information

International Journal of Research and Review E-ISSN: ; P-ISSN:

International Journal of Research and Review   E-ISSN: ; P-ISSN: International Journal of Research and Review www.ijrrjournal.com E-ISSN: 2349-9788; P-ISSN: 2454-2237 Research Paper An Improvement of Scrambling Technique by Using Modified Selected Mapping in W.A.F.W.

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

COMPARATIVE ANALYSIS OF CLIPPING, SLM AND TWO PIECEWISE COMPANDING TECHNIQUES FOR PAPR REDUCTION IN OFDM SYSTEM

COMPARATIVE ANALYSIS OF CLIPPING, SLM AND TWO PIECEWISE COMPANDING TECHNIQUES FOR PAPR REDUCTION IN OFDM SYSTEM COMPARATIVE ANALYSIS OF CLIPPING, SLM AND TWO PIECEWISE COMPANDING TECHNIQUES FOR PAPR REDUCTION IN OFDM SYSTEM Himanshu Amritlal Patel 1, Dr. D. J. Shah 2 1 Department of Electronic and Communication

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

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

PAPR Reduction for MIMO-OFDM Systems using SLM without SI

PAPR Reduction for MIMO-OFDM Systems using SLM without SI PAPR Reduction for MIMO-OFDM Systems using SLM without SI P.Srutha Keerthi M.Tech Student (wireless and mobile communications), Department of ETM, GNITS, Hyderabad, Telangana, India. sruthakeerthipalem@gmail.com

More information

International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: Issue 06, Volume 3 (June 2016)

International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: Issue 06, Volume 3 (June 2016) COMPARATIVE STUDY OF PAPR REDUCTION ON SPECTRUM AND ENERGY EFFICIENCIES USING CLIPPING AND FILTERING TECHNIQUE AND PARTIAL TRANSMIT SEQUENCE TECHNIQUE IN OFDM SYSTEM Shashiranjan roy Manav Rachna international

More information

SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE

SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE SIDELOBE SUPPRESSION AND PAPR REDUCTION FOR COGNITIVE RADIO MIMO-OFDM SYSTEMS USING CONVEX OPTIMIZATION TECHNIQUE Suban.A 1, Jeswill Prathima.I 2, Suganyasree G.C. 3, Author 1 : Assistant Professor, ECE

More information

Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM

Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM Orthogonal Cyclic Prefix for Time Synchronization in MIMO-OFDM Gajanan R. Gaurshetti & Sanjay V. Khobragade Dr. Babasaheb Ambedkar Technological University, Lonere E-mail : gaurshetty@gmail.com, svk2305@gmail.com

More information

Performance of OFDM System under Different Fading Channels and Coding

Performance of OFDM System under Different Fading Channels and Coding Bulletin of Electrical Engineering and Informatics ISSN: 2302-9285 Vol. 6, No. 1, March 2017, pp. 54~61, DOI: 10.11591/eei.v6i1.591 54 Performance of OFDM System under Different Fading s and Coding Pratima

More information

ORTHOGONAL frequency division multiplexing (OFDM)

ORTHOGONAL frequency division multiplexing (OFDM) IEEE TRANSACTIONS ON BROADCASTING, VOL. 50, NO. 3, SEPTEMBER 2004 335 Modified Selected Mapping Technique for PAPR Reduction of Coded OFDM Signal Seung Hee Han, Student Member, IEEE, and Jae Hong Lee,

More information

Reduction of PAPR of OFDM Using Exponential Companding Technique with Network Coding

Reduction of PAPR of OFDM Using Exponential Companding Technique with Network Coding Reduction of PAPR of OFDM Using Exponential Companding Technique with Network Coding Miss. Sujata P. Jogdand 1, Proff. S.L.Kotgire 2 1 (Dept. of Electronics & Telecommunication, M.G.M s college of Engg./S.R.T.M.

More information

Peak to Average Power Ratio Reduction in Mc Cdma System by Using Pulse Shaping Technique

Peak to Average Power Ratio Reduction in Mc Cdma System by Using Pulse Shaping Technique IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735. Volume 7, Issue 2 (Jul. - Aug. 2013), PP 23-27 Peak to Average Power Ratio Reduction in Mc Cdma

More information

PAPR Reduction of OFDM System using LBC

PAPR Reduction of OFDM System using LBC PAPR Reduction of OFDM System using LBC Kushnure DT PG Student Kamthane AN Professor Ghanwat VP Assistant Professor ABSTRACT In this paper, we propose an efficient scheme to reduce the peak-to-average

More information

FPGA Implementation of PAPR Reduction Technique using Polar Clipping

FPGA Implementation of PAPR Reduction Technique using Polar Clipping International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 2, Issue 11 (July 2013) PP: 16-20 FPGA Implementation of PAPR Reduction Technique using Polar Clipping Kiran

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

An Improved Clipping And Filtering Methods With Discrete Cosine Transform (DCT) For Peak-To-Average Power Ratio (PAPR) Reduction

An Improved Clipping And Filtering Methods With Discrete Cosine Transform (DCT) For Peak-To-Average Power Ratio (PAPR) Reduction An Improved Clipping And Filtering Methods With Discrete Cosine Transform (DCT) For Peak-To-Average Power Ratio (PAPR) Reduction Lim Yong Liang, Aeizaal Azman A. Wahab, Hazmarini Husin School of Electrical

More information

Analysis of Selective Mapping PAPR Reduction Technique in OFDM System

Analysis of Selective Mapping PAPR Reduction Technique in OFDM System Analysis of Selective Mapping PAPR Reduction Technique in OFDM System Kusum Lata M-Tech (Student), ECE Department Career point University Hamirpur, India Shilpa Jaswal Assistant Professor, ECE Department

More information