SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 58
PEAK-TO–AVERAGE POWER RATIO REDUCTION OF OFDM SIGANLS
Nilofer SK1
, Shaik. Umar Faruq2
Student (M,Tech), ECE Department, QUBA College of engineering and Technology, AP, India,nilofershaik@gmail.com
Assoc Prof, ECE Department, QUBA College of engineering and Technology, AP, India,Faruq_sk3003@yahoo.co.in
Abstract
Orthogonal frequency division multiplexing (OFDM) is a form of multicarrier modulation technique with high spectral efficiency and
immunity to interference. Despite of many advantages the main disadvantage of OFDM is that the time domain of OFDM signal
which is a sum of subcarrier sinusoids leads to high Peak-to-Average power ratio (PAPR). A simple technique used to reduce the
PAPR of OFDM signals is to clip the signal to a maximum allowed value, at the cost of bit error rate(BER) degradation and out-of-
band radiation. The other method is Selective mapping method(SLM) technique which is a probabilistic technique for PAPR reduction
with aim of reducing the occurrence of peaks in a signal. In this project partial transmit (PTS) scheme along with the threshold
technique has been simulated using Matlab and the simulation results shows that the technique performs better. To compare the
results SLM and clipping methods are also simulated.
Index Terms –Orthogonal Frequency Division Multiplexing (OFDM), Peak-to-Average power ratio (PAPR), Inverse
Discrete Fourier Transform (IDFT), Inverse Fast Fourier Transform (IFFT), Partial Transmit Scheme (PTS), Selective
Mapping Method (SLM) and Bit Error Rate (BER) degradation.
-------------------------------------------------------------------***-------------------------------------------------------------------
1. INTRODUCTION
In the last years wireless communications have experienced a
fast growth due to the high mobility that they allow. However
wireless channels have some disadvantages like multipath
fading and inter channel interference (ICI). The modulation that
effectively deals with multipath fading is OFDM. As OFDM is
a Multicarrier modulation technique splits the high rate data
stream into N sub streams of lower data rate. The parallel
systems divide the available bandwidth into N non overlapping
sub channels. Each sub channel is modulated with a separate
symbol and then the N sub channels are frequency multiplexed.
The OFDM modulated signal can be expressed as
x(t)= 𝑋 𝑛 exp⁡(𝑗2𝜋𝑓𝑡)𝑁−1
0 for (0<t<Ts) [1]
whereTs is the duration of an OFDM symbol 1/Ts is the
distance between sub carriers(or sub channel space) in
frequency domain ( ∆f) and Sn a block of N data complex
symbols chosen from a signal constellation like QAM or PSK.
Each sub carrier is located at
fn=nTs for (0<n<N-1) [2]
In order to maintain the orthogonality between the OFDM
symbols, the symbol duration and sub channel space must meet
the condition Ts∆𝑓 =1.This way inter channel interference is
eliminated but it leads to poor spectral efficiency. In order to
use the spectrum efficiently overlapping of the sub channels
Figure1: Block diagram of OFDM
Figure2: OFDM spectrum for N sub carriers
is done but problem is that it introduces crosstalk between sub
carriers which is eliminated by introducing orthogonal between
the sub carriers which is a precise mathematical relationship
between the frequencies of the carriers of the system.
Frequency selective channels are characterized either by their
delay spread or by the channel coherence bandwidth. In a single
carrier system a single fade or interference can cause the whole
link to fail but in multi carrier systems only a few of the total
sub carriers will be affected. In this way multipath fading is
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 59
eliminated. The main disadvantage of OFDM is the high peak-
to-average power ratio (PAPR). When the OFDM is
transformed to time domain the resulting signal is the sum of all
the sub carriers and when all the subcarriers add up in phase the
result is a peak N times higher than the average power. High
PAPR degrades performance of OFDM signals by forcing the
analog amplifier to work in nonlinear region, distorting the
signal and making the amplifier to consume more power.
In this paper, a clipping method, selective mapping method and
partial transmit scheme along with the threshold technique and
binary code has been simulated. The methods have been
simulated with Matlab and the simulation results show that
proposed technique performs better than the existing ones with
low computational complexity.
2. PAPR REDUCTION TECHNIQUES
Peak power occurs when modulated symbols are added with the
same phase. So PAPR is the ratio of maximum power to the
average power of the signal. It is given as
[3]
PAPR reduction techniques are two types. They are Distortion
based techniques and Redundancy based techniques. In
distortion based techniques the time domain signals are directly
supressed for which the power signal exceeds a certain
threshold level. Some of the examples of this type are clipping
method, PTS method etc. In Redundancy based techniques
number of candidate signals are generated and then selects the
one candidate signal which will have lowest PAPR for actual
transmission. Some of the examples of this type are SLM
method, Tone reservation method, Tone rejection method, etc.
3. CLIPPING METHOD
Clipping is one of the most simple and effective methods of
PAPR reduction. In this method when the large peak that
exceeds a certain threshold level value and occurs infrequently
is clipped deliberately. The value of the threshold is chosen in
such a way that it provides good PAPR reduction with less
BER. Clipping is a non-linear process and may cause
significant in-band distortion that causes BER; out-band
distortion causes degradation in spectral efficiency. Let the
complex base band of signal is clipped such that the maximum
absolute value of x is A that is │x│= A, taken absolute of each
element of │x│ that is x1, x2, x3, x4……xn and if any x‟s
exceeds A, it is clipped so that maximum absolute value of x‟s
is A.
Figure3: Block diagram of clipping method
Clipping is accomplished by
x = A if x > A
x = x if x ≤ A [4]
After clipping let x be the received signal (assuming no
addition of external noise) but due to clipping, there is certain
bit error rate (BER).
PAPR1
=
max { 𝑥2 }
𝐸[ 𝑥2 ]
[5]
4. SELECTIVE MAPPING METHOD
SLM is a probabilistic technique for PAPR reduction with the
aim of reducing the occurrence of peaks in a signal. In this
method a set of candidate signals is generated. Before
transmitting the signal, its PAPR is calculated and the one with
least value of PAPR is transmitted. The actual transmit signal
lowest PAPR is selected from a set of sufficiently different
signals which all represents the same information. SLM method
is very flexible as they do not impose any restriction on
modulation applied in the subcarriers or on their number, but
the only disadvantage is increased computational complexity
and increased overheads of side information. Let‟s data stream
after serial to parallel conversion as X = [ X0, X1, ………. Xn]T
.
Figure4: Block diagram of SLM Method
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 60
Initially each input each 𝑋 𝑛
𝑢
can be defined as equation
𝑥 𝑛
𝑢
= 𝑥 𝑛 ∗ 𝑏 𝑛
𝑢
[6]
and𝐵 𝑢
can be written as
𝑥 𝑛
𝑢
= [ 𝑥0
𝑢
, 𝑥1
𝑢
… … . 𝑥 𝑁−1
𝑢
][7]
Where u = 0,1,2…..U to make the U phase rotated OFDM data
blocks. All U phased rotated OFDM data blocks represented
the same information as the unmodified OFDM data block
provided that the phase sequence is known. Output data of the
lowest PAPR is selected to transmit. PAPR reduction effect
will be better as the copy block U is increased. SLM method
effectively reduces PAPR without any signal distortion but it
has higher system complexity and computational burden.
5. PARTIAL TRANSMIT SCHEME
PTS method is a distortion less phase optimization scheme
provides reduction of PAPR with a small amount of
redundancy. The input data is divided in to number of disjoint
sub blocks and they are weighted by a set of phase factors to
create a set of candidate signals. Finally the candidate signal
with the lowest PAPR with the help of threshold is chosen for
transmission.
Figure5: Block diagram of Partial Transmit Scheme
Let N denote the number of subcarriers used for parallel
information transmission and xk (0≤k≤N-1) represent the kth
complex modulated symbol in a block of information symbols.
As shown in the figure for PAPR reduction using PTS scheme,
the frequency domain vector X is partitioned into disjoint V sub
blocks, which are represented by Xv
, v= 1,2,3…V. Hence
𝑋 = 𝑋 𝑣𝑉
𝑣=1 [8]
Where Xv
= [𝑋0
𝑣
, 𝑋1
𝑣
, 𝑋2
𝑣
… … 𝑋 𝑁−1
𝑣
] with 𝑋 𝑘
𝑣
= 𝑋 𝑘 or 0 (1≤v≤V).
let b=bv=exp(j𝜃𝑣), v=1,2,3…V be the set of phase factors
which are applied to the sub blocks Xv
. The substitute
frequency domain signals are
X│
= 𝑏 𝑣 𝑋 𝑣
, (𝑏 𝑣 = exp⁡(𝑗𝜃𝑣)𝑉
𝑣=1 )[9]
Note that these partial sequences are independently rotated by
phase factors b, taking the IDFT of the above equation and
using the linearity property of the IDFT, the time domain
partial transmit sequences can be expressed as
x│
= IDFT( X│
) = 𝑏 𝑣 𝐼𝐷𝐹𝑇(𝑋 𝑣
)𝑉
𝑣=1 = 𝑏 𝑣
𝑉
𝑣=1 𝑥 𝑣
[10]
The objective is to optimally combine the V sub blocks to
obtain the time domain OFDM signals with the lowest PAPR.
Without any loss of performance, one can set b1=1 and observe
that there are (V-1) sub blocks to be optimized. Consequently,
to achieve the optimal phase factor for each input data sequence
(assume that there are W phase vectors in the phase set), Wv-1
combinations should be checked in order to obtain the
minimum PAPR. Therefore, the search complexity for an
optimum set of the phase factors increases exponentially with
the number of sub blocks.
6. PROPOSED PTS SCHEME WITH LOW
COMPLEXITY
A PTS scheme is presented based on listing the phase factors
into multiple subsets table and utilizing the correlation among
the phase factors in each subset, in order to reduce the
computational complexity. Here, we firstly introduce the
concept of „basis vector of the phase factors‟: for a PTS based
OFDM system with V=2 and W=2, we can list all phase
factors: b1= [1, 1], b2= [1,-1]. For this reason, we can take
B1=[1,1] as the basis vector of the phase factors, provided the
sign of the elements is not considered. As for V=2 and W=4, all
phase factors are b1=[1,1], b2=[1,-1], b3=[1,j], b4=[1,-j], so the
basis vectors of the phase factors can be written as B1=[1,1],
B2=[1,j] (see as a real number).
Then, list all phase weighting vectors in the table subject to the
following rules:
i. Find the basis vectors of all phase weighting vectors
and put them in the first row, note that only one
element in the adjacent basis vectors is different.
ii. In each column, the phase weighting vectors have the
same basis vector.
iii. For the adjacent phase weighting vectors in the same
column, only the sign of one element is different.
iv. The sign of the last phase weighting vectors in one
column is the same as the first weighting vectors in the
next column.
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 61
7. PERFORMANCE ANALYSIS
By employing the threshold to the PAPR reduction techniques
the computational complexity is reduced. The computational
complexity of a PTS based can also be reduced by reducing the
number of candidate signals, but the computational complexity
is reduced at the cost of performance loss for PAPR reduction.
Unlike these methods without the loss of performance PAPR
can reduced based on the threshold so that if the required PAPR
is threshold is fixed, then the candidate signal of the lowest
PAPR is only transmitted. The sub block partition method that
is used is interleaved partition.
RESULTS
Figure6: SLM Method
Figure7: SLM method when Phase shift is 11
Figure8: Basic PAPR in the OFDM systems
Figure9: Reduced PAPR using Clipping Method
Figure10: Reduced PAPR using PTS scheme with threshold
IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163
__________________________________________________________________________________________
Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 62
CONCLUSIONS
High PAPR of transmitted signal is one of the major drawbacks
of OFDM systems. In the PTS scheme, the computational
complexity that has been increased extensively with the number
of sub blocks, in order to reduce this complexity has been
reduced by utilizing the correlation among the candidate
signals. In addition to that with the addition of Threshold
technique, the PAPR value has been reduced. On comparison
with the Clipping method and SLM method the proposed
method has given the best PAPR results required.In the OFDM
systems the orthogonality can be obtained using the Walsh
Hadmard codes, IIFT instead of IDFT.
ACKNOWLEDGEMENTS
I would like to express sincere thanks to our project guide
Mr.Farukumarshaik[Ph.d], M.Tech,The HOD, Department of
Electronics and communication Engineering, Quba college of
Engineering, Nellore. I would like to express my thanks to
P.Praveen, M.Tech, The Engineer at Qualcomm, Hyderabad
who gave me the ideas to the project. Finally I would like to
thank all teaching, non-teaching staff, colleagues and my
parents for their sincere help to complete my project without
any problem.
REFERENCES
[1] XueLi,Vasu.D.Chakravarthy “Spreading Code Design of
Adaptive Non-Contiguous SOFDM for Dynamic
Spectrum Access”, IEEE Journal of Selected Topics in
Signal Processing,vol.5,no.1,Jan. 2011.
[2] Henrik Schulze and Christian Luders. ”Theory and
Applications of OFDM and CDMA.Wideband Wireless
Communications”. Wiley, 2003.
[3] Y.Wu and W. Y. Zou, “Orthogonal frequency division
multiplexing: A multi-carrier modulation scheme,” IEEE
Trans. Consumer Electronics, vol. 41, no. 3, pp. 392–
399, Aug. 1995.
[4] N. Dinur and D. Wulich, “Peak-to-average power ratio
in high-order OFDM,” IEEE Trans. Communications,
vol. 49, no. 6, pp. 1063–1072, Jun. 2001.
[5] Lingyin Wang and Ju Liu, Senio “PAPR Reduction of
OFDM Signals by PTS With Grouping and Recursive
Phase Weighting Methods” IEEE Transactions on
Broadcasting,vol.43,no.1,Jan. 2010.
[6] Jun Hou, JianhuaGe, and Jing Li “Peak-to-Average
Power Ratio Reduction of OFDM Signals Using PTS
Scheme With Low Computational Complexity” IEEE
Transactions on Broadcasting, vol.57, no.1, March 2011
[7] Ms. V. B. Malode, Dr. B. P. Patil“PAPR Reduction
Using Modified Selective Mapping Technique”.Int. J. of
Advanced Networking and Applications, Volume:02,
Issue: 02, Pages:626-630 (2010).
[8] G.Yue, X.Wang,M.Madihian “Peak-to-Average Power
Ratio Reduction scheme with Threshold limited
selection for orthogonal frequency division
multiplexing” IET Communications Vol. 2, No. 8, pp.
1034–1042,2008.Heung-Gyoon Ryu, Member, IEEE,
Jae-Eun Lee and Jin-Soo Park, Member, IEEE “Dummy
Sequence Insertion (DSI) for PAPR Reduction in the
OFDM Communication System” IEEE Transactions on
Consumer Electronics, Vol. 94 50, No. 1, FEBRUARY
2004.
[9] Y. Zhou and T. Jiang, "A novel clipping integrated into
ACE for PAPR reduction in OFDM systems," 2009
International Conference on Wireless Communications
and Signal Processing, WCSP 2009, Mar.2009.
BIOGRAPHIES
Nilofer.SKhas Received B.tech in
Electronics and Communication Engineering
(ECE) from JNTU, Anantapur, India in
2009. She is persuingherM.Tech in
Qubacollege of engineering and technology,
JNTUA, Anantapur.
Shaik. Umar Faruq is working as an
Associate Professor in QUBA College of
engineering and Technology, Nellore. He has
9 years teaching experience both at UG and
PG level and 1 year industrial experience.

