SlideShare uma empresa Scribd logo
1 de 5
Baixar para ler offline
Research Inventy: International Journal Of Engineering And Science
Vol.4, Issue 2 (February 2014), PP 01-05
Issn(e): 2278-4721, Issn(p):2319-6483, www.researchinventy.com
1
Performance of Pilot Tone Based OFDM: A Survey
1
Rashmi N, 2
Chandan Hegde,3
Ganeshkumar S Abli, 4
Kiran Kumar J B
1
Asst.Prof BMSIT, ECE Dept. ,234
Students BMSIT, ECE Dept.
(1
rashmiswamy84@gmail.com,2
chandan5490@gmail.com,3
abli.ganesh@gmail.com,4
kirankumarjb.01@gmail.com)
ABSTRACT: Orthogonal frequency division multiplexing is a multi-carrier technique with high spectral
efficiency. But they experience a high ‘peak to average power ratio’ (PAPR) which increases the power
consumption by the transmitter. A Pilot tone in OFDM significantly lowers the BER which shows the quality of
the signal transmitted. The impact of the position of the pilot carrier is more on the mean square error (MSE) of
the system and hence the performance of the system relies indirectly upon the pilots, and hence optimization of
the pilots and their positions is a necessary step. The ‘maximum distance distribution method’ of pilot carriers
which considers the ratio between the total number of subcarriers and total number of pilot subcarriers proves
to be a non-significant method as it doesn’t minimize the MSE of the channel estimation[2]. Therefore an
optimal process is the need of the hour to approach this problem. In this paper we have given an overview of
different pilot insertion schemes such as Branch and bound algorithm, Hill climbing algorithm, Differential
evolution algorithm and Modified pilot carrier insertion schemes, as well as channel estimation methods for
each of the above algorithms have been compared in this context.
INDEX TERMS: BER, Channel estimation method, minimize MSE, modified pilot carrier insertion schemes,
optimization of the pilots
I. INTRODUCTION
Data transmissions at a high data rate and the techniques to achieve them have been the top priority
topics for research in the communication field and OFDM is one of the emerging field with many technologies
using it as their core concept. These is because of its fascinating characteristics such as robustness in fading
frequency selective channel and also ease of implementation. OFDM is used in applications like DAB, WLAN
and ADSLs which require high data rates. However these systems depend upon the channel state information or
CSI for the purpose of which pilot or training sequence [1] are used.
Fig1: Transmitter
Fig2: Receiver
The above figure shows the transmitter and receiver part of the basic OFDM system. Estimation of channel
using pilot tones was first proposed in [2]. There are many ways to establish CSI, in that „none pilot tone‟ based
OFDM system is also one which is used in optical fiber communication. It uses mDAPSK as its [3] modulation
technique. Pilot estimation is effective on MMSE (minimum mean square error estimator) which has less
complexity and computation which is achieved by taking LMMSE into consideration. MMSE also minimizes
ICI [4] produced in channels like AWGN. The pilot position optimization is an integer optimization problem
Performance Of Pilot Tone Based…
2
and thus belongs to the class of NP hard i.e. its solution can be found in polynomial time using heuristic
algorithms on a non-deterministic Turing machine (a hypothetical device which can simulate any computer
algorithm)[10] which has been discussed in this paper.
Channel estimation can be done through pilots either placing them in comb type or in block type. In comb type
pilots are inserted after a specified number of bits. It can vary according to the requirement where as in block
type insertion [5] pilots are inserted in blocks.
This paper makes a survey of some of the major techniques and algorithms involved in optimal pilot insertion
for the channel estimation and a good pilot carrier placement technique with low MSE.
II. HILL CLIMBING (LOCAL SEARCH)
Hill climbing [6] is the technique used for local search optimization in which using an initial setting the
process is started and then changes are made to the settings and the obtained result i.e. the mean square error
(MSE) is compared with the result of previous iteration to see if there has been an improvement in the result i.e.
if the result has low MSE. And this low MSE result can be used as the initial setting for next run. Here the
changes are made in the initial settings by altering the pilot based system i.e. one of the Md data carrier positions
is swapped with that of a pilot carrier. Thus the algorithm is repeated only until the latest result has low MSE
than previous one and hence optimization of the end result is achieved. Here the main problem is to find a good
initialization in order to find a global minimum and also the algorithm has to be run many times in order to show
improvements. To save efforts, maximum distance distribution method is used as initial setting in which pilots
are equally distributed among a specific no. of data carriers.
The algorithm is given as below:
 select initial pilot carrier positions
n = {nℓ|ℓ = 1 : M}, nℓ ∈ Sc
where Sc is the set of potential pilot carrier positions
 determine Md data carrier positions
= Scn
 compute MSE
 for i = 1 : M
 for j = 1 : Md
 Swap the positions
n′ = n ; ′ =
 n′(i) = (j) ; ′(j) = n(i)
 compute MSE′ for n′
where MSE′ is the new result
 if MSE′ < MSE
 Use MSE′ for next iteration
n = n′ ; = ′ ; MSE = MSE′
 end
 end
 end
