SlideShare a Scribd company logo
TELKOMNIKA, Vol.17, No.6, December 2019, pp.2983~2991
ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018
DOI: 10.12928/TELKOMNIKA.v17i6.11511 ◼ 2983
Received October 20, 2018; Revised January 23, 2019; Accepted March 12, 2019
PAPR analysis of OFDM system using AI based
multiple signal representation methods
Jyoti Shukla1
, Alok Joshi2
, Rajesh Tyagi3
1
Mewar University, Ghaziabad, India
2
Jaypee Institute of Information Technology, Noida, India
3
SRM University, Ghazibad, India
*Corresponding author e-mail: jyoti.shukla2@gmail.com1
, 20.alok@gmail.com2
,
profrajeshkumartyagi@gmail.com3
Abstract
OFDM (orthogonal frequency division multiplexing) is widely used in 4th
generation applications
owing to its robustness in fading environments. The major issues with OFDM systems is the high PAPR
(peak-to-average power ratio) of the transmitted signals, it leads to in and out of band distortion. SLM
(selective mapping) and PTS (partial transmit sequence) are two key methods for PAPR reduction. Both
the methods require exhaustive searching of phase factors to optimize the PAPR, these searches lead to
high computational complexity. This paper discusses using optimization based PAPR reduction methods
which an be used with PTS for the reduction of computational complexity and search space. In this paper
we have analyzed PTS and SLM with particle swarm optimization (PSO), Artificial Bee Colony (ABC) and
differential evolution (DE). PAPR and BER (bit error rate) comparison is done for both the cases.
Keywords: ABC, DE, PAPR, PTS, PSO
Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved.
1. Introduction
Orthogonal frequency division multiplexing (OFDM) [1, 2] is a multicarrier transmission
method which plays an important role in achieving high data rate in 4th generation applications.
In OFDM available bandwidth is divided in to narrow band channels and each of the channels
carry a subcarrier leading to a multicarrier system. OFDM has gained its popularity owing to its
superlative performance in the fading environments. Use of guard band and cyclic prefix in
OFDM works well against menace of inter symbol interference (ISI) and inter-carrier
interference (ICI) [3]. However OFDM is largely affected by problem of high peak to average
power ratio (PAPR) [4]. When OFDM signal is transmitted where each of the subcarrier is
different modulated by different symbols it might lead to high peaks in domain when a number of
subcarriers align in same phase. These high peaks lead to high power, when such OFDM signal
are fed to high power amplifiers (HPA) which are employed for downlink purpose, causes
harmonic distortion and intermodulation. This is due to nonlinear characteristics of HPA.
To make sure that HPA works in the linear region large back-off is required, this reduces
efficiency of HPA.
There are numerous methods detailed in literature [4] for PAPR reduction, such as
clipping where signal is clipped off beyond a certain signal level [5], using forward error
correction codes [6, 7] for generating combination with lower PAPR, tone injection (TI) [8, 9],
tone reservation (TR) [10, 11] where additional data block and power reduction carriers are
used for PAPR reduction, companding reduces PAPR by compressing the higher peaks at
the transmitter [12, 13], pre-distortion and DFT-spreading are some of the pre-coding [14]
method for PAPR reduction, active constellation extension [15, 16] uses extension of existing
constellation without affecting actual data. All of the above mention methods are either result in
to distortion or requires high power transmission. Multiple signal representation method such as
selected mapping (SLM) [17, 18] and partial transmit sequences (PTS) [19-21] are most sought
choices for PAPR reduction as the resultant signal does not have any distortion. SLM performs
better in terms of PAPR reduction but PTS is preferred over it owing to less computational
complexity. In conventional PTS input data set is subdivided in to uncorrelated sub-blocks, after
processing theses sub-blocks through Inverse Fast Fourier Transforms (IFFT) each of them is
multiplied by a phase factor and finally they are summed up to generate OFDM candidate,
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 6, December 2019: 2983-2991
2984
however the candidate signal with least PAPR is transmitted. To find optimum phase set
excessive searches are require leading to high computational complexity. In this paper, we have
taken up the issue of large number of searches involved in PTS [22]. Since reduction in number
of searches will lead to lower computational complexity [23]. By using optimization techniques
number of required searches can be reduced. Some of the excessively used methods
are Genetic Algorithm (GA) [24, 25], Particle Swarm Optimization (PSO) [26], Artificial
Bee Colony (ABC) [27, 28], Biogeography Based Optimization (BBO) [29] and differential
evolution (DE) [30].
2. Peak to Average Power Ratio in OFDM Systems
An OFDM signal with N-subcarrier is represented as
𝑥(𝑛) =
1
√𝑁
∑ 𝑋 𝑘
𝑁−1
𝑘=0
.exp (
𝑗. 2. 𝜋. 𝑘. 𝑛
𝑁
) (1)
where N is the number of sub carriers i.e (k=0,1….N-1) and Xk is the symbol modulating
the kth subcarrier. IFFT sum in OFDM may results in to large envelope peaks in time domain.
This results in to high peak to average power ratio. Peak to average power ratio is the ration
peak power of the OFDM signal to the average power of the carrier. PAPR for an OFDM signal
x is given as:
𝑃𝐴𝑃𝑅(𝑥) = max
0≤𝑛≤𝑁−1
|𝑥 𝑛|2
/𝐸{|𝑥 𝑛|2} (2)
where |𝑥 𝑛| the magnitude and E is representing the expectation operator. To evaluate
PAPR reduction performance of a method complementary cumulative function is used as
a performance index. CCDF represents the probability that signal level will remain above
a particular level, power level in case of PAPR. CDF can be represented as
𝐶𝐶𝐷𝐹 = Pr⁡( 𝑃𝐴𝑃𝑅 > 𝑃𝐴𝑃𝑅0) (3)
3. Multiple Signal Representation Methods
In such method same set of data is represented by a set of OFDM candidate signals
which are generated with the help of different phase sets. The candidate with least PAPR is
transmitted. The two widely used methods are SLM and PTS.
3.1. SLM
Selected mapping [19-22] scheme is shown in Figure 1. The input symbols are
multiplied with a set of phase vectors and after IFFT block multiple OFDM signal candidates
representing the same data set are produced then one with the least PAPR is chosen for final
transmission. This also requires transmission of side information for error free recovery of
OFDM symbols.
Figure 1. OFDM system with SLM technique
TELKOMNIKA ISSN: 1693-6930 ◼
PAPR analysis of OFDM system using AI based multiple signal... (Jyoti Shukla)
2985
Every data block is multiplied by U phase sequences, with each block of equal size N,
the phase factor 𝑃(𝑢)
= [𝑝 𝑢,0, 𝑝 𝑢,1, … , 𝑝 𝑢,𝑁−1]
𝑇
, where u = 1,2…U, and 𝑃𝑢,𝑣 = 𝑒 𝑗𝜙𝑢,𝑣
and
𝜙 𝑢,𝑣 ∈ [0,2𝜋) for v = 0,1….N-1. This resultant signal is:
𝑋 𝑛
𝑢
= 𝑋 𝑛 𝑃𝑢,𝑛 (4)
after taking its IFFT the various OFDM sequence get generated among which 𝑥̃ = 𝑥 𝑢̃
, with
lowest PAPR is selected for transmission.
𝑢̃ = arg⁡min
𝑢=1,2,…,𝑈
(max|𝑥 𝑢[𝑛]
|) (5)
3.2. PTS
Figure 2 shows typical PTS scheme. The data sequence 𝑋 is split in to 𝑉 sub blocks of
equal length 𝑁. Then sub blocks are multiplied with unique phase vector 𝑏 𝑣
. Resulting in to
multiple OFDM candidates for different phase combination, each of them is given by (6):
𝑥 𝑚
= ∑ 𝑏 𝑚
𝑣
. 𝑥 𝑣
𝑉−1
𝑣=0
(6)
where 𝑥 𝑣 = 𝐼𝐹𝐹𝑇[𝑋 𝑣], with Jzphase weights total number of phase weights which need to be
analyzed are JV-1, as for the first sub block the phase factor is usually chosen as 1. The optimum
phase factor is the one which produces minimum PAPR of candidate signal x’ as given by (7):
[𝑏1
̃ , … , 𝑏 𝑣
̃] = arg⁡min
[𝑏1,………⁡.𝑏 𝑣]
( max
𝑛=0,1…𝑁−1
|∑ 𝑏 𝑣 𝑥 𝑣[𝑛]
𝑉
𝑣=1
|) (7)
Figure 2. OFDM systems using PTS
3.3. Complex Computations in PTS
For V sub-blocks and J-phase weights, JV-1 possible phase combination is searched and
analysed which results in to same number of PTS candidates are generated. For N-point IFFT
operations (N-subcarrier OFDM):
Complex addition: 𝑁 log2 𝑁 and multiplications (𝑁/2). log2 𝑁 (8)
for an oversampling factor of R, Factor of N will be replaced by N.R. In generation of PTS
candidates additional 𝑁 × 𝐽 𝑉−1
× (𝑉 − 1) multiplications and additions will be required. So,
Overall⁡complex⁡additions = 𝑅. 𝑉. 𝑁 log2 𝑁 + 𝑅. 𝑁 × 𝐽 𝑉−1
× (𝑉 − 1)
Overall⁡complex⁡mulitplications = 𝑅. 𝑉. (𝑁/2) log2 𝑁 + 𝑅. 𝑁 × 𝐽 𝑉−1
× (𝑉 − 1) (9)
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 6, December 2019: 2983-2991
2986
If we can reduce the number of searches from JV-1, the number of computations required will
also reduce. Optimization methods can be used to serve the purpose.
4. Multiple Optimization Methods based PTS
Using optimization methods, we can put a cap on the searches required and thus
overall computational complexity of PTS systems. In this paper we used ABC, PSO, DE and GA
method for reduction of number of searches.
4.1. Particle Swarm Optimization Algorithm (PSO)-PTS
The method labels the population as swarm and each individual is called a particle.
The typical flowchart for the algorithm is shown in Figure 3. PSO-PTS technique is implemented
by changing phase factor combination bv which used as position vector. Each PTS candidate x
is considered as a particle with position vector, bv (v=0,1….V-1) along with the velocity vector is
changed is changed to get a new solution or PTS candidate. A true solution is the one which
using bv achieves desired relation between and local and global objective of the algorithm. pbest
and gbest are PAPR values for a set of bv. The iterations end when both the variable achieves
the pre-decided PAPR threshold. The new velocity for ith particle is given by:
𝑧𝑖(𝑡 + 1) = 𝑤. 𝑧𝑖(𝑡) + 𝑎1. 𝑐1. (𝑏 𝑣
𝑝𝑏𝑒𝑠𝑡
(𝑡) − 𝑏 𝑣(𝑡)) + 𝑎2. 𝑐2 (𝑏 𝑣
𝑔𝑏𝑒𝑠𝑡
(𝑡) − 𝑏 𝑣(𝑡)) (10)
where a1 and a2 are acceleration factors and c1, c2 are uniformly distributed r.v in [0,1] and z is
representing the velocity.New position will be:
𝑏𝑖,𝑣(𝑡 + 1) = 𝑏𝑖,𝑣(𝑡) + 𝑧𝑖(𝑡 + 1) (11)
Figure 3. Flowchart for PSO algorithm
TELKOMNIKA ISSN: 1693-6930 ◼
PAPR analysis of OFDM system using AI based multiple signal... (Jyoti Shukla)
2987
4.2. Particle Artificial Bee Colony (ABC)-PTS
The algorithm contains three dissimilar groups of bees: “employed bees”, “onlooker
bees” and “scout bees”. The different sources here are member of solution space and nectar
represents fitness. According to this algorithm initially a randomly distributed population is
generated which represent the employed bees. The employed bees execute various operations
with the neighborhood values in seeking the best value. If the solution in the vicinity is healthier
than the initially received one, the new solution is allocated in place of the first one. When
the entire search process of the employed bee is concluded, they distribute this information with
the next set of bees i.e. “onlooker bees. The employed bee turns towards the food source.
The goal is to discover a phase vector with extreme fitness value; the fitness function is
given by:
𝑓𝑖𝑡(𝑥𝑗) = 1 1 + 𝑓(𝑥𝑗)⁄ (10)
where xj is the solution primed in continuous space and then transformed into discrete phase
vector space. Also, f(xj) represents the PAPR value. Whenever fitness is high, PAPR has a low
value. A corresponding fitness value of the phase vectors are calculated, if the old value is lower
than the new value, then the bee memorizes the new phase value. The new phase vector is
chosen by:
𝑥𝑗 = 𝑥𝑗 + 𝑎𝑗(𝑥𝑗 − 𝑥 𝑝) (11)
where αj is a random number generated in the range [-1,1], and xp is the solution within
the neighborhood of xj the fitness value is then pooled by the onlooker bees, when the work of
employed bees is finished. Onlooker bees move towards new food sources, based on
the knowledge provided to them by employed bees, through a formula:
𝑆𝑗 = 𝑓𝑖𝑡(𝑥𝑗) ∑ 𝑓𝑖𝑡(𝑥𝑗)
𝑗=1
⁄ (12)
the onlooker bee demeanors a search in the neighborhood of the food source chosen by (12) till
the threshold value. ABC-PTS implementation is shown in Figure 4.
Finally, when the onlooker bees accomplish their task, the employed bees transform to
scout bees, in order to seek new food sources randomly, by the following formula:
𝑥𝑗 = min(𝑥𝑗) + 𝑟𝑎𝑛𝑑(0,1) ∗ (max(𝑥𝑗) − min(𝑥𝑗)) (16)
where, rand (0,1) is the random number with a uniform distribution.
4.3. Differential Evolution (DE)-PTS
The DE technique twitches with an initial solution set. The DE process usually three
chief processes: initialization, mutation operation, crossover operation, and selection operation.
DE is implemented as per following block diagram shown in Figure 5.
5. Simulations and Results
The simulations has been carried out in MATLAB for N=128 for V=8 sub blocks and
4 phase weights {1, 𝑗, −1, −𝑗}. Mapping scheme used is BPSK, 1000 OFDM symbols have been
used for simulations. Rayligh fading channel is used with 4 taps for BER calculations.
Figure 6 (a) shows PAPR reduction capabilities of PTS, ABC-PTS and PSO-PTS in terms
of CCDF. It clearly shows that ABC and PSO-PTS performs better than conventional one.
The PAPR values for ABC-PTS are in the range of 4-7 dB where as for PSO-PTS value may go
up to 9 dB as compared to >10 dB for PTS. Figure 6 (b) compares the PAPR reduction
performance of SLM, ABC-SLM and PSO-SLM. Again, the CCDF curves are plotted it implies
that, the PAPR values for ABC-SLM are in the range of 4-6.8 dB where as for PSO-SLM value
may go up to 7.8 dB as compared to 9.4 dB for SLM.
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 6, December 2019: 2983-2991
2988
Figure 4. Implementing ABC-PTS algorithm
Figure 5. Implementing DE algorithm
Figures 7 (a) and (b) shows BER performance of ABC and PSO in SLM and PTS
OFDM systems BER curves show similar performance and trend SLM and PTS however ABC
results in to better BER value than PSO. Overall, we can say that PAPR performances of
the optimization-based methods are good enough in practical scenarios. Table 1 summarizes
the result of above study for PTS it clearly shows that for lower number of iterations similar
PAPR performance can be achieved. This will lead to reduction in complexity.
Reduction in iterations will reduce the number of complex additions and
multiplications e.g.: For 4 sub-blocks and 4 phase weights number of complex multiplications
will be = 4(4-1)×3=192. Similarly, number of complex multiplications will be = 192. However,
theses values will reduce to 18 and 99 for ABC and DE based PTS methods. However, for
similar complexity PAPR reduction in PSO PTS is better.
TELKOMNIKA ISSN: 1693-6930 ◼
PAPR analysis of OFDM system using AI based multiple signal... (Jyoti Shukla)
2989
(a)
(b)
Figure 6. CCDF curves for (a) PTS, ABC-PTS and PSO-PTS and
(b) SLM, ABC-SLM and PSO-SLM
(a)
(b)
Figure 7. BER comparison of (a) ABC-SLM and PSO-SLM and (b) ABC-PTS and PSO-PTS
◼ ISSN: 1693-6930
TELKOMNIKA Vol. 17, No. 6, December 2019: 2983-2991
2990
Table 1. PAPR and Iterations for Various Optimization Methods
Methods PAPR Iterations
PTS 9.554 64
ABC-PTS 7.6752 6
DE-PTS 7.0307 33
PSO-PTS 8.9185 64
6. Conclusion
High PAPR is on of the major challenges 4th generation OFDM based systems are
facing, PTS and SLM are the most sought distortionless methods for PAPR reduction. But both
the methods require excessive searches to find the optimum signal for transmission. Using AI
based optimization techniques we can achieve similar PAPR reduction at reduced searches this
directly impacts the number of computations required in both the methods. In this paper PSO,
ABC and DE methods are used, but the analysis can be further carried out for other methods
such as biogeography, differential evolution and other optimization methods.
References
[1] Hasan RJ, Abdullah HN. Comparative study of selected subcarrier index modulation OFDM
schemes. TELKOMNIKA Telecommunication Computing Electronics and Control. 2019;
17(1): 15-22.
[2] Sahin A, Guvenc I, Arslan H. A Survey on Multicarrier Communications: Prototype Filters, Lattice
Structures, and Implementation Aspects. IEEE Communications Surveys & Tutorials. 2014; 16(3):
1312-1338.
[3] Jha US, Prasad R. OFDM towards Fixed and Mobile Broadband Wireless Access. Norwood: Artech
House, Inc. 2007.
[4] Hao J, Wang J, Pan C. Low Complexity ICI Mitigation for MIMO-OFDM in Time-Varying Channels.
IEEE Transactions on Broadcasting. 2016; 62(3): 727-735.
[5] Rahmatallah Y, Mohan S. Peak-To-Average Power Ratio Reduction in OFDM Systems: A Survey
and Taxonomy. IEEE Communications Surveys & Tutorials. 2013; 15(4): 1567-1592.
[6] Sohn I, Kim SC. Neural Network Based Simplified Clipping and Filtering Technique for PAPR
Reduction of OFDM Signals. IEEE Communications Letters. 2015; 19(8): 1438-1441.
[7] Bai G, Zhong Z, Xu R, Wang G, Qin Z. Golay complementary sequences and Reed-Muller codes
based PAPR reduction for relay networks with superimposed training. 2012 IEEE 11th
International
Conference on Signal Processing. Beijing. 2012; 2: 1558-1561.
[8] Sabbaghian M, Kwak Y, Smida B, Tarokh V. Near Shannon Limit and Low Peak to Average Power
Ratio Turbo Block Coded OFDM. IEEE Transactions on Communications. 2011; 59(8): 2042-2045.
[9] Damavandi MG, Abbasfar A, Michelson DG. Peak Power Reduction of OFDM Systems through Tone
Injection via Parametric Minimum Cross-Entropy Method. IEEE Transactions on Vehicular
Technology. 2013; 62(4): 1838-1843.
[10] Wang W, Hu M, Li Y, Zhang H. A Low-Complexity Tone Injection Scheme Based on Distortion
Signals for PAPR Reduction in OFDM Systems. IEEE Transactions on Broadcasting. 2016;
62(4): 948-956.
[11] Li B, Hu L, Yang F, Ding L, Song T. Tone reservation ratio optimization for PAPR reduction in OFDM
systems. 2018 IEEE Wireless Communications and Networking Conference (WCNC). Barcelona.
2018: 1-6.
[12] Jiang T, Ni C, Ye C, Wu Y, Luo K. A Novel Multi-Block Tone Reservation Scheme for PAPR
Reduction in OQAM-OFDM Systems. IEEE Transactions on Broadcasting. 2015; 61(4): 717-722.
[13] Hu M, Li Y, Wang W, Zhang H. A Piecewise Linear Companding Transform for PAPR Reduction of
OFDM Signals with Companding Distortion Mitigation. IEEE Transactions on Broadcasting. 2014;
60(3): 532-539.
[14] Ali N, Almahainy R, Al-Shabili A, Almoosa N, Abd-Alhameed R. Analysis of improved μ-law
companding technique for OFDM systems. IEEE Transactions on Consumer Electronics. 2017;
63(2): 126-134.
[15] Gao S, Zhang M, Cheng X. Precoded Index Modulation for Multi-Input Multi-Output OFDM. IEEE
Transactions on Wireless Communications. 2018; 17(1): 17-28.
[16] Wang CL, Wang SS, Chen HM. An improved metric-based active constellation extension scheme for
PAPR reduction in OFDM systems. 2016 Wireless Telecommunications Symposium (WTS). London.
2016: 1-4.
[17] Dang L, Li H, Guo S. PAPR reduction in OFDM with active constellation extension and hadamard
transform. 2017 13th IEEE International Conference on Intelligent Computer Communication and
Processing (ICCP). Cluj-Napoca. 2017: 543-549.
TELKOMNIKA ISSN: 1693-6930 ◼
PAPR analysis of OFDM system using AI based multiple signal... (Jyoti Shukla)
2991
[18] Woo JY, Joo HS, Kim KH, No JS, Shin DJ. PAPR Analysis of Class-III SLM Scheme Based on
Variance of Correlation of Alternative OFDM Signal Sequences. IEEE Communications Letters. 2015;
19(6): 989-992.
[19] Taşpınar N, Yıldırım M. A Novel Parallel Artificial Bee Colony Algorithm and Its PAPR Reduction
Performance Using SLM Scheme in OFDM and MIMO-OFDM Systems. IEEE Communications
Letters. 2015; 19(10): 1830-1833.
[20] Ku SJ. Low-Complexity PTS-Based Schemes for PAPR Reduction in SFBC MIMO-OFDM Systems.
IEEE Transactions on Broadcasting. 2014; 60(4): 650-658.
[21] Hou J, Zhao X, Gong F, Hui F, Ge J. PAPR and PICR Reduction of OFDM Signals with Clipping
Noise-Based Tone Injection Scheme. IEEE Transactions on Vehicular Technology. 2017;
66(1): 222-232.
[22] Ku SJ. Low-Complexity PTS-Based Schemes for PAPR Reduction in SFBC MIMO-OFDM Systems.
IEEE Transactions on Broadcasting. 2014; 60(4): 650-658.
[23] Cho YJ, Kim KH, Woo JY, Lee KS, No JS, Shin DJ. Low-Complexity PTS Schemes Using Dominant
Time-Domain Samples in OFDM Systems. IEEE Transactions on Broadcasting. 2017;
63(2): 440-445.
[24] Joo HS, Kim KH, No JS, Shin DJ. New PTS Schemes for PAPR Reduction of OFDM Signals without
Side Information. IEEE Transactions on Broadcasting. 2017; 63(3): 562-570.
[25] Hagras EA, Fathy SA, El-Mahallawy MS. Genetic algorithm-based tone-reservation for PAPR
reduction in wavelet-OFDM systems. Proceedings of 33rd
National Radio Science Conference
(NRSC). 2016: 223-232.
[26] Luo R, Zhang C, Niu N, Li R. A Low-Complexity PTS Based on Greedy and Genetic Algorithm for
OFDM Systems. Chinese Journal of Electronics. 2015; 24(4): 857-861.
[27] Prasad S, Ramesh J. Partial transmit sequence based PAPR reduction with GA and PSO
optimization techniques. 2017 International Conference on Innovations in Information, Embedded
and Communication Systems (ICIIECS). Coimbatore. 2017: 1-4.
[28] Taşpınar N, Yıldırım M. A Novel Parallel Artificial Bee Colony Algorithm and Its PAPR Reduction
Performance Using SLM Scheme in OFDM and MIMO-OFDM Systems. IEEE Communications
Letters. 2015; 19(10): 1830-1833.
[29] Cheng X, Liu D, Feng S, Fang H, Liu D. An artificial bee colony-based SLM scheme for PAPR
reduction in OFDM systems. 2017 2nd
IEEE International Conference on Computational Intelligence
and Applications (ICCIA). Beijing. 2017: 449-453.
[30] Garg H. An efficient biogeography-based optimization algorithm for solving reliability optimization
problems. Swarm and Evolutionary Computation. 2015; 24: 1-10.