Contenu connexe

Tendances

Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3JAIGANESH SEKAR
 
FDM,OFDM,OFDMA,MIMO
FDM,OFDM,OFDMA,MIMOFDM,OFDM,OFDMA,MIMO
FDM,OFDM,OFDMA,MIMONadeem Rana
 
Spread spectrum
Spread spectrumSpread spectrum
Spread spectrummpsrekha83
 
OXX B66 Rx sensitivity and desense analysis issue debug
OXX B66 Rx sensitivity and desense analysis issue debugOXX B66 Rx sensitivity and desense analysis issue debug
OXX B66 Rx sensitivity and desense analysis issue debugPei-Che Chang
 
Large scale path loss 1
Large scale path loss 1Large scale path loss 1
Large scale path loss 1Vrince Vimal
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationIaetsd Iaetsd
 
Introduction To Wireless Fading Channels
Introduction To Wireless Fading ChannelsIntroduction To Wireless Fading Channels
Introduction To Wireless Fading ChannelsNitin Jain
 
Free space optical communication(final)
Free space optical communication(final)Free space optical communication(final)
Free space optical communication(final)kanusinghal3
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCVetrivel Chelian
 

Tendances (20)

Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3
 
Vehicular mmWave Communication and Joint Communication Radars: Opportunities ...
Vehicular mmWave Communication and Joint Communication Radars: Opportunities ...Vehicular mmWave Communication and Joint Communication Radars: Opportunities ...
Vehicular mmWave Communication and Joint Communication Radars: Opportunities ...
 