III. BRANCH AND BOUND
As previous method suffers from bad initialization, Branch and Bound can be used as the other
alternative. Here a number of sets (upto KM) of pilot positions are compiled and an extra position ni based on
branch metric [6] is added to each of the KM sets {n1,…,ni-1}. Then their corresponding results i.e. the MSE is
compared and the set of positions which results in least branch metric is selected. Computational load which
plays an important role in the convergence of this algorithm is decreased by selecting only few sets based on
cumulative metric [6]. The convergence of the algorithm can also be improved by using a cost function
α
, as given in [6]. The three parameters used here are Kg, Km and α where Kg is
used to limit the growth of the position sets and Km affects the convergence of the algorithm.
Performance Of Pilot Tone Based…
3
The algorithm is as follows:
 compute the cost function (m), m = 1,...,N
 initialize tree = [n1, Σ1 = 0], n1∈ Sc
 for i = 2 : M
 treenew = empty; x=# rows in tree
 for k = 1 : x
 {n1,...,ni-1} = tree(k ; 1 : i − 1)
 define fi (y) = (y – nℓ), y ∈ Sc
 select the Kg values with smallest fi (ni
j
) with ni
j
{n1,...,ni−1}, j = 1,...,Kg
 for j = 1 : Kg
 test if {n1,..., ni−1,ni
j
}, j = 1,...., Kg
 if not : add pilot carrier position
 Σi = Σi−1 + f (ni
j
);
 treenew=[treenew ;{n1,...,ni−1,ni
j
},Σi]
 end
 end
 end
 sort treenew on Σi and select KM best ones to replace tree
 end
 compute MSE for all entries in tree and select the smallest
Though the computational complexity of this technique is high, it gives low MSE results and hence optimization
of pilot positions is achieved.
IV. DIFFERENTIAL EVOLUTION ALGORITHM
Differential evolution (DE) algorithm is a method to optimize the power and placement of the MIMO-OFDM
system which uses [7] Least Square (LS) algorithm for its estimation. The performance of the LS algorithm can
be increased by the differential evaluation method instead of placing the pilots orthogonally. DE takes upper
bound of the mean square error (MSE) into account as a fitness function [8] of the DE algorithm for
optimization tasks. In this method the pilots are inserted in a comb type manner the subcarriers. The locations of
the pilot tones in the system are optimized by the bounds on the objective function based on channel capacity
and SER (symbol error rate). The steps involved in differential algorithm are as below:
 Initialization
 Evaluation
 REPEAT
Mutation
Recombination
Evaluation
Selection
 UNTIL (stop criteria are met)
Hence the power and locale of the pilot carrier is optimized.
V. MODIFIED DATA PILOT INSERTION SCHEMES
In pilot based OFDM, interference between pilots and data causes degradation in frequency offset and
channel estimation leading to inter-carrier interference (ICI) and significant decrease in the error performance.
Hence a modified scheme is required to counteract the data-pilot interference. The two approaches considered
here are Correlated data insertion scheme (CD) (i.e. there is a correlation between the left and right adjacent data
carriers of each pilot carrier) and Null data insertion scheme (ND) (i.e. no data carriers are transmitted on left
and right adjacent tones of each pilot carrier).
Performance Of Pilot Tone Based…
4
(5.1) Correlated Data Insertion Scheme
Fig3
Here interference between pilot and data carriers are prevented by performing some processing on the adjacent
left and right data tones, as interference is larger between pilot and its adjacent data tones. Here by processing
we mean correlating [9] the two adjacent data tones. Also the other way is to modulate the left and right adjacent
tones of each pilot differently than that used for the other data tones. For example if QPSK is used to modulate
the data tones then 16-QAM can be used to modulate the adjacent data tones of each pilot. The latter method
experiences slight performance degradation but achieves the same data rate as that of the conventional data-pilot
multiplexing scheme (CV) which uses maximum distance distribution.
(5.2) Null Data Insertion Scheme
Fig4
Here in order to decrease the interference between pilots and data carriers, null tones are inserted as the adjacent
data tones for each pilot.
VI. OBSERVATION
The survey of different techniques of OFDM pilot insertion has been completed. Among the heuristic
algorithms discussed, Hill Climbing algorithm has lesser complexity than the Branch and Bound algorithm but
Branch and Bound algorithm shows a slightly lower MSE than the hill climbing (HC) algorithm. Maximum
distance distribution (MDD) has a good MSE compared to the above heuristic algorithms when the FFT size is
more (>1024). For lower FFT size, the first two algorithms give better MSE than MDD. HC suffers from bad
initialization setting problem, sometimes it takes MDD as an initial pilot position setting. The two algorithms
found the optimal pilot carrier placement in the 97.4% and 87.2% of the cases. Also due to the construction of
position sets, the computational complexity of Branch and Bound technique is high. However it results in lower
MSE.Differential Evolution algorithm gives up to 30 db SNR, also optimizing the power and hence increasing
the performance. The advantage of this algorithm is Robustness and reduced Doppler shift. Overall the
bandwidth of the system is increased.For comparison between the modified pilot insertion schemes we consider
the data throughput, which here, is defined as the ratio of no. of data bearing sub-carriers to the total no. of
OFDM sub-carriers is (Nd - Np)/N. Data throughput is greater for CD insertion scheme compared to Null data
insertion scheme, but with a trade off in the case of complexity of computation.
VII. CONCLUSION
In this literature survey we conclude that for pilot position optimization Branch and Bound algorithm is
simpler to implement than the Hill Climbing algorithm and gives satisfactory results. And when it comes to
modified pilot insertion techniques Correlated Data insertion scheme gives better BER performance compared
to Null Data insertion scheme along with better data throughput.
Performance Of Pilot Tone Based…
5
REFERENCES
[1] Imad Barhumi, Geert Leus, Member, and Marc Moonen , “Optimal Training Design for MIMO OFDM
Systems in Mobile Wireless Channels” , IEEE Trans. On Signal Processing, VOL. 51, NO. 6, JUNE 2003.
[2] Rohit Negi and John Cioffi, “Pilot Tone Selection For Channel Estimation For Mobile OFDM System”,
IEEE Transactions on Consumer Electronics, Vol. 44, No. 3, AUGUST 1998.
[3] Bo Liu, Lijia Zhang, Xiangjun Xin,, Jianjun Yu, “None pilot-tones and Training Sequence Assisted OFDM
Technology Based on Multiple-Differential Amplitude Phase Shift Keying” , 2012.
[4] Meng-Han Hsieh , Che-Ho Wei, “Channel Estimation For OFDM System Based On Comb Type Pilot
Arrangement in Frequency Selective Fading Channel”, Optical society of America , IEEE, 1998.
[5] Tejasvi Arora , Dr. Suresh Kumar ,“Pilot Symbol Estimation Technique in OFDM System”, International
Journal of Computational Linguistics and Natural Language Processing , Vol 1 Issue 4 November 2012.
[6] Heidi Steendam “How to Select the Pilot Carrier Positions in CP-OFDM” Communications Theory- IEEE
ICC 2013.
[7] Muhammet Nuri SEYMAN, Necmi TAS¸ PINAR , “Optimization Of Pilot Tone Using Differential
Evolution Algorithm In MIMO OFDM System”, Turk J Elec Eng & Comp Sci, Vol.20, No.1, 2012.
[8] en.wikipedia.org/wiki/Fitness_function
[9] Xiaoyu Fu and Hlaing Minn, “Modified Data-Pilot-Multiplexed Schemes for OFDM Systems”, IEEE
Transaction on Wireless Communication, VOL. 6, NO. 2, FEBRUARY 2007
[10] W.Hamalanen , “Class NP, NP-Complete and NP-Hard Problems” , Nov. 6. 2006.