More Related Content

What's hot

Ay4101287291
Ay4101287291Ay4101287291
Ay4101287291
IJERA Editor
 
Do33694700
Do33694700Do33694700
Do33694700
IJERA Editor
 
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
AnuragSingh1049
 
Peak to–average power ratio reduction of ofdm siganls
Peak to–average power ratio reduction of ofdm siganlsPeak to–average power ratio reduction of ofdm siganls
Peak to–average power ratio reduction of ofdm siganls
eSAT Publishing House
 
wcnc05
wcnc05wcnc05
MMSE and ZF Analysis of Macrodiversity MIMO Systems and Wimax Networks over F...
MMSE and ZF Analysis of Macrodiversity MIMO Systems and Wimax Networks over F...MMSE and ZF Analysis of Macrodiversity MIMO Systems and Wimax Networks over F...
MMSE and ZF Analysis of Macrodiversity MIMO Systems and Wimax Networks over F...
IJERA Editor
 
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
IJCNCJournal
 
Analysis of Space Time Codes Using Modulation Techniques
Analysis of Space Time Codes Using Modulation TechniquesAnalysis of Space Time Codes Using Modulation Techniques
Analysis of Space Time Codes Using Modulation Techniques
IOSR Journals
 
1687 1499-2008-601346[1]
1687 1499-2008-601346[1]1687 1499-2008-601346[1]
1687 1499-2008-601346[1]
TARKI AOMAR
 