FDM,OFDM,OFDMA,MIMO
FDM,OFDM,OFDMA,MIMOFDM,OFDM,OFDMA,MIMO
FDM,OFDM,OFDMA,MIMO
 
Ofdm for wireless
Ofdm for wirelessOfdm for wireless
Ofdm for wireless
 
Receiver design
Receiver designReceiver design
Receiver design
 
OFDM
OFDMOFDM
OFDM
 
Spread spectrum
Spread spectrumSpread spectrum
Spread spectrum
 
Precoding
PrecodingPrecoding
Precoding
 
OXX B66 Rx sensitivity and desense analysis issue debug
OXX B66 Rx sensitivity and desense analysis issue debugOXX B66 Rx sensitivity and desense analysis issue debug
OXX B66 Rx sensitivity and desense analysis issue debug
 
My thesis
My thesisMy thesis
My thesis
 
Turbo codes.ppt
Turbo codes.pptTurbo codes.ppt
Turbo codes.ppt
 
OFC
OFCOFC
OFC
 
Ofdma
OfdmaOfdma
Ofdma
 
Large scale path loss 1
Large scale path loss 1Large scale path loss 1
Large scale path loss 1
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
Introduction To Wireless Fading Channels
Introduction To Wireless Fading ChannelsIntroduction To Wireless Fading Channels
Introduction To Wireless Fading Channels
 