Mais conteúdo relacionado

Mais procurados

IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...EM Legacy
 
Test different neural networks models for forecasting of wind,solar and energ...
Test different neural networks models for forecasting of wind,solar and energ...Test different neural networks models for forecasting of wind,solar and energ...
Test different neural networks models for forecasting of wind,solar and energ...Tonmoy Ibne Arif
 
Performance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMPerformance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMIJARBEST JOURNAL
 
Memory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital PredistorterMemory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital PredistorterIJERA Editor
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmEfficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmCemal Ardil
 
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...IOSR Journals
 
Adaptive beamforming using lms algorithm
Adaptive beamforming using lms algorithmAdaptive beamforming using lms algorithm
Adaptive beamforming using lms algorithmeSAT Publishing House
 
5.computer analysis of the cost 231 hata model for path loss estimation at 90...
5.computer analysis of the cost 231 hata model for path loss estimation at 90...5.computer analysis of the cost 231 hata model for path loss estimation at 90...
5.computer analysis of the cost 231 hata model for path loss estimation at 90...Alexander Decker
 
Mohammed Moneim M.Tech ppt
Mohammed Moneim M.Tech pptMohammed Moneim M.Tech ppt
Mohammed Moneim M.Tech pptMohammed Moneim
 
Using Subspace Pursuit Algorithm to Improve Performance of the Distributed Co...
Using Subspace Pursuit Algorithm to Improve Performance of the Distributed Co...Using Subspace Pursuit Algorithm to Improve Performance of the Distributed Co...
Using Subspace Pursuit Algorithm to Improve Performance of the Distributed Co...Polytechnique Montreal
 
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...ijsrd.com
 

Mais procurados (17)

IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
IMPACT OF PARTIAL DEMAND INCREASE ON THE PERFORMANCE OF IP NETWORKS AND RE-OP...
 
Test different neural networks models for forecasting of wind,solar and energ...
Test different neural networks models for forecasting of wind,solar and energ...Test different neural networks models for forecasting of wind,solar and energ...
Test different neural networks models for forecasting of wind,solar and energ...
 
Performance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDMPerformance Analysis of PAPR Reduction in MIMO-OFDM
Performance Analysis of PAPR Reduction in MIMO-OFDM
 
Path loss prediction
Path loss predictionPath loss prediction
Path loss prediction
 
2006 ssiai
2006 ssiai2006 ssiai
2006 ssiai
 
Memory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital PredistorterMemory Polynomial Based Adaptive Digital Predistorter
Memory Polynomial Based Adaptive Digital Predistorter
 
Force Field Transformation
Force Field TransformationForce Field Transformation
Force Field Transformation
 
B43030508
B43030508B43030508
B43030508
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmEfficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
 
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
 
Adaptive beamforming using lms algorithm
Adaptive beamforming using lms algorithmAdaptive beamforming using lms algorithm
Adaptive beamforming using lms algorithm
 
5.computer analysis of the cost 231 hata model for path loss estimation at 90...
5.computer analysis of the cost 231 hata model for path loss estimation at 90...5.computer analysis of the cost 231 hata model for path loss estimation at 90...
5.computer analysis of the cost 231 hata model for path loss estimation at 90...
 