Performance of Multiple symbol representation with clipping scheme for PAPR r...
Performance of Multiple symbol representation with clipping scheme for PAPR r...Performance of Multiple symbol representation with clipping scheme for PAPR r...
Performance of Multiple symbol representation with clipping scheme for PAPR r...
ijsrd.com
 
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
IJNSA Journal
 
Iaetsd computational performances of ofdm using
Iaetsd computational performances of ofdm usingIaetsd computational performances of ofdm using
Iaetsd computational performances of ofdm using
Iaetsd Iaetsd
 
K017426872
K017426872K017426872
K017426872
IOSR Journals
 
Iisrt zzzz shamili ch
Iisrt zzzz shamili chIisrt zzzz shamili ch
Iisrt zzzz shamili ch
IISRT
 
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
IJCSEA Journal
 
Low-Complexity DFT-Based Channel Estimation with Leakage Nulling for OFDM Sys...
Low-Complexity DFT-Based Channel Estimation with Leakage Nulling for OFDM Sys...Low-Complexity DFT-Based Channel Estimation with Leakage Nulling for OFDM Sys...
Low-Complexity DFT-Based Channel Estimation with Leakage Nulling for OFDM Sys...
john236zaq
 
N017428692
N017428692N017428692
N017428692
IOSR Journals
 
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM SystemIRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET Journal
 