Free space optical communication(final)
Free space optical communication(final)Free space optical communication(final)
Free space optical communication(final)
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMC
 
Wireless Backhaul
Wireless BackhaulWireless Backhaul
Wireless Backhaul
 
LDPC Encoding
LDPC EncodingLDPC Encoding
LDPC Encoding
 

En vedette

An Overview : Peak to Average Power Ratio (PAPR) in OFDM system using some ne...
An Overview : Peak to Average Power Ratio (PAPR) in OFDM system using some ne...An Overview : Peak to Average Power Ratio (PAPR) in OFDM system using some ne...
An Overview : Peak to Average Power Ratio (PAPR) in OFDM system using some ne...Z AL Hashemi
 
To Study The Phase Noise Effect In OFDM Based Communication System
To Study The Phase Noise Effect In OFDM Based Communication SystemTo Study The Phase Noise Effect In OFDM Based Communication System
To Study The Phase Noise Effect In OFDM Based Communication SystemRajeev Kumar
 
Evaluation performance between ofdm and cdma
Evaluation performance between  ofdm and cdmaEvaluation performance between  ofdm and cdma
Evaluation performance between ofdm and cdmapratibha007
 
Ofdm sim-matlab-code-tutorial web for EE students
Ofdm sim-matlab-code-tutorial web for EE studentsOfdm sim-matlab-code-tutorial web for EE students
Ofdm sim-matlab-code-tutorial web for EE studentsMike Martin
 
Ofdm performance analysis
Ofdm performance analysisOfdm performance analysis
Ofdm performance analysisSaroj Dhakal
 
OFDM transmission step-by-step
OFDM transmission step-by-stepOFDM transmission step-by-step
OFDM transmission step-by-stepErwin Riederer
 
Matlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codesMatlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codeshafsabanu
 
Performance and Analysis of OFDM Signal Using Matlab Simulink
Performance and Analysis of OFDM Signal Using Matlab  SimulinkPerformance and Analysis of OFDM Signal Using Matlab  Simulink
Performance and Analysis of OFDM Signal Using Matlab SimulinkIJMER
 
Introduction to OFDM
Introduction to OFDMIntroduction to OFDM
Introduction to OFDMJohn Thomas
 
The Designer's Guide to Startup Weekend
The Designer's Guide to Startup WeekendThe Designer's Guide to Startup Weekend
The Designer's Guide to Startup WeekendIryna Nezhynska
 
Hacking the Creative Brain
Hacking the Creative BrainHacking the Creative Brain
Hacking the Creative BrainDenise Jacobs
 
Génération et analyse des signaux LTE par matlab
Génération et analyse des signaux LTE par matlabGénération et analyse des signaux LTE par matlab
Génération et analyse des signaux LTE par matlabouissam cherier
 

En vedette (18)

An Overview : Peak to Average Power Ratio (PAPR) in OFDM system using some ne...
An Overview : Peak to Average Power Ratio (PAPR) in OFDM system using some ne...An Overview : Peak to Average Power Ratio (PAPR) in OFDM system using some ne...
An Overview : Peak to Average Power Ratio (PAPR) in OFDM system using some ne...
 
CDMA
CDMACDMA
CDMA
 
To Study The Phase Noise Effect In OFDM Based Communication System
To Study The Phase Noise Effect In OFDM Based Communication SystemTo Study The Phase Noise Effect In OFDM Based Communication System
To Study The Phase Noise Effect In OFDM Based Communication System
 
Evaluation performance between ofdm and cdma
Evaluation performance between  ofdm and cdmaEvaluation performance between  ofdm and cdma
Evaluation performance between ofdm and cdma
 
Ofdm sim-matlab-code-tutorial web for EE students
Ofdm sim-matlab-code-tutorial web for EE studentsOfdm sim-matlab-code-tutorial web for EE students
Ofdm sim-matlab-code-tutorial web for EE students
 
OFDM
OFDMOFDM
OFDM
 
Ofdm performance analysis
Ofdm performance analysisOfdm performance analysis
Ofdm performance analysis
 
OFDM transmission step-by-step
OFDM transmission step-by-stepOFDM transmission step-by-step
OFDM transmission step-by-step
 
OFDM
OFDMOFDM
OFDM
 
Ofdm final
Ofdm finalOfdm final
Ofdm final
 
4g lte matlab
4g lte matlab4g lte matlab
4g lte matlab
 
Matlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codesMatlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codes
 
Performance and Analysis of OFDM Signal Using Matlab Simulink
Performance and Analysis of OFDM Signal Using Matlab  SimulinkPerformance and Analysis of OFDM Signal Using Matlab  Simulink
Performance and Analysis of OFDM Signal Using Matlab Simulink
 
Ofdm
OfdmOfdm
Ofdm
 
Introduction to OFDM
Introduction to OFDMIntroduction to OFDM
Introduction to OFDM
 
The Designer's Guide to Startup Weekend
The Designer's Guide to Startup WeekendThe Designer's Guide to Startup Weekend
The Designer's Guide to Startup Weekend
 
Hacking the Creative Brain
Hacking the Creative BrainHacking the Creative Brain
Hacking the Creative Brain
 
Génération et analyse des signaux LTE par matlab
Génération et analyse des signaux LTE par matlabGénération et analyse des signaux LTE par matlab
Génération et analyse des signaux LTE par matlab
 

Similaire à Peak to-average power ratio reduction of ofdm siganls

Performance analysis of papr reduction techniques in multicarrier modulation ...
Performance analysis of papr reduction techniques in multicarrier modulation ...Performance analysis of papr reduction techniques in multicarrier modulation ...
Performance analysis of papr reduction techniques in multicarrier modulation ...eSAT Journals
 