robio-2014-falquez
robio-2014-falquezrobio-2014-falquez
robio-2014-falquez
 
Mohammed Moneim M.Tech ppt
Mohammed Moneim M.Tech pptMohammed Moneim M.Tech ppt
Mohammed Moneim M.Tech ppt
 
Using Subspace Pursuit Algorithm to Improve Performance of the Distributed Co...
Using Subspace Pursuit Algorithm to Improve Performance of the Distributed Co...Using Subspace Pursuit Algorithm to Improve Performance of the Distributed Co...
Using Subspace Pursuit Algorithm to Improve Performance of the Distributed Co...
 
F0331031037
F0331031037F0331031037
F0331031037
 
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
Introduction to Wavelet Transform and Two Stage Image DE noising Using Princi...
 

Semelhante a A0420105

Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems IRJET Journal
 
Performance evaluation of high mobility OFDM channel estimation techniques
Performance evaluation of high mobility OFDM channel estimation techniques Performance evaluation of high mobility OFDM channel estimation techniques
Performance evaluation of high mobility OFDM channel estimation techniques IJECEIAES
 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSiosrjce
 
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...iosrjce
 
Hybrid Adaptive Channel Estimation Technique in Time and Frequency Domain for...
Hybrid Adaptive Channel Estimation Technique in Time and Frequency Domain for...Hybrid Adaptive Channel Estimation Technique in Time and Frequency Domain for...
Hybrid Adaptive Channel Estimation Technique in Time and Frequency Domain for...Tamilarasan N
 
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IJCNCJournal
 
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 schemesTELKOMNIKA JOURNAL
 
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET Journal
 
PAPR analysis of OFDM system using AI based multiple signal representation me...
PAPR analysis of OFDM system using AI based multiple signal representation me...PAPR analysis of OFDM system using AI based multiple signal representation me...
PAPR analysis of OFDM system using AI based multiple signal representation me...TELKOMNIKA JOURNAL
 
Enhancing Performance for Orthogonal Frequency Division Multiplexing in Wirel...
Enhancing Performance for Orthogonal Frequency Division Multiplexing in Wirel...Enhancing Performance for Orthogonal Frequency Division Multiplexing in Wirel...
Enhancing Performance for Orthogonal Frequency Division Multiplexing in Wirel...IRJET Journal
 
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
 
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...IOSR Journals
 
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyasIAESIJEECS
 
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNELNEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNELijcseit
 

Semelhante a A0420105 (20)

Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
 
Performance evaluation of high mobility OFDM channel estimation techniques
Performance evaluation of high mobility OFDM channel estimation techniques Performance evaluation of high mobility OFDM channel estimation techniques
Performance evaluation of high mobility OFDM channel estimation techniques
 
I017325055
I017325055I017325055
I017325055
 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
 
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
Performance analysis for Adaptive Subcarriers Allocation in Coherent Optical ...
 
Hybrid Adaptive Channel Estimation Technique in Time and Frequency Domain for...
Hybrid Adaptive Channel Estimation Technique in Time and Frequency Domain for...Hybrid Adaptive Channel Estimation Technique in Time and Frequency Domain for...
Hybrid Adaptive Channel Estimation Technique in Time and Frequency Domain for...
 
E0812730
E0812730E0812730
E0812730
 
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
 
Ko3518201823
Ko3518201823Ko3518201823
Ko3518201823
 
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
 
D0341015020
D0341015020D0341015020
D0341015020
 
558 487-491
558 487-491558 487-491
558 487-491
 
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM SystemsIRJET-  	  Structured Compression Sensing Method for Massive MIMO-OFDM Systems
IRJET- Structured Compression Sensing Method for Massive MIMO-OFDM Systems
 
PAPR analysis of OFDM system using AI based multiple signal representation me...
PAPR analysis of OFDM system using AI based multiple signal representation me...PAPR analysis of OFDM system using AI based multiple signal representation me...
PAPR analysis of OFDM system using AI based multiple signal representation me...
 
Enhancing Performance for Orthogonal Frequency Division Multiplexing in Wirel...
Enhancing Performance for Orthogonal Frequency Division Multiplexing in Wirel...Enhancing Performance for Orthogonal Frequency Division Multiplexing in Wirel...
Enhancing Performance for Orthogonal Frequency Division Multiplexing in Wirel...
 
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
 
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
 
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
09 23sept 8434 10235-1-ed performance (edit ari)update 17jan18tyas
 
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNELNEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
NEW BER ANALYSIS OF OFDM SYSTEM OVER NAKAGAMI-n (RICE) FADING CHANNEL
 
I010614347
I010614347I010614347
I010614347
 

Mais de inventy

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...inventy
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuelsinventy
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...inventy
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...inventy
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systemsinventy
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...inventy
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...inventy
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...inventy
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...inventy
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...inventy
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...inventy
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...inventy
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...inventy
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineinventy
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...inventy
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluationinventy
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generationinventy
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...inventy
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezerinventy
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsinventy
 

Mais de inventy (20)

Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
Experimental Investigation of a Household Refrigerator Using Evaporative-Cool...
 
Copper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation FuelsCopper Strip Corrossion Test in Various Aviation Fuels
Copper Strip Corrossion Test in Various Aviation Fuels
 
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
Additional Conservation Laws for Two-Velocity Hydrodynamics Equations with th...
 
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
Comparative Study of the Quality of Life, Quality of Work Life and Organisati...
 