Q01742112115
Q01742112115Q01742112115
Q01742112115
IOSR Journals
 
Performance analysis of image compression using fuzzy logic algorithm
Performance analysis of image compression using fuzzy logic algorithmPerformance analysis of image compression using fuzzy logic algorithm
Performance analysis of image compression using fuzzy logic algorithm
sipij
 

What's hot (20)

Ay4101287291
Ay4101287291Ay4101287291
Ay4101287291
 
Do33694700
Do33694700Do33694700
Do33694700
 
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
Analysis of Reduction of PAPR by Linear Predictive Coding in OFDM
 
Peak to–average power ratio reduction of ofdm siganls
Peak to–average power ratio reduction of ofdm siganlsPeak to–average power ratio reduction of ofdm siganls
Peak to–average power ratio reduction of ofdm siganls
 
wcnc05
wcnc05wcnc05
wcnc05
 
MMSE and ZF Analysis of Macrodiversity MIMO Systems and Wimax Networks over F...
MMSE and ZF Analysis of Macrodiversity MIMO Systems and Wimax Networks over F...MMSE and ZF Analysis of Macrodiversity MIMO Systems and Wimax Networks over F...
MMSE and ZF Analysis of Macrodiversity MIMO Systems and Wimax Networks over F...
 
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
PAPR REDUCTION OF OFDM SIGNAL BY USING COMBINED HADAMARD AND MODIFIED MEU-LAW...
 
Analysis of Space Time Codes Using Modulation Techniques
Analysis of Space Time Codes Using Modulation TechniquesAnalysis of Space Time Codes Using Modulation Techniques
Analysis of Space Time Codes Using Modulation Techniques
 
1687 1499-2008-601346[1]
1687 1499-2008-601346[1]1687 1499-2008-601346[1]
1687 1499-2008-601346[1]
 
Performance of Multiple symbol representation with clipping scheme for PAPR r...
Performance of Multiple symbol representation with clipping scheme for PAPR r...Performance of Multiple symbol representation with clipping scheme for PAPR r...
Performance of Multiple symbol representation with clipping scheme for PAPR r...
 
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
Multi carrier equalization by restoration of redundanc y (merry) for adaptive...
 
Iaetsd computational performances of ofdm using
Iaetsd computational performances of ofdm usingIaetsd computational performances of ofdm using
Iaetsd computational performances of ofdm using
 
K017426872
K017426872K017426872
K017426872
 
Iisrt zzzz shamili ch
Iisrt zzzz shamili chIisrt zzzz shamili ch
Iisrt zzzz shamili ch
 
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
Classical Discrete-Time Fourier TransformBased Channel Estimation for MIMO-OF...
 
Low-Complexity DFT-Based Channel Estimation with Leakage Nulling for OFDM Sys...
Low-Complexity DFT-Based Channel Estimation with Leakage Nulling for OFDM Sys...Low-Complexity DFT-Based Channel Estimation with Leakage Nulling for OFDM Sys...
Low-Complexity DFT-Based Channel Estimation with Leakage Nulling for OFDM Sys...
 
N017428692
N017428692N017428692
N017428692
 
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM SystemIRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
IRJET- Comparison of Different PAPR Reduction Schemes in OFDM System
 
Q01742112115
Q01742112115Q01742112115
Q01742112115
 
Performance analysis of image compression using fuzzy logic algorithm
Performance analysis of image compression using fuzzy logic algorithmPerformance analysis of image compression using fuzzy logic algorithm
Performance analysis of image compression using fuzzy logic algorithm
 

Similar to PAPR analysis of OFDM system using AI based multiple signal representation methods

Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm SystemAnalysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
IOSR Journals
 
At32715720
At32715720At32715720
At32715720
IJMER
 
Reducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
Reducing the Peak to Average Power Ratio of Mimo-Ofdm SystemsReducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
Reducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
IJCNCJournal
 
PAPR Reduction Technique : Partial Transmit Sequence (PTS)
PAPR  Reduction Technique : Partial Transmit Sequence (PTS)PAPR  Reduction Technique : Partial Transmit Sequence (PTS)
PAPR Reduction Technique : Partial Transmit Sequence (PTS)
IRJET Journal
 
A NEW APPROACH TO IMPROVE THE PERFORMANCE OF OFDM SIGNAL FOR 6G COMMUNICATION
A NEW APPROACH TO IMPROVE THE PERFORMANCE OF OFDM SIGNAL FOR 6G COMMUNICATIONA NEW APPROACH TO IMPROVE THE PERFORMANCE OF OFDM SIGNAL FOR 6G COMMUNICATION
A NEW APPROACH TO IMPROVE THE PERFORMANCE OF OFDM SIGNAL FOR 6G COMMUNICATION
IJCNCJournal
 
A New Approach to Improve the Performance of OFDM Signal for 6G Communication
A New Approach to Improve the Performance of OFDM Signal for 6G CommunicationA New Approach to Improve the Performance of OFDM Signal for 6G Communication
A New Approach to Improve the Performance of OFDM Signal for 6G Communication
IJCNCJournal
 
IRJET- Peak to Average Power Ratio Reduction Technique using LPC Coding in OF...
IRJET- Peak to Average Power Ratio Reduction Technique using LPC Coding in OF...IRJET- Peak to Average Power Ratio Reduction Technique using LPC Coding in OF...
IRJET- Peak to Average Power Ratio Reduction Technique using LPC Coding in OF...
IRJET Journal
 
Hardware Implementation of OFDM system to reduce PAPR using Selective Level M...
Hardware Implementation of OFDM system to reduce PAPR using Selective Level M...Hardware Implementation of OFDM system to reduce PAPR using Selective Level M...
Hardware Implementation of OFDM system to reduce PAPR using Selective Level M...
IOSR Journals
 
A PAPR Reduction for OFDM Signals Based on Self-Adaptive Multipopulation DE a...
A PAPR Reduction for OFDM Signals Based on Self-Adaptive Multipopulation DE a...A PAPR Reduction for OFDM Signals Based on Self-Adaptive Multipopulation DE a...
A PAPR Reduction for OFDM Signals Based on Self-Adaptive Multipopulation DE a...
IJECEIAES
 
40120130405023
4012013040502340120130405023
40120130405023
IAEME Publication
 
40120140505007 2-3
40120140505007 2-340120140505007 2-3
40120140505007 2-3
IAEME Publication
 
40120140505007 2-3-4
40120140505007 2-3-440120140505007 2-3-4
40120140505007 2-3-4
IAEME Publication
 
Comparative study of selected subcarrier index modulation OFDM schemes
Comparative study of selected subcarrier index modulation OFDM schemesComparative study of selected subcarrier index modulation OFDM schemes
Comparative study of selected subcarrier index modulation OFDM schemes
TELKOMNIKA JOURNAL
 
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
 
EFFİCİENT PAPR REDUCTİON APPROACH FOR SELECTİVE MAPPİNG İN A STBC MIMO-OFDM S...
EFFİCİENT PAPR REDUCTİON APPROACH FOR SELECTİVE MAPPİNG İN A STBC MIMO-OFDM S...EFFİCİENT PAPR REDUCTİON APPROACH FOR SELECTİVE MAPPİNG İN A STBC MIMO-OFDM S...
EFFİCİENT PAPR REDUCTİON APPROACH FOR SELECTİVE MAPPİNG İN A STBC MIMO-OFDM S...
IJCNCJournal
 
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
 
Ijetcas14 648
Ijetcas14 648Ijetcas14 648
Ijetcas14 648
Iasir Journals
 
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
 
Analyses and performance of techniques papr reduction for stbc mimo ofdm syst...
Analyses and performance of techniques papr reduction for stbc mimo ofdm syst...Analyses and performance of techniques papr reduction for stbc mimo ofdm syst...
Analyses and performance of techniques papr reduction for stbc mimo ofdm syst...
ijwmn
 
A Hybrid VLM Preceded SLM Technique Using Clipping and Filtering Method for P...
A Hybrid VLM Preceded SLM Technique Using Clipping and Filtering Method for P...A Hybrid VLM Preceded SLM Technique Using Clipping and Filtering Method for P...
A Hybrid VLM Preceded SLM Technique Using Clipping and Filtering Method for P...
IJERA Editor
 

Similar to PAPR analysis of OFDM system using AI based multiple signal representation methods (20)

Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm SystemAnalysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
Analysis of Peak to Average Power Ratio Reduction Techniques in Sfbc Ofdm System
 