Sc fdma -an efficient technique for papr reduction in
Sc fdma -an efficient technique for papr reduction inSc fdma -an efficient technique for papr reduction in
Sc fdma -an efficient technique for papr reduction ineSAT Publishing House
 
Performance analysis of papr reduction techniques in multicarrier modulation ...
Performance analysis of papr reduction techniques in multicarrier modulation ...Performance analysis of papr reduction techniques in multicarrier modulation ...
Performance analysis of papr reduction techniques in multicarrier modulation ...eSAT Publishing House
 
A low complexity partial transmit sequence scheme for better papr reduction i...
A low complexity partial transmit sequence scheme for better papr reduction i...A low complexity partial transmit sequence scheme for better papr reduction i...
A low complexity partial transmit sequence scheme for better papr reduction i...eSAT Journals
 
PAPR Reduction in OFDM using Active and Non-Active Channels
PAPR Reduction in OFDM using Active and Non-Active ChannelsPAPR Reduction in OFDM using Active and Non-Active Channels
PAPR Reduction in OFDM using Active and Non-Active ChannelsIOSR Journals
 
Peak to Average Power Ratio Performance of a 16-QAM/OFDM System with Partial ...
Peak to Average Power Ratio Performance of a 16-QAM/OFDM System with Partial ...Peak to Average Power Ratio Performance of a 16-QAM/OFDM System with Partial ...
Peak to Average Power Ratio Performance of a 16-QAM/OFDM System with Partial ...IOSR Journals
 
A low complexity partial transmit sequence scheme for
A low complexity partial transmit sequence scheme forA low complexity partial transmit sequence scheme for
A low complexity partial transmit sequence scheme foreSAT Publishing House
 
PERFORMANCE IMPROVEMENT OF PAPR REDUCTION FOR OFDM SIGNAL IN LTE SYSTEM
PERFORMANCE IMPROVEMENT OF PAPR REDUCTION FOR OFDM SIGNAL IN LTE SYSTEMPERFORMANCE IMPROVEMENT OF PAPR REDUCTION FOR OFDM SIGNAL IN LTE SYSTEM
PERFORMANCE IMPROVEMENT OF PAPR REDUCTION FOR OFDM SIGNAL IN LTE SYSTEMijwmn
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelIOSR Journals
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelIOSR Journals
 
Performance comparison of two clipping based filtering methods for papr reduc...
Performance comparison of two clipping based filtering methods for papr reduc...Performance comparison of two clipping based filtering methods for papr reduc...
Performance comparison of two clipping based filtering methods for papr reduc...ijmnct
 
A Hybrid PAPR Reduction Scheme for OFDM System
A Hybrid PAPR Reduction Scheme for OFDM  System A Hybrid PAPR Reduction Scheme for OFDM  System
A Hybrid PAPR Reduction Scheme for OFDM System ijmnct
 
A Modified Design Of Acf Operation For Reducing Papr Of Ofdm Signal
A Modified Design Of Acf Operation For Reducing Papr Of Ofdm SignalA Modified Design Of Acf Operation For Reducing Papr Of Ofdm Signal
A Modified Design Of Acf Operation For Reducing Papr Of Ofdm Signaljosephjonse
 
Comparison of various peak to average power reduction techniques
Comparison of various peak to average power reduction techniquesComparison of various peak to average power reduction techniques
Comparison of various peak to average power reduction techniquesAlexander Decker
 
Performance Evaluation of PAPR Reduction with SER and BER by Modified Clippin...
Performance Evaluation of PAPR Reduction with SER and BER by Modified Clippin...Performance Evaluation of PAPR Reduction with SER and BER by Modified Clippin...
Performance Evaluation of PAPR Reduction with SER and BER by Modified Clippin...ijcsse
 
A modified design of acf operation for reducing papr of ofdm signal
A modified design of acf operation for reducing papr of ofdm signalA modified design of acf operation for reducing papr of ofdm signal
A modified design of acf operation for reducing papr of ofdm signalijngnjournal
 
At32715720
At32715720At32715720
At32715720IJMER
 

Similaire à Peak to-average power ratio reduction of ofdm siganls (20)

Performance analysis of papr reduction techniques in multicarrier modulation ...
Performance analysis of papr reduction techniques in multicarrier modulation ...Performance analysis of papr reduction techniques in multicarrier modulation ...
Performance analysis of papr reduction techniques in multicarrier modulation ...
 
Sc fdma -an efficient technique for papr reduction in
Sc fdma -an efficient technique for papr reduction inSc fdma -an efficient technique for papr reduction in
Sc fdma -an efficient technique for papr reduction in
 
Performance analysis of papr reduction techniques in multicarrier modulation ...
Performance analysis of papr reduction techniques in multicarrier modulation ...Performance analysis of papr reduction techniques in multicarrier modulation ...
Performance analysis of papr reduction techniques in multicarrier modulation ...
 
A low complexity partial transmit sequence scheme for better papr reduction i...
A low complexity partial transmit sequence scheme for better papr reduction i...A low complexity partial transmit sequence scheme for better papr reduction i...
A low complexity partial transmit sequence scheme for better papr reduction i...
 
PAPR Reduction in OFDM using Active and Non-Active Channels
PAPR Reduction in OFDM using Active and Non-Active ChannelsPAPR Reduction in OFDM using Active and Non-Active Channels
PAPR Reduction in OFDM using Active and Non-Active Channels
 
Peak to Average Power Ratio Performance of a 16-QAM/OFDM System with Partial ...
Peak to Average Power Ratio Performance of a 16-QAM/OFDM System with Partial ...Peak to Average Power Ratio Performance of a 16-QAM/OFDM System with Partial ...
Peak to Average Power Ratio Performance of a 16-QAM/OFDM System with Partial ...
 
Aj044236240
Aj044236240Aj044236240
Aj044236240
 
A low complexity partial transmit sequence scheme for
A low complexity partial transmit sequence scheme forA low complexity partial transmit sequence scheme for
A low complexity partial transmit sequence scheme for
 