A Study of Automated Decision Making Systems
A Study of Automated Decision Making SystemsA Study of Automated Decision Making Systems
A Study of Automated Decision Making Systems
 
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
Crystallization of L-Glutamic Acid: Mechanism of Heterogeneous β -Form Nuclea...
 
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
Evaluation of Damage by the Reliability of the Traction Test on Polymer Test ...
 
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...Application of Kennelly’model of Running Performances to Elite Endurance Runn...
Application of Kennelly’model of Running Performances to Elite Endurance Runn...
 
Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...Development and Application of a Failure Monitoring System by Using the Vibra...
Development and Application of a Failure Monitoring System by Using the Vibra...
 
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
The Management of Protected Areas in Serengeti Ecosystem: A Case Study of Iko...
 
Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...Size distribution and biometric relationships of little tunny Euthynnus allet...
Size distribution and biometric relationships of little tunny Euthynnus allet...
 
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
Removal of Chromium (VI) From Aqueous Solutions Using Discarded Solanum Tuber...
 
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...Effect of Various External and Internal Factors on the Carrier Mobility in n-...
Effect of Various External and Internal Factors on the Carrier Mobility in n-...
 
Transient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbineTransient flow analysis for horizontal axial upper-wind turbine
Transient flow analysis for horizontal axial upper-wind turbine
 
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
Choice of Numerical Integration Method for Wind Time History Analysis of Tall...
 
Impacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability EvaluationImpacts of Demand Side Management on System Reliability Evaluation
Impacts of Demand Side Management on System Reliability Evaluation
 
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable GenerationReliability Evaluation of Riyadh System Incorporating Renewable Generation
Reliability Evaluation of Riyadh System Incorporating Renewable Generation
 
The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...The effect of reduced pressure acetylene plasma treatment on physical charact...
The effect of reduced pressure acetylene plasma treatment on physical charact...
 
Experimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum FreezerExperimental Investigation of Mini Cooler cum Freezer
Experimental Investigation of Mini Cooler cum Freezer
 
Growth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin filmsGrowth and Magnetic properties of MnGeP2 thin films
Growth and Magnetic properties of MnGeP2 thin films
 

Último

Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...noor ahmed
 
Almora call girls 📞 8617697112 At Low Cost Cash Payment Booking
Almora call girls 📞 8617697112 At Low Cost Cash Payment BookingAlmora call girls 📞 8617697112 At Low Cost Cash Payment Booking
Almora call girls 📞 8617697112 At Low Cost Cash Payment BookingNitya salvi
 
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
 
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...aamir
 
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...noor ahmed
 
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.Nitya salvi
 
Beautiful 😋 Call girls in Lahore 03210033448
Beautiful 😋 Call girls in Lahore 03210033448Beautiful 😋 Call girls in Lahore 03210033448
Beautiful 😋 Call girls in Lahore 03210033448ont65320
 
Top Rated Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Call Girls in Nagpur High Profile
 
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser... Shivani Pandey
 
📞 Contact Number 8617697112 VIP Ganderbal Call Girls
📞 Contact Number 8617697112 VIP Ganderbal Call Girls📞 Contact Number 8617697112 VIP Ganderbal Call Girls
📞 Contact Number 8617697112 VIP Ganderbal Call GirlsNitya salvi
 
Kanpur call girls 📞 8617697112 At Low Cost Cash Payment Booking
Kanpur call girls 📞 8617697112 At Low Cost Cash Payment BookingKanpur call girls 📞 8617697112 At Low Cost Cash Payment Booking
Kanpur call girls 📞 8617697112 At Low Cost Cash Payment BookingNitya salvi
 
Hotel And Home Service Available Kolkata Call Girls Howrah ✔ 6297143586 ✔Call...
Hotel And Home Service Available Kolkata Call Girls Howrah ✔ 6297143586 ✔Call...Hotel And Home Service Available Kolkata Call Girls Howrah ✔ 6297143586 ✔Call...
Hotel And Home Service Available Kolkata Call Girls Howrah ✔ 6297143586 ✔Call...ritikasharma
 
Borum Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Borum Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceBorum Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Borum Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceDamini Dixit
 
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...aamir
 
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Call Girls in Nagpur High Profile
 
Russian Escorts Agency In Goa 💚 9316020077 💚 Russian Call Girl Goa
Russian Escorts Agency In Goa  💚 9316020077 💚 Russian Call Girl GoaRussian Escorts Agency In Goa  💚 9316020077 💚 Russian Call Girl Goa
Russian Escorts Agency In Goa 💚 9316020077 💚 Russian Call Girl Goasexy call girls service in goa
 
Verified Trusted Call Girls Tambaram Chennai ✔✔7427069034 Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai ✔✔7427069034  Independent Chenna...Verified Trusted Call Girls Tambaram Chennai ✔✔7427069034  Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai ✔✔7427069034 Independent Chenna... Shivani Pandey
 
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...noor ahmed
 
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment BookingCall Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment Bookingnoor ahmed
 

Último (20)

Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
Book Paid Sonagachi Call Girls Kolkata 𖠋 8250192130 𖠋Low Budget Full Independ...
 