At32715720
At32715720At32715720
At32715720
 
Reducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
Reducing the Peak to Average Power Ratio of Mimo-Ofdm SystemsReducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
Reducing the Peak to Average Power Ratio of Mimo-Ofdm Systems
 
PAPR Reduction Technique : Partial Transmit Sequence (PTS)
PAPR  Reduction Technique : Partial Transmit Sequence (PTS)PAPR  Reduction Technique : Partial Transmit Sequence (PTS)
PAPR Reduction Technique : Partial Transmit Sequence (PTS)
 
A NEW APPROACH TO IMPROVE THE PERFORMANCE OF OFDM SIGNAL FOR 6G COMMUNICATION
A NEW APPROACH TO IMPROVE THE PERFORMANCE OF OFDM SIGNAL FOR 6G COMMUNICATIONA NEW APPROACH TO IMPROVE THE PERFORMANCE OF OFDM SIGNAL FOR 6G COMMUNICATION
A NEW APPROACH TO IMPROVE THE PERFORMANCE OF OFDM SIGNAL FOR 6G COMMUNICATION
 
A New Approach to Improve the Performance of OFDM Signal for 6G Communication
A New Approach to Improve the Performance of OFDM Signal for 6G CommunicationA New Approach to Improve the Performance of OFDM Signal for 6G Communication
A New Approach to Improve the Performance of OFDM Signal for 6G Communication
 
IRJET- Peak to Average Power Ratio Reduction Technique using LPC Coding in OF...
IRJET- Peak to Average Power Ratio Reduction Technique using LPC Coding in OF...IRJET- Peak to Average Power Ratio Reduction Technique using LPC Coding in OF...
IRJET- Peak to Average Power Ratio Reduction Technique using LPC Coding in OF...
 
Hardware Implementation of OFDM system to reduce PAPR using Selective Level M...
Hardware Implementation of OFDM system to reduce PAPR using Selective Level M...Hardware Implementation of OFDM system to reduce PAPR using Selective Level M...
Hardware Implementation of OFDM system to reduce PAPR using Selective Level M...
 
A PAPR Reduction for OFDM Signals Based on Self-Adaptive Multipopulation DE a...
A PAPR Reduction for OFDM Signals Based on Self-Adaptive Multipopulation DE a...A PAPR Reduction for OFDM Signals Based on Self-Adaptive Multipopulation DE a...
A PAPR Reduction for OFDM Signals Based on Self-Adaptive Multipopulation DE a...
 
40120130405023
4012013040502340120130405023
40120130405023
 
40120140505007 2-3
40120140505007 2-340120140505007 2-3
40120140505007 2-3
 
40120140505007 2-3-4
40120140505007 2-3-440120140505007 2-3-4
40120140505007 2-3-4
 
Comparative study of selected subcarrier index modulation OFDM schemes
Comparative study of selected subcarrier index modulation OFDM schemesComparative study of selected subcarrier index modulation OFDM schemes
Comparative study of selected subcarrier index modulation OFDM schemes
 
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 ...
 
EFFİCİENT PAPR REDUCTİON APPROACH FOR SELECTİVE MAPPİNG İN A STBC MIMO-OFDM S...
EFFİCİENT PAPR REDUCTİON APPROACH FOR SELECTİVE MAPPİNG İN A STBC MIMO-OFDM S...EFFİCİENT PAPR REDUCTİON APPROACH FOR SELECTİVE MAPPİNG İN A STBC MIMO-OFDM S...
EFFİCİENT PAPR REDUCTİON APPROACH FOR SELECTİVE MAPPİNG İN A STBC MIMO-OFDM S...
 
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...
 
Ijetcas14 648
Ijetcas14 648Ijetcas14 648
Ijetcas14 648
 
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 ...
 
Analyses and performance of techniques papr reduction for stbc mimo ofdm syst...
Analyses and performance of techniques papr reduction for stbc mimo ofdm syst...Analyses and performance of techniques papr reduction for stbc mimo ofdm syst...
Analyses and performance of techniques papr reduction for stbc mimo ofdm syst...
 
A Hybrid VLM Preceded SLM Technique Using Clipping and Filtering Method for P...
A Hybrid VLM Preceded SLM Technique Using Clipping and Filtering Method for P...A Hybrid VLM Preceded SLM Technique Using Clipping and Filtering Method for P...
A Hybrid VLM Preceded SLM Technique Using Clipping and Filtering Method for P...
 

More from TELKOMNIKA JOURNAL

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
TELKOMNIKA JOURNAL
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
TELKOMNIKA JOURNAL
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
TELKOMNIKA JOURNAL
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
TELKOMNIKA JOURNAL
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
TELKOMNIKA JOURNAL
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
TELKOMNIKA JOURNAL
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
TELKOMNIKA JOURNAL
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
TELKOMNIKA JOURNAL
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
TELKOMNIKA JOURNAL
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
TELKOMNIKA JOURNAL
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
TELKOMNIKA JOURNAL
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
TELKOMNIKA JOURNAL
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
TELKOMNIKA JOURNAL
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
TELKOMNIKA JOURNAL
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
TELKOMNIKA JOURNAL
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
TELKOMNIKA JOURNAL
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
TELKOMNIKA JOURNAL
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
TELKOMNIKA JOURNAL
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
TELKOMNIKA JOURNAL
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
TELKOMNIKA JOURNAL
 

More from TELKOMNIKA JOURNAL (20)

Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...Amazon products reviews classification based on machine learning, deep learni...
Amazon products reviews classification based on machine learning, deep learni...
 
Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...Design, simulation, and analysis of microstrip patch antenna for wireless app...
Design, simulation, and analysis of microstrip patch antenna for wireless app...
 
Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...Design and simulation an optimal enhanced PI controller for congestion avoida...
Design and simulation an optimal enhanced PI controller for congestion avoida...
 
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
Improving the detection of intrusion in vehicular ad-hoc networks with modifi...
 
Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...Conceptual model of internet banking adoption with perceived risk and trust f...
Conceptual model of internet banking adoption with perceived risk and trust f...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
Design and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fireDesign and implementation of a LoRa-based system for warning of forest fire
Design and implementation of a LoRa-based system for warning of forest fire
 
Wavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio networkWavelet-based sensing technique in cognitive radio network
Wavelet-based sensing technique in cognitive radio network
 
A novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bandsA novel compact dual-band bandstop filter with enhanced rejection bands
A novel compact dual-band bandstop filter with enhanced rejection bands
 
Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...Deep learning approach to DDoS attack with imbalanced data at the application...
Deep learning approach to DDoS attack with imbalanced data at the application...
 
Brief note on match and miss-match uncertainties
Brief note on match and miss-match uncertaintiesBrief note on match and miss-match uncertainties
Brief note on match and miss-match uncertainties
 
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
Implementation of FinFET technology based low power 4×4 Wallace tree multipli...
 
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G systemEvaluation of the weighted-overlap add model with massive MIMO in a 5G system
Evaluation of the weighted-overlap add model with massive MIMO in a 5G system
 
Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...Reflector antenna design in different frequencies using frequency selective s...
Reflector antenna design in different frequencies using frequency selective s...
 
Reagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensorReagentless iron detection in water based on unclad fiber optical sensor
Reagentless iron detection in water based on unclad fiber optical sensor
 
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...Impact of CuS counter electrode calcination temperature on quantum dot sensit...
Impact of CuS counter electrode calcination temperature on quantum dot sensit...
 
A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...A progressive learning for structural tolerance online sequential extreme lea...
A progressive learning for structural tolerance online sequential extreme lea...
 
Electroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networksElectroencephalography-based brain-computer interface using neural networks
Electroencephalography-based brain-computer interface using neural networks
 
Adaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imagingAdaptive segmentation algorithm based on level set model in medical imaging
Adaptive segmentation algorithm based on level set model in medical imaging
 
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
Automatic channel selection using shuffled frog leaping algorithm for EEG bas...
 

Recently uploaded

OOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming languageOOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming language
PreethaV16
 
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Massimo Talia
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
Divyanshu
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
snaprevwdev
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
Kamal Acharya
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
MuhammadJazib15
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
aryanpankaj78
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
21UME003TUSHARDEB
 
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
sydezfe
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
vmspraneeth
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
PriyankaKilaniya
 
Bituminous road construction project based learning report
Bituminous road construction project based learning reportBituminous road construction project based learning report
Bituminous road construction project based learning report
CE19KaushlendraKumar
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
Paris Salesforce Developer Group
 
Open Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surfaceOpen Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surface
Indrajeet sahu
 
This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...
DharmaBanothu
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
nedcocy
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
mahaffeycheryld
 
P5 Working Drawings.pdf floor plan, civil
P5 Working Drawings.pdf floor plan, civilP5 Working Drawings.pdf floor plan, civil
P5 Working Drawings.pdf floor plan, civil
AnasAhmadNoor
 