PERFORMANCE IMPROVEMENT OF PAPR REDUCTION FOR OFDM SIGNAL IN LTE SYSTEM
PERFORMANCE IMPROVEMENT OF PAPR REDUCTION FOR OFDM SIGNAL IN LTE SYSTEMPERFORMANCE IMPROVEMENT OF PAPR REDUCTION FOR OFDM SIGNAL IN LTE SYSTEM
PERFORMANCE IMPROVEMENT OF PAPR REDUCTION FOR OFDM SIGNAL IN LTE SYSTEM
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
 
40120140505007 2-3-4
40120140505007 2-3-440120140505007 2-3-4
40120140505007 2-3-4
 
40120140505007 2-3
40120140505007 2-340120140505007 2-3
40120140505007 2-3
 
Performance comparison of two clipping based filtering methods for papr reduc...
Performance comparison of two clipping based filtering methods for papr reduc...Performance comparison of two clipping based filtering methods for papr reduc...
Performance comparison of two clipping based filtering methods for papr reduc...
 
A Hybrid PAPR Reduction Scheme for OFDM System
A Hybrid PAPR Reduction Scheme for OFDM  System A Hybrid PAPR Reduction Scheme for OFDM  System
A Hybrid PAPR Reduction Scheme for OFDM System
 
A Modified Design Of Acf Operation For Reducing Papr Of Ofdm Signal
A Modified Design Of Acf Operation For Reducing Papr Of Ofdm SignalA Modified Design Of Acf Operation For Reducing Papr Of Ofdm Signal
A Modified Design Of Acf Operation For Reducing Papr Of Ofdm Signal
 
Comparison of various peak to average power reduction techniques
Comparison of various peak to average power reduction techniquesComparison of various peak to average power reduction techniques
Comparison of various peak to average power reduction techniques
 
Performance Evaluation of PAPR Reduction with SER and BER by Modified Clippin...
Performance Evaluation of PAPR Reduction with SER and BER by Modified Clippin...Performance Evaluation of PAPR Reduction with SER and BER by Modified Clippin...
Performance Evaluation of PAPR Reduction with SER and BER by Modified Clippin...
 
A modified design of acf operation for reducing papr of ofdm signal
A modified design of acf operation for reducing papr of ofdm signalA modified design of acf operation for reducing papr of ofdm signal
A modified design of acf operation for reducing papr of ofdm signal
 
At32715720
At32715720At32715720
At32715720
 

Plus de eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementseSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case studyeSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case studyeSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreeSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialseSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizereSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementeSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteeSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaeSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodeSAT Journals
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniqueseSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...eSAT Journals
 

Plus de eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniquesEstimation of morphometric parameters and runoff using rs &amp; gis techniques
Estimation of morphometric parameters and runoff using rs &amp; gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Dernier

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 

Dernier (20)

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 