Almora call girls 📞 8617697112 At Low Cost Cash Payment Booking
Almora call girls 📞 8617697112 At Low Cost Cash Payment BookingAlmora call girls 📞 8617697112 At Low Cost Cash Payment Booking
Almora call girls 📞 8617697112 At Low Cost Cash Payment Booking
 
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Rajpur ⟟ 8250192130 ⟟ High Class Call Girl In...
 
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
Dakshineswar Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Se...
 
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
↑Top Model (Kolkata) Call Girls Sonagachi ⟟ 8250192130 ⟟ High Class Call Girl...
 
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
❤Personal Whatsapp Number Keylong Call Girls 8617697112 💦✅.
 
Beautiful 😋 Call girls in Lahore 03210033448
Beautiful 😋 Call girls in Lahore 03210033448Beautiful 😋 Call girls in Lahore 03210033448
Beautiful 😋 Call girls in Lahore 03210033448
 
Top Rated Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls Dhayari ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
Model Call Girls In Velappanchavadi WhatsApp Booking 7427069034 call girl ser...
 
📞 Contact Number 8617697112 VIP Ganderbal Call Girls
📞 Contact Number 8617697112 VIP Ganderbal Call Girls📞 Contact Number 8617697112 VIP Ganderbal Call Girls
📞 Contact Number 8617697112 VIP Ganderbal Call Girls
 
Kanpur call girls 📞 8617697112 At Low Cost Cash Payment Booking
Kanpur call girls 📞 8617697112 At Low Cost Cash Payment BookingKanpur call girls 📞 8617697112 At Low Cost Cash Payment Booking
Kanpur call girls 📞 8617697112 At Low Cost Cash Payment Booking
 
Hotel And Home Service Available Kolkata Call Girls Howrah ✔ 6297143586 ✔Call...
Hotel And Home Service Available Kolkata Call Girls Howrah ✔ 6297143586 ✔Call...Hotel And Home Service Available Kolkata Call Girls Howrah ✔ 6297143586 ✔Call...
Hotel And Home Service Available Kolkata Call Girls Howrah ✔ 6297143586 ✔Call...
 
Borum Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Borum Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort ServiceBorum Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
Borum Call Girls Service ☎ ️93326-06886 ❤️‍🔥 Enjoy 24/7 Escort Service
 
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
Nayabad Call Girls ✔ 8005736733 ✔ Hot Model With Sexy Bhabi Ready For Sex At ...
 
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...Top Rated  Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
Top Rated Pune Call Girls Pimpri Chinchwad ⟟ 6297143586 ⟟ Call Me For Genuin...
 