Recently uploaded (20)

OOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming languageOOPS_Lab_Manual - programs using C++ programming language
OOPS_Lab_Manual - programs using C++ programming language
 
Levelised Cost of Hydrogen (LCOH) Calculator Manual
Levelised Cost of Hydrogen  (LCOH) Calculator ManualLevelised Cost of Hydrogen  (LCOH) Calculator Manual
Levelised Cost of Hydrogen (LCOH) Calculator Manual
 
Null Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAMNull Bangalore | Pentesters Approach to AWS IAM
Null Bangalore | Pentesters Approach to AWS IAM
 
openshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoinopenshift technical overview - Flow of openshift containerisatoin
openshift technical overview - Flow of openshift containerisatoin
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 
Supermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdfSupermarket Management System Project Report.pdf
Supermarket Management System Project Report.pdf
 
Impartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 StandardImpartiality as per ISO /IEC 17025:2017 Standard
Impartiality as per ISO /IEC 17025:2017 Standard
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
Digital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptxDigital Twins Computer Networking Paper Presentation.pptx
Digital Twins Computer Networking Paper Presentation.pptx
 
Mechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdfMechanical Engineering on AAI Summer Training Report-003.pdf
Mechanical Engineering on AAI Summer Training Report-003.pdf
 
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
一比一原版(uoft毕业证书)加拿大多伦多大学毕业证如何办理
 
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICSUNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
UNIT 4 LINEAR INTEGRATED CIRCUITS-DIGITAL ICS
 
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
Prediction of Electrical Energy Efficiency Using Information on Consumer's Ac...
 
Bituminous road construction project based learning report
Bituminous road construction project based learning reportBituminous road construction project based learning report
Bituminous road construction project based learning report
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
 
Open Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surfaceOpen Channel Flow: fluid flow with a free surface
Open Channel Flow: fluid flow with a free surface
 
This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...This study Examines the Effectiveness of Talent Procurement through the Imple...
This study Examines the Effectiveness of Talent Procurement through the Imple...
 
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
一比一原版(爱大毕业证书)爱荷华大学毕业证如何办理
 
Generative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdfGenerative AI Use cases applications solutions and implementation.pdf
Generative AI Use cases applications solutions and implementation.pdf
 
P5 Working Drawings.pdf floor plan, civil
P5 Working Drawings.pdf floor plan, civilP5 Working Drawings.pdf floor plan, civil
P5 Working Drawings.pdf floor plan, civil
 