Peak to-average power ratio reduction of ofdm siganls

  • 1. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 58 PEAK-TO–AVERAGE POWER RATIO REDUCTION OF OFDM SIGANLS Nilofer SK1 , Shaik. Umar Faruq2 Student (M,Tech), ECE Department, QUBA College of engineering and Technology, AP, India,nilofershaik@gmail.com Assoc Prof, ECE Department, QUBA College of engineering and Technology, AP, India,Faruq_sk3003@yahoo.co.in Abstract Orthogonal frequency division multiplexing (OFDM) is a form of multicarrier modulation technique with high spectral efficiency and immunity to interference. Despite of many advantages the main disadvantage of OFDM is that the time domain of OFDM signal which is a sum of subcarrier sinusoids leads to high Peak-to-Average power ratio (PAPR). A simple technique used to reduce the PAPR of OFDM signals is to clip the signal to a maximum allowed value, at the cost of bit error rate(BER) degradation and out-of- band radiation. The other method is Selective mapping method(SLM) technique which is a probabilistic technique for PAPR reduction with aim of reducing the occurrence of peaks in a signal. In this project partial transmit (PTS) scheme along with the threshold technique has been simulated using Matlab and the simulation results shows that the technique performs better. To compare the results SLM and clipping methods are also simulated. Index Terms –Orthogonal Frequency Division Multiplexing (OFDM), Peak-to-Average power ratio (PAPR), Inverse Discrete Fourier Transform (IDFT), Inverse Fast Fourier Transform (IFFT), Partial Transmit Scheme (PTS), Selective Mapping Method (SLM) and Bit Error Rate (BER) degradation. -------------------------------------------------------------------***------------------------------------------------------------------- 1. INTRODUCTION In the last years wireless communications have experienced a fast growth due to the high mobility that they allow. However wireless channels have some disadvantages like multipath fading and inter channel interference (ICI). The modulation that effectively deals with multipath fading is OFDM. As OFDM is a Multicarrier modulation technique splits the high rate data stream into N sub streams of lower data rate. The parallel systems divide the available bandwidth into N non overlapping sub channels. Each sub channel is modulated with a separate symbol and then the N sub channels are frequency multiplexed. The OFDM modulated signal can be expressed as x(t)= 𝑋 𝑛 exp⁡(𝑗2𝜋𝑓𝑡)𝑁−1 0 for (0<t<Ts) [1] whereTs is the duration of an OFDM symbol 1/Ts is the distance between sub carriers(or sub channel space) in frequency domain ( ∆f) and Sn a block of N data complex symbols chosen from a signal constellation like QAM or PSK. Each sub carrier is located at fn=nTs for (0<n<N-1) [2] In order to maintain the orthogonality between the OFDM symbols, the symbol duration and sub channel space must meet the condition Ts∆𝑓 =1.This way inter channel interference is eliminated but it leads to poor spectral efficiency. In order to use the spectrum efficiently overlapping of the sub channels Figure1: Block diagram of OFDM Figure2: OFDM spectrum for N sub carriers is done but problem is that it introduces crosstalk between sub carriers which is eliminated by introducing orthogonal between the sub carriers which is a precise mathematical relationship between the frequencies of the carriers of the system. Frequency selective channels are characterized either by their delay spread or by the channel coherence bandwidth. In a single carrier system a single fade or interference can cause the whole link to fail but in multi carrier systems only a few of the total sub carriers will be affected. In this way multipath fading is
  • 2. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 59 eliminated. The main disadvantage of OFDM is the high peak- to-average power ratio (PAPR). When the OFDM is transformed to time domain the resulting signal is the sum of all the sub carriers and when all the subcarriers add up in phase the result is a peak N times higher than the average power. High PAPR degrades performance of OFDM signals by forcing the analog amplifier to work in nonlinear region, distorting the signal and making the amplifier to consume more power. In this paper, a clipping method, selective mapping method and partial transmit scheme along with the threshold technique and binary code has been simulated. The methods have been simulated with Matlab and the simulation results show that proposed technique performs better than the existing ones with low computational complexity. 2. PAPR REDUCTION TECHNIQUES Peak power occurs when modulated symbols are added with the same phase. So PAPR is the ratio of maximum power to the average power of the signal. It is given as [3] PAPR reduction techniques are two types. They are Distortion based techniques and Redundancy based techniques. In distortion based techniques the time domain signals are directly supressed for which the power signal exceeds a certain threshold level. Some of the examples of this type are clipping method, PTS method etc. In Redundancy based techniques number of candidate signals are generated and then selects the one candidate signal which will have lowest PAPR for actual transmission. Some of the examples of this type are SLM method, Tone reservation method, Tone rejection method, etc. 3. CLIPPING METHOD Clipping is one of the most simple and effective methods of PAPR reduction. In this method when the large peak that exceeds a certain threshold level value and occurs infrequently is clipped deliberately. The value of the threshold is chosen in such a way that it provides good PAPR reduction with less BER. Clipping is a non-linear process and may cause significant in-band distortion that causes BER; out-band distortion causes degradation in spectral efficiency. Let the complex base band of signal is clipped such that the maximum absolute value of x is A that is │x│= A, taken absolute of each element of │x│ that is x1, x2, x3, x4……xn and if any x‟s exceeds A, it is clipped so that maximum absolute value of x‟s is A. Figure3: Block diagram of clipping method Clipping is accomplished by x = A if x > A x = x if x ≤ A [4] After clipping let x be the received signal (assuming no addition of external noise) but due to clipping, there is certain bit error rate (BER). PAPR1 = max { 𝑥2 } 𝐸[ 𝑥2 ] [5] 4. SELECTIVE MAPPING METHOD SLM is a probabilistic technique for PAPR reduction with the aim of reducing the occurrence of peaks in a signal. In this method a set of candidate signals is generated. Before transmitting the signal, its PAPR is calculated and the one with least value of PAPR is transmitted. The actual transmit signal lowest PAPR is selected from a set of sufficiently different signals which all represents the same information. SLM method is very flexible as they do not impose any restriction on modulation applied in the subcarriers or on their number, but the only disadvantage is increased computational complexity and increased overheads of side information. Let‟s data stream after serial to parallel conversion as X = [ X0, X1, ………. Xn]T . Figure4: Block diagram of SLM Method
  • 3. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 60 Initially each input each 𝑋 𝑛 𝑢 can be defined as equation 𝑥 𝑛 𝑢 = 𝑥 𝑛 ∗ 𝑏 𝑛 𝑢 [6] and𝐵 𝑢 can be written as 𝑥 𝑛 𝑢 = [ 𝑥0 𝑢 , 𝑥1 𝑢 … … . 𝑥 𝑁−1 𝑢 ][7] Where u = 0,1,2…..U to make the U phase rotated OFDM data blocks. All U phased rotated OFDM data blocks represented the same information as the unmodified OFDM data block provided that the phase sequence is known. Output data of the lowest PAPR is selected to transmit. PAPR reduction effect will be better as the copy block U is increased. SLM method effectively reduces PAPR without any signal distortion but it has higher system complexity and computational burden. 5. PARTIAL TRANSMIT SCHEME PTS method is a distortion less phase optimization scheme provides reduction of PAPR with a small amount of redundancy. The input data is divided in to number of disjoint sub blocks and they are weighted by a set of phase factors to create a set of candidate signals. Finally the candidate signal with the lowest PAPR with the help of threshold is chosen for transmission. Figure5: Block diagram of Partial Transmit Scheme Let N denote the number of subcarriers used for parallel information transmission and xk (0≤k≤N-1) represent the kth complex modulated symbol in a block of information symbols. As shown in the figure for PAPR reduction using PTS scheme, the frequency domain vector X is partitioned into disjoint V sub blocks, which are represented by Xv , v= 1,2,3…V. Hence 𝑋 = 𝑋 𝑣𝑉 𝑣=1 [8] Where Xv = [𝑋0 𝑣 , 𝑋1 𝑣 , 𝑋2 𝑣 … … 𝑋 𝑁−1 𝑣 ] with 𝑋 𝑘 𝑣 = 𝑋 𝑘 or 0 (1≤v≤V). let b=bv=exp(j𝜃𝑣), v=1,2,3…V be the set of phase factors which are applied to the sub blocks Xv . The substitute frequency domain signals are X│ = 𝑏 𝑣 𝑋 𝑣 , (𝑏 𝑣 = exp⁡(𝑗𝜃𝑣)𝑉 𝑣=1 )[9] Note that these partial sequences are independently rotated by phase factors b, taking the IDFT of the above equation and using the linearity property of the IDFT, the time domain partial transmit sequences can be expressed as x│ = IDFT( X│ ) = 𝑏 𝑣 𝐼𝐷𝐹𝑇(𝑋 𝑣 )𝑉 𝑣=1 = 𝑏 𝑣 𝑉 𝑣=1 𝑥 𝑣 [10] The objective is to optimally combine the V sub blocks to obtain the time domain OFDM signals with the lowest PAPR. Without any loss of performance, one can set b1=1 and observe that there are (V-1) sub blocks to be optimized. Consequently, to achieve the optimal phase factor for each input data sequence (assume that there are W phase vectors in the phase set), Wv-1 combinations should be checked in order to obtain the minimum PAPR. Therefore, the search complexity for an optimum set of the phase factors increases exponentially with the number of sub blocks. 6. PROPOSED PTS SCHEME WITH LOW COMPLEXITY A PTS scheme is presented based on listing the phase factors into multiple subsets table and utilizing the correlation among the phase factors in each subset, in order to reduce the computational complexity. Here, we firstly introduce the concept of „basis vector of the phase factors‟: for a PTS based OFDM system with V=2 and W=2, we can list all phase factors: b1= [1, 1], b2= [1,-1]. For this reason, we can take B1=[1,1] as the basis vector of the phase factors, provided the sign of the elements is not considered. As for V=2 and W=4, all phase factors are b1=[1,1], b2=[1,-1], b3=[1,j], b4=[1,-j], so the basis vectors of the phase factors can be written as B1=[1,1], B2=[1,j] (see as a real number). Then, list all phase weighting vectors in the table subject to the following rules: i. Find the basis vectors of all phase weighting vectors and put them in the first row, note that only one element in the adjacent basis vectors is different. ii. In each column, the phase weighting vectors have the same basis vector. iii. For the adjacent phase weighting vectors in the same column, only the sign of one element is different. iv. The sign of the last phase weighting vectors in one column is the same as the first weighting vectors in the next column.
  • 4. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 61 7. PERFORMANCE ANALYSIS By employing the threshold to the PAPR reduction techniques the computational complexity is reduced. The computational complexity of a PTS based can also be reduced by reducing the number of candidate signals, but the computational complexity is reduced at the cost of performance loss for PAPR reduction. Unlike these methods without the loss of performance PAPR can reduced based on the threshold so that if the required PAPR is threshold is fixed, then the candidate signal of the lowest PAPR is only transmitted. The sub block partition method that is used is interleaved partition. RESULTS Figure6: SLM Method Figure7: SLM method when Phase shift is 11 Figure8: Basic PAPR in the OFDM systems Figure9: Reduced PAPR using Clipping Method Figure10: Reduced PAPR using PTS scheme with threshold
  • 5. IJRET: International Journal of Research in Engineering and Technology ISSN: 2319-1163 __________________________________________________________________________________________ Volume: 01 Issue: 01 | Sep-2012, Available @ http://www.ijret.org 62 CONCLUSIONS High PAPR of transmitted signal is one of the major drawbacks of OFDM systems. In the PTS scheme, the computational complexity that has been increased extensively with the number of sub blocks, in order to reduce this complexity has been reduced by utilizing the correlation among the candidate signals. In addition to that with the addition of Threshold technique, the PAPR value has been reduced. On comparison with the Clipping method and SLM method the proposed method has given the best PAPR results required.In the OFDM systems the orthogonality can be obtained using the Walsh Hadmard codes, IIFT instead of IDFT. ACKNOWLEDGEMENTS I would like to express sincere thanks to our project guide Mr.Farukumarshaik[Ph.d], M.Tech,The HOD, Department of Electronics and communication Engineering, Quba college of Engineering, Nellore. I would like to express my thanks to P.Praveen, M.Tech, The Engineer at Qualcomm, Hyderabad who gave me the ideas to the project. Finally I would like to thank all teaching, non-teaching staff, colleagues and my parents for their sincere help to complete my project without any problem. REFERENCES [1] XueLi,Vasu.D.Chakravarthy “Spreading Code Design of Adaptive Non-Contiguous SOFDM for Dynamic Spectrum Access”, IEEE Journal of Selected Topics in Signal Processing,vol.5,no.1,Jan. 2011. [2] Henrik Schulze and Christian Luders. ”Theory and Applications of OFDM and CDMA.Wideband Wireless Communications”. Wiley, 2003. [3] Y.Wu and W. Y. Zou, “Orthogonal frequency division multiplexing: A multi-carrier modulation scheme,” IEEE Trans. Consumer Electronics, vol. 41, no. 3, pp. 392– 399, Aug. 1995. [4] N. Dinur and D. Wulich, “Peak-to-average power ratio in high-order OFDM,” IEEE Trans. Communications, vol. 49, no. 6, pp. 1063–1072, Jun. 2001. [5] Lingyin Wang and Ju Liu, Senio “PAPR Reduction of OFDM Signals by PTS With Grouping and Recursive Phase Weighting Methods” IEEE Transactions on Broadcasting,vol.43,no.1,Jan. 2010. [6] Jun Hou, JianhuaGe, and Jing Li “Peak-to-Average Power Ratio Reduction of OFDM Signals Using PTS Scheme With Low Computational Complexity” IEEE Transactions on Broadcasting, vol.57, no.1, March 2011 [7] Ms. V. B. Malode, Dr. B. P. Patil“PAPR Reduction Using Modified Selective Mapping Technique”.Int. J. of Advanced Networking and Applications, Volume:02, Issue: 02, Pages:626-630 (2010). [8] G.Yue, X.Wang,M.Madihian “Peak-to-Average Power Ratio Reduction scheme with Threshold limited selection for orthogonal frequency division multiplexing” IET Communications Vol. 2, No. 8, pp. 1034–1042,2008.Heung-Gyoon Ryu, Member, IEEE, Jae-Eun Lee and Jin-Soo Park, Member, IEEE “Dummy Sequence Insertion (DSI) for PAPR Reduction in the OFDM Communication System” IEEE Transactions on Consumer Electronics, Vol. 94 50, No. 1, FEBRUARY 2004. [9] Y. Zhou and T. Jiang, "A novel clipping integrated into ACE for PAPR reduction in OFDM systems," 2009 International Conference on Wireless Communications and Signal Processing, WCSP 2009, Mar.2009. BIOGRAPHIES Nilofer.SKhas Received B.tech in Electronics and Communication Engineering (ECE) from JNTU, Anantapur, India in 2009. She is persuingherM.Tech in Qubacollege of engineering and technology, JNTUA, Anantapur. Shaik. Umar Faruq is working as an Associate Professor in QUBA College of engineering and Technology, Nellore. He has 9 years teaching experience both at UG and PG level and 1 year industrial experience.