CHEAP Call Girls in Malviya Nagar, (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in  Malviya Nagar, (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in  Malviya Nagar, (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Malviya Nagar, (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Russian Escorts Agency In Goa 💚 9316020077 💚 Russian Call Girl Goa
Russian Escorts Agency In Goa  💚 9316020077 💚 Russian Call Girl GoaRussian Escorts Agency In Goa  💚 9316020077 💚 Russian Call Girl Goa
Russian Escorts Agency In Goa 💚 9316020077 💚 Russian Call Girl Goa
 
Verified Trusted Call Girls Tambaram Chennai ✔✔7427069034 Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai ✔✔7427069034  Independent Chenna...Verified Trusted Call Girls Tambaram Chennai ✔✔7427069034  Independent Chenna...
Verified Trusted Call Girls Tambaram Chennai ✔✔7427069034 Independent Chenna...
 
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
↑Top Model (Kolkata) Call Girls Howrah ⟟ 8250192130 ⟟ High Class Call Girl In...
 
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment BookingCall Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
Call Girls in Barasat | 7001035870 At Low Cost Cash Payment Booking
 

A0420105

  • 1. Research Inventy: International Journal Of Engineering And Science Vol.4, Issue 2 (February 2014), PP 01-05 Issn(e): 2278-4721, Issn(p):2319-6483, www.researchinventy.com 1 Performance of Pilot Tone Based OFDM: A Survey 1 Rashmi N, 2 Chandan Hegde,3 Ganeshkumar S Abli, 4 Kiran Kumar J B 1 Asst.Prof BMSIT, ECE Dept. ,234 Students BMSIT, ECE Dept. (1 rashmiswamy84@gmail.com,2 chandan5490@gmail.com,3 abli.ganesh@gmail.com,4 kirankumarjb.01@gmail.com) ABSTRACT: Orthogonal frequency division multiplexing is a multi-carrier technique with high spectral efficiency. But they experience a high ‘peak to average power ratio’ (PAPR) which increases the power consumption by the transmitter. A Pilot tone in OFDM significantly lowers the BER which shows the quality of the signal transmitted. The impact of the position of the pilot carrier is more on the mean square error (MSE) of the system and hence the performance of the system relies indirectly upon the pilots, and hence optimization of the pilots and their positions is a necessary step. The ‘maximum distance distribution method’ of pilot carriers which considers the ratio between the total number of subcarriers and total number of pilot subcarriers proves to be a non-significant method as it doesn’t minimize the MSE of the channel estimation[2]. Therefore an optimal process is the need of the hour to approach this problem. In this paper we have given an overview of different pilot insertion schemes such as Branch and bound algorithm, Hill climbing algorithm, Differential evolution algorithm and Modified pilot carrier insertion schemes, as well as channel estimation methods for each of the above algorithms have been compared in this context. INDEX TERMS: BER, Channel estimation method, minimize MSE, modified pilot carrier insertion schemes, optimization of the pilots I. INTRODUCTION Data transmissions at a high data rate and the techniques to achieve them have been the top priority topics for research in the communication field and OFDM is one of the emerging field with many technologies using it as their core concept. These is because of its fascinating characteristics such as robustness in fading frequency selective channel and also ease of implementation. OFDM is used in applications like DAB, WLAN and ADSLs which require high data rates. However these systems depend upon the channel state information or CSI for the purpose of which pilot or training sequence [1] are used. Fig1: Transmitter Fig2: Receiver The above figure shows the transmitter and receiver part of the basic OFDM system. Estimation of channel using pilot tones was first proposed in [2]. There are many ways to establish CSI, in that „none pilot tone‟ based OFDM system is also one which is used in optical fiber communication. It uses mDAPSK as its [3] modulation technique. Pilot estimation is effective on MMSE (minimum mean square error estimator) which has less complexity and computation which is achieved by taking LMMSE into consideration. MMSE also minimizes ICI [4] produced in channels like AWGN. The pilot position optimization is an integer optimization problem
  • 2. Performance Of Pilot Tone Based… 2 and thus belongs to the class of NP hard i.e. its solution can be found in polynomial time using heuristic algorithms on a non-deterministic Turing machine (a hypothetical device which can simulate any computer algorithm)[10] which has been discussed in this paper. Channel estimation can be done through pilots either placing them in comb type or in block type. In comb type pilots are inserted after a specified number of bits. It can vary according to the requirement where as in block type insertion [5] pilots are inserted in blocks. This paper makes a survey of some of the major techniques and algorithms involved in optimal pilot insertion for the channel estimation and a good pilot carrier placement technique with low MSE. II. HILL CLIMBING (LOCAL SEARCH) Hill climbing [6] is the technique used for local search optimization in which using an initial setting the process is started and then changes are made to the settings and the obtained result i.e. the mean square error (MSE) is compared with the result of previous iteration to see if there has been an improvement in the result i.e. if the result has low MSE. And this low MSE result can be used as the initial setting for next run. Here the changes are made in the initial settings by altering the pilot based system i.e. one of the Md data carrier positions is swapped with that of a pilot carrier. Thus the algorithm is repeated only until the latest result has low MSE than previous one and hence optimization of the end result is achieved. Here the main problem is to find a good initialization in order to find a global minimum and also the algorithm has to be run many times in order to show improvements. To save efforts, maximum distance distribution method is used as initial setting in which pilots are equally distributed among a specific no. of data carriers. The algorithm is given as below:  select initial pilot carrier positions n = {nℓ|ℓ = 1 : M}, nℓ ∈ Sc where Sc is the set of potential pilot carrier positions  determine Md data carrier positions = Scn  compute MSE  for i = 1 : M  for j = 1 : Md  Swap the positions n′ = n ; ′ =  n′(i) = (j) ; ′(j) = n(i)  compute MSE′ for n′ where MSE′ is the new result  if MSE′ < MSE  Use MSE′ for next iteration n = n′ ; = ′ ; MSE = MSE′  end  end  end III. BRANCH AND BOUND As previous method suffers from bad initialization, Branch and Bound can be used as the other alternative. Here a number of sets (upto KM) of pilot positions are compiled and an extra position ni based on branch metric [6] is added to each of the KM sets {n1,…,ni-1}. Then their corresponding results i.e. the MSE is compared and the set of positions which results in least branch metric is selected. Computational load which plays an important role in the convergence of this algorithm is decreased by selecting only few sets based on cumulative metric [6]. The convergence of the algorithm can also be improved by using a cost function α , as given in [6]. The three parameters used here are Kg, Km and α where Kg is used to limit the growth of the position sets and Km affects the convergence of the algorithm.
  • 3. Performance Of Pilot Tone Based… 3 The algorithm is as follows:  compute the cost function (m), m = 1,...,N  initialize tree = [n1, Σ1 = 0], n1∈ Sc  for i = 2 : M  treenew = empty; x=# rows in tree  for k = 1 : x  {n1,...,ni-1} = tree(k ; 1 : i − 1)  define fi (y) = (y – nℓ), y ∈ Sc  select the Kg values with smallest fi (ni j ) with ni j {n1,...,ni−1}, j = 1,...,Kg  for j = 1 : Kg  test if {n1,..., ni−1,ni j }, j = 1,...., Kg  if not : add pilot carrier position  Σi = Σi−1 + f (ni j );  treenew=[treenew ;{n1,...,ni−1,ni j },Σi]  end  end  end  sort treenew on Σi and select KM best ones to replace tree  end  compute MSE for all entries in tree and select the smallest Though the computational complexity of this technique is high, it gives low MSE results and hence optimization of pilot positions is achieved. IV. DIFFERENTIAL EVOLUTION ALGORITHM Differential evolution (DE) algorithm is a method to optimize the power and placement of the MIMO-OFDM system which uses [7] Least Square (LS) algorithm for its estimation. The performance of the LS algorithm can be increased by the differential evaluation method instead of placing the pilots orthogonally. DE takes upper bound of the mean square error (MSE) into account as a fitness function [8] of the DE algorithm for optimization tasks. In this method the pilots are inserted in a comb type manner the subcarriers. The locations of the pilot tones in the system are optimized by the bounds on the objective function based on channel capacity and SER (symbol error rate). The steps involved in differential algorithm are as below:  Initialization  Evaluation  REPEAT Mutation Recombination Evaluation Selection  UNTIL (stop criteria are met) Hence the power and locale of the pilot carrier is optimized. V. MODIFIED DATA PILOT INSERTION SCHEMES In pilot based OFDM, interference between pilots and data causes degradation in frequency offset and channel estimation leading to inter-carrier interference (ICI) and significant decrease in the error performance. Hence a modified scheme is required to counteract the data-pilot interference. The two approaches considered here are Correlated data insertion scheme (CD) (i.e. there is a correlation between the left and right adjacent data carriers of each pilot carrier) and Null data insertion scheme (ND) (i.e. no data carriers are transmitted on left and right adjacent tones of each pilot carrier).
  • 4. Performance Of Pilot Tone Based… 4 (5.1) Correlated Data Insertion Scheme Fig3 Here interference between pilot and data carriers are prevented by performing some processing on the adjacent left and right data tones, as interference is larger between pilot and its adjacent data tones. Here by processing we mean correlating [9] the two adjacent data tones. Also the other way is to modulate the left and right adjacent tones of each pilot differently than that used for the other data tones. For example if QPSK is used to modulate the data tones then 16-QAM can be used to modulate the adjacent data tones of each pilot. The latter method experiences slight performance degradation but achieves the same data rate as that of the conventional data-pilot multiplexing scheme (CV) which uses maximum distance distribution. (5.2) Null Data Insertion Scheme Fig4 Here in order to decrease the interference between pilots and data carriers, null tones are inserted as the adjacent data tones for each pilot. VI. OBSERVATION The survey of different techniques of OFDM pilot insertion has been completed. Among the heuristic algorithms discussed, Hill Climbing algorithm has lesser complexity than the Branch and Bound algorithm but Branch and Bound algorithm shows a slightly lower MSE than the hill climbing (HC) algorithm. Maximum distance distribution (MDD) has a good MSE compared to the above heuristic algorithms when the FFT size is more (>1024). For lower FFT size, the first two algorithms give better MSE than MDD. HC suffers from bad initialization setting problem, sometimes it takes MDD as an initial pilot position setting. The two algorithms found the optimal pilot carrier placement in the 97.4% and 87.2% of the cases. Also due to the construction of position sets, the computational complexity of Branch and Bound technique is high. However it results in lower MSE.Differential Evolution algorithm gives up to 30 db SNR, also optimizing the power and hence increasing the performance. The advantage of this algorithm is Robustness and reduced Doppler shift. Overall the bandwidth of the system is increased.For comparison between the modified pilot insertion schemes we consider the data throughput, which here, is defined as the ratio of no. of data bearing sub-carriers to the total no. of OFDM sub-carriers is (Nd - Np)/N. Data throughput is greater for CD insertion scheme compared to Null data insertion scheme, but with a trade off in the case of complexity of computation. VII. CONCLUSION In this literature survey we conclude that for pilot position optimization Branch and Bound algorithm is simpler to implement than the Hill Climbing algorithm and gives satisfactory results. And when it comes to modified pilot insertion techniques Correlated Data insertion scheme gives better BER performance compared to Null Data insertion scheme along with better data throughput.
  • 5. Performance Of Pilot Tone Based… 5 REFERENCES [1] Imad Barhumi, Geert Leus, Member, and Marc Moonen , “Optimal Training Design for MIMO OFDM Systems in Mobile Wireless Channels” , IEEE Trans. On Signal Processing, VOL. 51, NO. 6, JUNE 2003. [2] Rohit Negi and John Cioffi, “Pilot Tone Selection For Channel Estimation For Mobile OFDM System”, IEEE Transactions on Consumer Electronics, Vol. 44, No. 3, AUGUST 1998. [3] Bo Liu, Lijia Zhang, Xiangjun Xin,, Jianjun Yu, “None pilot-tones and Training Sequence Assisted OFDM Technology Based on Multiple-Differential Amplitude Phase Shift Keying” , 2012. [4] Meng-Han Hsieh , Che-Ho Wei, “Channel Estimation For OFDM System Based On Comb Type Pilot Arrangement in Frequency Selective Fading Channel”, Optical society of America , IEEE, 1998. [5] Tejasvi Arora , Dr. Suresh Kumar ,“Pilot Symbol Estimation Technique in OFDM System”, International Journal of Computational Linguistics and Natural Language Processing , Vol 1 Issue 4 November 2012. [6] Heidi Steendam “How to Select the Pilot Carrier Positions in CP-OFDM” Communications Theory- IEEE ICC 2013. [7] Muhammet Nuri SEYMAN, Necmi TAS¸ PINAR , “Optimization Of Pilot Tone Using Differential Evolution Algorithm In MIMO OFDM System”, Turk J Elec Eng & Comp Sci, Vol.20, No.1, 2012. [8] en.wikipedia.org/wiki/Fitness_function [9] Xiaoyu Fu and Hlaing Minn, “Modified Data-Pilot-Multiplexed Schemes for OFDM Systems”, IEEE Transaction on Wireless Communication, VOL. 6, NO. 2, FEBRUARY 2007 [10] W.Hamalanen , “Class NP, NP-Complete and NP-Hard Problems” , Nov. 6. 2006.