PAPR analysis of OFDM system using AI based multiple signal representation methods

  • 1. TELKOMNIKA, Vol.17, No.6, December 2019, pp.2983~2991 ISSN: 1693-6930, accredited First Grade by Kemenristekdikti, Decree No: 21/E/KPT/2018 DOI: 10.12928/TELKOMNIKA.v17i6.11511 ◼ 2983 Received October 20, 2018; Revised January 23, 2019; Accepted March 12, 2019 PAPR analysis of OFDM system using AI based multiple signal representation methods Jyoti Shukla1 , Alok Joshi2 , Rajesh Tyagi3 1 Mewar University, Ghaziabad, India 2 Jaypee Institute of Information Technology, Noida, India 3 SRM University, Ghazibad, India *Corresponding author e-mail: jyoti.shukla2@gmail.com1 , 20.alok@gmail.com2 , profrajeshkumartyagi@gmail.com3 Abstract OFDM (orthogonal frequency division multiplexing) is widely used in 4th generation applications owing to its robustness in fading environments. The major issues with OFDM systems is the high PAPR (peak-to-average power ratio) of the transmitted signals, it leads to in and out of band distortion. SLM (selective mapping) and PTS (partial transmit sequence) are two key methods for PAPR reduction. Both the methods require exhaustive searching of phase factors to optimize the PAPR, these searches lead to high computational complexity. This paper discusses using optimization based PAPR reduction methods which an be used with PTS for the reduction of computational complexity and search space. In this paper we have analyzed PTS and SLM with particle swarm optimization (PSO), Artificial Bee Colony (ABC) and differential evolution (DE). PAPR and BER (bit error rate) comparison is done for both the cases. Keywords: ABC, DE, PAPR, PTS, PSO Copyright © 2019 Universitas Ahmad Dahlan. All rights reserved. 1. Introduction Orthogonal frequency division multiplexing (OFDM) [1, 2] is a multicarrier transmission method which plays an important role in achieving high data rate in 4th generation applications. In OFDM available bandwidth is divided in to narrow band channels and each of the channels carry a subcarrier leading to a multicarrier system. OFDM has gained its popularity owing to its superlative performance in the fading environments. Use of guard band and cyclic prefix in OFDM works well against menace of inter symbol interference (ISI) and inter-carrier interference (ICI) [3]. However OFDM is largely affected by problem of high peak to average power ratio (PAPR) [4]. When OFDM signal is transmitted where each of the subcarrier is different modulated by different symbols it might lead to high peaks in domain when a number of subcarriers align in same phase. These high peaks lead to high power, when such OFDM signal are fed to high power amplifiers (HPA) which are employed for downlink purpose, causes harmonic distortion and intermodulation. This is due to nonlinear characteristics of HPA. To make sure that HPA works in the linear region large back-off is required, this reduces efficiency of HPA. There are numerous methods detailed in literature [4] for PAPR reduction, such as clipping where signal is clipped off beyond a certain signal level [5], using forward error correction codes [6, 7] for generating combination with lower PAPR, tone injection (TI) [8, 9], tone reservation (TR) [10, 11] where additional data block and power reduction carriers are used for PAPR reduction, companding reduces PAPR by compressing the higher peaks at the transmitter [12, 13], pre-distortion and DFT-spreading are some of the pre-coding [14] method for PAPR reduction, active constellation extension [15, 16] uses extension of existing constellation without affecting actual data. All of the above mention methods are either result in to distortion or requires high power transmission. Multiple signal representation method such as selected mapping (SLM) [17, 18] and partial transmit sequences (PTS) [19-21] are most sought choices for PAPR reduction as the resultant signal does not have any distortion. SLM performs better in terms of PAPR reduction but PTS is preferred over it owing to less computational complexity. In conventional PTS input data set is subdivided in to uncorrelated sub-blocks, after processing theses sub-blocks through Inverse Fast Fourier Transforms (IFFT) each of them is multiplied by a phase factor and finally they are summed up to generate OFDM candidate,
  • 2. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 6, December 2019: 2983-2991 2984 however the candidate signal with least PAPR is transmitted. To find optimum phase set excessive searches are require leading to high computational complexity. In this paper, we have taken up the issue of large number of searches involved in PTS [22]. Since reduction in number of searches will lead to lower computational complexity [23]. By using optimization techniques number of required searches can be reduced. Some of the excessively used methods are Genetic Algorithm (GA) [24, 25], Particle Swarm Optimization (PSO) [26], Artificial Bee Colony (ABC) [27, 28], Biogeography Based Optimization (BBO) [29] and differential evolution (DE) [30]. 2. Peak to Average Power Ratio in OFDM Systems An OFDM signal with N-subcarrier is represented as 𝑥(𝑛) = 1 √𝑁 ∑ 𝑋 𝑘 𝑁−1 𝑘=0 .exp ( 𝑗. 2. 𝜋. 𝑘. 𝑛 𝑁 ) (1) where N is the number of sub carriers i.e (k=0,1….N-1) and Xk is the symbol modulating the kth subcarrier. IFFT sum in OFDM may results in to large envelope peaks in time domain. This results in to high peak to average power ratio. Peak to average power ratio is the ration peak power of the OFDM signal to the average power of the carrier. PAPR for an OFDM signal x is given as: 𝑃𝐴𝑃𝑅(𝑥) = max 0≤𝑛≤𝑁−1 |𝑥 𝑛|2 /𝐸{|𝑥 𝑛|2} (2) where |𝑥 𝑛| the magnitude and E is representing the expectation operator. To evaluate PAPR reduction performance of a method complementary cumulative function is used as a performance index. CCDF represents the probability that signal level will remain above a particular level, power level in case of PAPR. CDF can be represented as 𝐶𝐶𝐷𝐹 = Pr⁡( 𝑃𝐴𝑃𝑅 > 𝑃𝐴𝑃𝑅0) (3) 3. Multiple Signal Representation Methods In such method same set of data is represented by a set of OFDM candidate signals which are generated with the help of different phase sets. The candidate with least PAPR is transmitted. The two widely used methods are SLM and PTS. 3.1. SLM Selected mapping [19-22] scheme is shown in Figure 1. The input symbols are multiplied with a set of phase vectors and after IFFT block multiple OFDM signal candidates representing the same data set are produced then one with the least PAPR is chosen for final transmission. This also requires transmission of side information for error free recovery of OFDM symbols. Figure 1. OFDM system with SLM technique
  • 3. TELKOMNIKA ISSN: 1693-6930 ◼ PAPR analysis of OFDM system using AI based multiple signal... (Jyoti Shukla) 2985 Every data block is multiplied by U phase sequences, with each block of equal size N, the phase factor 𝑃(𝑢) = [𝑝 𝑢,0, 𝑝 𝑢,1, … , 𝑝 𝑢,𝑁−1] 𝑇 , where u = 1,2…U, and 𝑃𝑢,𝑣 = 𝑒 𝑗𝜙𝑢,𝑣 and 𝜙 𝑢,𝑣 ∈ [0,2𝜋) for v = 0,1….N-1. This resultant signal is: 𝑋 𝑛 𝑢 = 𝑋 𝑛 𝑃𝑢,𝑛 (4) after taking its IFFT the various OFDM sequence get generated among which 𝑥̃ = 𝑥 𝑢̃ , with lowest PAPR is selected for transmission. 𝑢̃ = arg⁡min 𝑢=1,2,…,𝑈 (max|𝑥 𝑢[𝑛] |) (5) 3.2. PTS Figure 2 shows typical PTS scheme. The data sequence 𝑋 is split in to 𝑉 sub blocks of equal length 𝑁. Then sub blocks are multiplied with unique phase vector 𝑏 𝑣 . Resulting in to multiple OFDM candidates for different phase combination, each of them is given by (6): 𝑥 𝑚 = ∑ 𝑏 𝑚 𝑣 . 𝑥 𝑣 𝑉−1 𝑣=0 (6) where 𝑥 𝑣 = 𝐼𝐹𝐹𝑇[𝑋 𝑣], with Jzphase weights total number of phase weights which need to be analyzed are JV-1, as for the first sub block the phase factor is usually chosen as 1. The optimum phase factor is the one which produces minimum PAPR of candidate signal x’ as given by (7): [𝑏1 ̃ , … , 𝑏 𝑣 ̃] = arg⁡min [𝑏1,………⁡.𝑏 𝑣] ( max 𝑛=0,1…𝑁−1 |∑ 𝑏 𝑣 𝑥 𝑣[𝑛] 𝑉 𝑣=1 |) (7) Figure 2. OFDM systems using PTS 3.3. Complex Computations in PTS For V sub-blocks and J-phase weights, JV-1 possible phase combination is searched and analysed which results in to same number of PTS candidates are generated. For N-point IFFT operations (N-subcarrier OFDM): Complex addition: 𝑁 log2 𝑁 and multiplications (𝑁/2). log2 𝑁 (8) for an oversampling factor of R, Factor of N will be replaced by N.R. In generation of PTS candidates additional 𝑁 × 𝐽 𝑉−1 × (𝑉 − 1) multiplications and additions will be required. So, Overall⁡complex⁡additions = 𝑅. 𝑉. 𝑁 log2 𝑁 + 𝑅. 𝑁 × 𝐽 𝑉−1 × (𝑉 − 1) Overall⁡complex⁡mulitplications = 𝑅. 𝑉. (𝑁/2) log2 𝑁 + 𝑅. 𝑁 × 𝐽 𝑉−1 × (𝑉 − 1) (9)
  • 4. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 6, December 2019: 2983-2991 2986 If we can reduce the number of searches from JV-1, the number of computations required will also reduce. Optimization methods can be used to serve the purpose. 4. Multiple Optimization Methods based PTS Using optimization methods, we can put a cap on the searches required and thus overall computational complexity of PTS systems. In this paper we used ABC, PSO, DE and GA method for reduction of number of searches. 4.1. Particle Swarm Optimization Algorithm (PSO)-PTS The method labels the population as swarm and each individual is called a particle. The typical flowchart for the algorithm is shown in Figure 3. PSO-PTS technique is implemented by changing phase factor combination bv which used as position vector. Each PTS candidate x is considered as a particle with position vector, bv (v=0,1….V-1) along with the velocity vector is changed is changed to get a new solution or PTS candidate. A true solution is the one which using bv achieves desired relation between and local and global objective of the algorithm. pbest and gbest are PAPR values for a set of bv. The iterations end when both the variable achieves the pre-decided PAPR threshold. The new velocity for ith particle is given by: 𝑧𝑖(𝑡 + 1) = 𝑤. 𝑧𝑖(𝑡) + 𝑎1. 𝑐1. (𝑏 𝑣 𝑝𝑏𝑒𝑠𝑡 (𝑡) − 𝑏 𝑣(𝑡)) + 𝑎2. 𝑐2 (𝑏 𝑣 𝑔𝑏𝑒𝑠𝑡 (𝑡) − 𝑏 𝑣(𝑡)) (10) where a1 and a2 are acceleration factors and c1, c2 are uniformly distributed r.v in [0,1] and z is representing the velocity.New position will be: 𝑏𝑖,𝑣(𝑡 + 1) = 𝑏𝑖,𝑣(𝑡) + 𝑧𝑖(𝑡 + 1) (11) Figure 3. Flowchart for PSO algorithm
  • 5. TELKOMNIKA ISSN: 1693-6930 ◼ PAPR analysis of OFDM system using AI based multiple signal... (Jyoti Shukla) 2987 4.2. Particle Artificial Bee Colony (ABC)-PTS The algorithm contains three dissimilar groups of bees: “employed bees”, “onlooker bees” and “scout bees”. The different sources here are member of solution space and nectar represents fitness. According to this algorithm initially a randomly distributed population is generated which represent the employed bees. The employed bees execute various operations with the neighborhood values in seeking the best value. If the solution in the vicinity is healthier than the initially received one, the new solution is allocated in place of the first one. When the entire search process of the employed bee is concluded, they distribute this information with the next set of bees i.e. “onlooker bees. The employed bee turns towards the food source. The goal is to discover a phase vector with extreme fitness value; the fitness function is given by: 𝑓𝑖𝑡(𝑥𝑗) = 1 1 + 𝑓(𝑥𝑗)⁄ (10) where xj is the solution primed in continuous space and then transformed into discrete phase vector space. Also, f(xj) represents the PAPR value. Whenever fitness is high, PAPR has a low value. A corresponding fitness value of the phase vectors are calculated, if the old value is lower than the new value, then the bee memorizes the new phase value. The new phase vector is chosen by: 𝑥𝑗 = 𝑥𝑗 + 𝑎𝑗(𝑥𝑗 − 𝑥 𝑝) (11) where αj is a random number generated in the range [-1,1], and xp is the solution within the neighborhood of xj the fitness value is then pooled by the onlooker bees, when the work of employed bees is finished. Onlooker bees move towards new food sources, based on the knowledge provided to them by employed bees, through a formula: 𝑆𝑗 = 𝑓𝑖𝑡(𝑥𝑗) ∑ 𝑓𝑖𝑡(𝑥𝑗) 𝑗=1 ⁄ (12) the onlooker bee demeanors a search in the neighborhood of the food source chosen by (12) till the threshold value. ABC-PTS implementation is shown in Figure 4. Finally, when the onlooker bees accomplish their task, the employed bees transform to scout bees, in order to seek new food sources randomly, by the following formula: 𝑥𝑗 = min(𝑥𝑗) + 𝑟𝑎𝑛𝑑(0,1) ∗ (max(𝑥𝑗) − min(𝑥𝑗)) (16) where, rand (0,1) is the random number with a uniform distribution. 4.3. Differential Evolution (DE)-PTS The DE technique twitches with an initial solution set. The DE process usually three chief processes: initialization, mutation operation, crossover operation, and selection operation. DE is implemented as per following block diagram shown in Figure 5. 5. Simulations and Results The simulations has been carried out in MATLAB for N=128 for V=8 sub blocks and 4 phase weights {1, 𝑗, −1, −𝑗}. Mapping scheme used is BPSK, 1000 OFDM symbols have been used for simulations. Rayligh fading channel is used with 4 taps for BER calculations. Figure 6 (a) shows PAPR reduction capabilities of PTS, ABC-PTS and PSO-PTS in terms of CCDF. It clearly shows that ABC and PSO-PTS performs better than conventional one. The PAPR values for ABC-PTS are in the range of 4-7 dB where as for PSO-PTS value may go up to 9 dB as compared to >10 dB for PTS. Figure 6 (b) compares the PAPR reduction performance of SLM, ABC-SLM and PSO-SLM. Again, the CCDF curves are plotted it implies that, the PAPR values for ABC-SLM are in the range of 4-6.8 dB where as for PSO-SLM value may go up to 7.8 dB as compared to 9.4 dB for SLM.
  • 6. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 6, December 2019: 2983-2991 2988 Figure 4. Implementing ABC-PTS algorithm Figure 5. Implementing DE algorithm Figures 7 (a) and (b) shows BER performance of ABC and PSO in SLM and PTS OFDM systems BER curves show similar performance and trend SLM and PTS however ABC results in to better BER value than PSO. Overall, we can say that PAPR performances of the optimization-based methods are good enough in practical scenarios. Table 1 summarizes the result of above study for PTS it clearly shows that for lower number of iterations similar PAPR performance can be achieved. This will lead to reduction in complexity. Reduction in iterations will reduce the number of complex additions and multiplications e.g.: For 4 sub-blocks and 4 phase weights number of complex multiplications will be = 4(4-1)×3=192. Similarly, number of complex multiplications will be = 192. However, theses values will reduce to 18 and 99 for ABC and DE based PTS methods. However, for similar complexity PAPR reduction in PSO PTS is better.
  • 7. TELKOMNIKA ISSN: 1693-6930 ◼ PAPR analysis of OFDM system using AI based multiple signal... (Jyoti Shukla) 2989 (a) (b) Figure 6. CCDF curves for (a) PTS, ABC-PTS and PSO-PTS and (b) SLM, ABC-SLM and PSO-SLM (a) (b) Figure 7. BER comparison of (a) ABC-SLM and PSO-SLM and (b) ABC-PTS and PSO-PTS
  • 8. ◼ ISSN: 1693-6930 TELKOMNIKA Vol. 17, No. 6, December 2019: 2983-2991 2990 Table 1. PAPR and Iterations for Various Optimization Methods Methods PAPR Iterations PTS 9.554 64 ABC-PTS 7.6752 6 DE-PTS 7.0307 33 PSO-PTS 8.9185 64 6. Conclusion High PAPR is on of the major challenges 4th generation OFDM based systems are facing, PTS and SLM are the most sought distortionless methods for PAPR reduction. But both the methods require excessive searches to find the optimum signal for transmission. Using AI based optimization techniques we can achieve similar PAPR reduction at reduced searches this directly impacts the number of computations required in both the methods. In this paper PSO, ABC and DE methods are used, but the analysis can be further carried out for other methods such as biogeography, differential evolution and other optimization methods. References [1] Hasan RJ, Abdullah HN. Comparative study of selected subcarrier index modulation OFDM schemes. TELKOMNIKA Telecommunication Computing Electronics and Control. 2019; 17(1): 15-22. [2] Sahin A, Guvenc I, Arslan H. A Survey on Multicarrier Communications: Prototype Filters, Lattice Structures, and Implementation Aspects. IEEE Communications Surveys & Tutorials. 2014; 16(3): 1312-1338. [3] Jha US, Prasad R. OFDM towards Fixed and Mobile Broadband Wireless Access. Norwood: Artech House, Inc. 2007. [4] Hao J, Wang J, Pan C. Low Complexity ICI Mitigation for MIMO-OFDM in Time-Varying Channels. IEEE Transactions on Broadcasting. 2016; 62(3): 727-735. [5] Rahmatallah Y, Mohan S. Peak-To-Average Power Ratio Reduction in OFDM Systems: A Survey and Taxonomy. IEEE Communications Surveys & Tutorials. 2013; 15(4): 1567-1592. [6] Sohn I, Kim SC. Neural Network Based Simplified Clipping and Filtering Technique for PAPR Reduction of OFDM Signals. IEEE Communications Letters. 2015; 19(8): 1438-1441. [7] Bai G, Zhong Z, Xu R, Wang G, Qin Z. Golay complementary sequences and Reed-Muller codes based PAPR reduction for relay networks with superimposed training. 2012 IEEE 11th International Conference on Signal Processing. Beijing. 2012; 2: 1558-1561. [8] Sabbaghian M, Kwak Y, Smida B, Tarokh V. Near Shannon Limit and Low Peak to Average Power Ratio Turbo Block Coded OFDM. IEEE Transactions on Communications. 2011; 59(8): 2042-2045. [9] Damavandi MG, Abbasfar A, Michelson DG. Peak Power Reduction of OFDM Systems through Tone Injection via Parametric Minimum Cross-Entropy Method. IEEE Transactions on Vehicular Technology. 2013; 62(4): 1838-1843. [10] Wang W, Hu M, Li Y, Zhang H. A Low-Complexity Tone Injection Scheme Based on Distortion Signals for PAPR Reduction in OFDM Systems. IEEE Transactions on Broadcasting. 2016; 62(4): 948-956. [11] Li B, Hu L, Yang F, Ding L, Song T. Tone reservation ratio optimization for PAPR reduction in OFDM systems. 2018 IEEE Wireless Communications and Networking Conference (WCNC). Barcelona. 2018: 1-6. [12] Jiang T, Ni C, Ye C, Wu Y, Luo K. A Novel Multi-Block Tone Reservation Scheme for PAPR Reduction in OQAM-OFDM Systems. IEEE Transactions on Broadcasting. 2015; 61(4): 717-722. [13] Hu M, Li Y, Wang W, Zhang H. A Piecewise Linear Companding Transform for PAPR Reduction of OFDM Signals with Companding Distortion Mitigation. IEEE Transactions on Broadcasting. 2014; 60(3): 532-539. [14] Ali N, Almahainy R, Al-Shabili A, Almoosa N, Abd-Alhameed R. Analysis of improved μ-law companding technique for OFDM systems. IEEE Transactions on Consumer Electronics. 2017; 63(2): 126-134. [15] Gao S, Zhang M, Cheng X. Precoded Index Modulation for Multi-Input Multi-Output OFDM. IEEE Transactions on Wireless Communications. 2018; 17(1): 17-28. [16] Wang CL, Wang SS, Chen HM. An improved metric-based active constellation extension scheme for PAPR reduction in OFDM systems. 2016 Wireless Telecommunications Symposium (WTS). London. 2016: 1-4. [17] Dang L, Li H, Guo S. PAPR reduction in OFDM with active constellation extension and hadamard transform. 2017 13th IEEE International Conference on Intelligent Computer Communication and Processing (ICCP). Cluj-Napoca. 2017: 543-549.
  • 9. TELKOMNIKA ISSN: 1693-6930 ◼ PAPR analysis of OFDM system using AI based multiple signal... (Jyoti Shukla) 2991 [18] Woo JY, Joo HS, Kim KH, No JS, Shin DJ. PAPR Analysis of Class-III SLM Scheme Based on Variance of Correlation of Alternative OFDM Signal Sequences. IEEE Communications Letters. 2015; 19(6): 989-992. [19] Taşpınar N, Yıldırım M. A Novel Parallel Artificial Bee Colony Algorithm and Its PAPR Reduction Performance Using SLM Scheme in OFDM and MIMO-OFDM Systems. IEEE Communications Letters. 2015; 19(10): 1830-1833. [20] Ku SJ. Low-Complexity PTS-Based Schemes for PAPR Reduction in SFBC MIMO-OFDM Systems. IEEE Transactions on Broadcasting. 2014; 60(4): 650-658. [21] Hou J, Zhao X, Gong F, Hui F, Ge J. PAPR and PICR Reduction of OFDM Signals with Clipping Noise-Based Tone Injection Scheme. IEEE Transactions on Vehicular Technology. 2017; 66(1): 222-232. [22] Ku SJ. Low-Complexity PTS-Based Schemes for PAPR Reduction in SFBC MIMO-OFDM Systems. IEEE Transactions on Broadcasting. 2014; 60(4): 650-658. [23] Cho YJ, Kim KH, Woo JY, Lee KS, No JS, Shin DJ. Low-Complexity PTS Schemes Using Dominant Time-Domain Samples in OFDM Systems. IEEE Transactions on Broadcasting. 2017; 63(2): 440-445. [24] Joo HS, Kim KH, No JS, Shin DJ. New PTS Schemes for PAPR Reduction of OFDM Signals without Side Information. IEEE Transactions on Broadcasting. 2017; 63(3): 562-570. [25] Hagras EA, Fathy SA, El-Mahallawy MS. Genetic algorithm-based tone-reservation for PAPR reduction in wavelet-OFDM systems. Proceedings of 33rd National Radio Science Conference (NRSC). 2016: 223-232. [26] Luo R, Zhang C, Niu N, Li R. A Low-Complexity PTS Based on Greedy and Genetic Algorithm for OFDM Systems. Chinese Journal of Electronics. 2015; 24(4): 857-861. [27] Prasad S, Ramesh J. Partial transmit sequence based PAPR reduction with GA and PSO optimization techniques. 2017 International Conference on Innovations in Information, Embedded and Communication Systems (ICIIECS). Coimbatore. 2017: 1-4. [28] Taşpınar N, Yıldırım M. A Novel Parallel Artificial Bee Colony Algorithm and Its PAPR Reduction Performance Using SLM Scheme in OFDM and MIMO-OFDM Systems. IEEE Communications Letters. 2015; 19(10): 1830-1833. [29] Cheng X, Liu D, Feng S, Fang H, Liu D. An artificial bee colony-based SLM scheme for PAPR reduction in OFDM systems. 2017 2nd IEEE International Conference on Computational Intelligence and Applications (ICCIA). Beijing. 2017: 449-453. [30] Garg H. An efficient biogeography-based optimization algorithm for solving reliability optimization problems. Swarm and Evolutionary Computation. 2015; 24: 1-10.