SlideShare a Scribd company logo
1 of 4
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 269
A REDUCED COMPLEXITY AND AN EFFICIENT CHANNEL
ESTIMATION FOR OFDM
Lokesh A. Panchal
1
BE, M.E (EC)
Abstract
During the last few years, the progress in wireless communication is widely increasing to mitigate the ever increasing demand of
higher data rates. OFDM (Orthogonal Frequency Division Multiplexing) techniques using more densely packed carriers, thus
achieving higher data rates using similar channels.
In this paper, the estimation is based on the minimum mean square error (MMSE) estimator and the least square (LS) estimator. I
derive the MMSE and LS estimators architecture and investigate their performances. I proved that the MMSE estimator
performance is better but computational complexity is high, contrary the LS estimator has low complexity but poor performance.
For reducing complexity I proposed two different solutions which are the Latest Least Square (LLS) estimator and the modified
MMSE estimator. I evaluate estimator’s performance on basis of mean square error and symbol error rate for modulation
systems.
Keywords: OFDM, LS, MMSE, LLS and Modified MMSE, SNR
-------------------------------------------------------------------***-------------------------------------------------------------------
1. INTRODUCTION
The research on wireless communication systems with high
data rate, high spectrum efficiency and reliable performance
is a hotspot. This OFDM is an efficient high data rate
transmission technique for wireless communication.
OFDM presents advantages of high spectrum efficiency,
simple and an efficient implementation by using DFT and
IDFT, mitigation of inter-symbol interference (ISI) by
inserting cyclic prefix and robustness to frequency selective
fading channel. The received signal is usually distorted by
the channel characteristics. To recover the transmitted bits,
the channel effect must be estimated by estimators and
received in the receiver section. There are two major issues
when in designing channel estimators for wireless OFDM
systems. The first issue is the arranging in the pilot or
reference signal for transmitters and receivers section. The
second issue is the designing of estimation with both low
complexity and high performance. To maintain high data
rates and low bit error rates in OFDM systems, the
estimation should have low complexity and high accuracy.
Both estimators LS and MMSE have some own drawbacks.
However the MMSE estimator performance is better but
computational complexity is high, contrary the LS estimator
has high mean-square error but its computational complexity
is very low. For reducing computational complexity and
improve performance, I proposed two channel estimation
approaches.
2. SYSTEM DIAGRAM
As shown in below figure, the input serial binary data
stream will be entered by a data scrambler first and then
channel coding is applied to the input data to improve the
BER (bit error rate) performance of the system. The
encoded data stream is further interleaved to reduce the
burst symbol error rate. Various base modulation modes
such as BPSK (binary phase shift keying) and QAM are
adaptively used to boost the data rate. The transmission of
data frames can change by modulation mode[1].
Fig.1: Basic OFDM system
At the receiver, after passing to discrete domain through
A/D and low pass filter, guard time is removed and y(n) is
sent to DFT block. Following DFT block, the pilot signals
are extracted and the estimated channel 𝐻𝑒(𝑘) for the data
sub-channels is obtained in channel estimation block. After
the estimation of the transmitted data by[2]:
𝐻LS [k] =
𝑌 𝑘
𝑋 𝑘
, (k = 0, 1, 2,…, N-1) 1.1
3. PROPOSED CHANNEL ESTIMATION
There are basically two proposed schemes for channel
estimation, which are based on less complexity related with
calculation and an efficient. Both proposed techniques are
described below:
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 270
3.1 LLS Channel Estimation
Our first modified version is based on LS estimator. The LS
estimator characteristic is high mean square error. For
improving the performance and to reduce the computation
complexity, we proposed the following LLS estimator.
From above equation 4.3,
𝐻𝐿𝑆 =h+n 1.2
Where h impulse response and n is the noise
h=F∙g
Where F is the DFT matrix and g is the channel Impulse
response
From equation (1.2), the LS estimator consists of channel
transfer function plus some noise. Due to noise part the LS
estimator gives the poor performance. To improve the
estimation performance, we have to remove the noise from
the original signal by estimating the channel. The LS
estimation is noisy observation of the channel attenuation
which can be smoother using some auto-correlation
operation with the channel attenuation𝐻𝐿𝑆 . If the channel
transfer function is h, the received signal y and the
transmitted symbol x, then the LLS channel estimator will
be:
𝐻𝐿𝐿𝑆 =𝑊𝑥 ∙ 𝐻𝐿𝑆 1.3
Here,
𝑊𝑥 =
𝑅 𝑕𝑕
𝑅 𝑕𝑕 +
𝜎 𝑛
2
𝑥∙𝑥 𝐻
Where 𝑅 𝑕𝑕 = E {h∙ 𝑕 𝐻
}
Where, 𝑅 𝑕𝑕 is the auto-covariance matrix of h. The
weighting matrix 𝑊𝑥 of size N×N depends on the
transmitted signal x. As a step towards the low-complexity
estimators we want to find a weighting matrix which does
not depend on the transmitted signal x. The weighting
matrix can be obtained from the auto-covariance matrix of h
and auto-correlation of transmitted signal x. Assuming here
the transmitted signal x to be stochastic with independently
and uniformly distributed constellation signals. In this case
the auto-covariance matrix of noise becomes
𝑅 𝑛𝑛 =
𝛼
𝑆𝑁𝑅
I 1.4
Where, 𝛼 is constellation factor and E{𝑋𝑖
2
}∙ 𝐸{
1
𝑋𝑖
2} is the
mathematical expression of 𝛼.The value of 𝛼 is 17/6 for 16-
QAM. SNR is a per-symbol signal-to-noise ratio equal
to
E{𝑋𝑖
2
}
𝛿 𝑛
2 . Then the LLS estimator becomes
𝐻𝐿𝐿𝑆 =𝑊 𝑚𝑜𝑑𝑖𝑓𝑖𝑒𝑑 ∙ 𝐻𝐿𝑆 1.5
Where,
𝑊 𝑚𝑜𝑑𝑖𝑓𝑖𝑒𝑑 =
𝑅 𝑕𝑕
𝑅 𝑕𝑕 + 𝑅 𝑛𝑛
Fig.2: Block Diagram of LLS Estimation
Above shows the diagram of 𝐻𝐿𝐿𝑆 estimation, 𝑥 𝑛 are the
input signals, 𝑦𝑛 are the output samples, 𝑔 𝑛 is the channel
impulse response in time domain and 𝑕 𝑛 is the channel
transfer function in the frequency domain.
3.2 Modified MMSE
The modified estimator is based on MMSE estimator. Most
of the channel energy g is contained in or near to the first
(L+1) samples, where L is
Tg
Ts
N, Tg is the cyclic extension
of time length, Ts is sampling interval and N is the DFT
size. Therefore to modify the estimator we consider only the
significant energy samples that are the upper left corner of
auto-covariance matrix, Rgg . From the IEEE std. 802.11 and
IEEE std 802.16,
Tg
Ts
N should be chosen among {1⁄32,
1⁄16,1⁄8}. In Figure 5, the significant energy level is 8. So
Tg
Ts
= 1⁄8 and L=1⁄8 × 64 = 8. So, the significant energy
consists of 1 to 8 sample and remaining samples are noise of
low SNR. To reduce the complexity we consider only the
significant energy samples.
Fig.3: Modified MMSE channel Estimation
Figure 9, shows the general structure of Modified MMSE
estimator. Where xn is the input signal, yn is output signal,
Q is frequency response in time domain and hn is the
transfer function, all these variables are range from 0 to N-th
sample. In modified QMMSE estimator, we consider only the
significant energy samples that samples are transmit the data
signal and remaining samples transmit null signal. In
MMSE-4 estimator, first three samples send data signal and
remaining samples send null signal. By implement the same
approach, MMSE-6, MMSE-8 estimators data signal are
consists of four, five, six and eight samples respectively and
the rest of data bit information is set to null signal.
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 271
The goal of the simulation is efficiently estimate the channel
and then validation of the proposed method. The simulation
scenarios enable analysis of different channel estimator
performance to find the optimal channel estimator with low
complexity. The significant energy level is one of the major
factors to determine estimator performance.
4. SIMULATION RESULT AND DISCUSSIONS
Fig.4: MMSE and LS estimator performance comparison
based on characteristics of MSE Vs SNR
Fig.5: MMSE and LS estimator performance comparison
based on characteristics of MSE Vs SNR (for higher range
of SNR)
Above figures 4 and 5 show the mean square error versus
SNR curve for LS and MMSE. For SNR range from 2 dB to
20 dB, the MMSE estimator mean square error range is
10−3
to 10−1
whereas the LS estimator mean square error
range is 10−3
to 100
. While SNR range increases from 4 dB
to 60 dB, the MMSE estimator mean square error range is
10−4
to 10−1
, whereas the LS estimator mean square error
range is 10−6
to 100
. LS and MMSE, the both of estimators
give lower mean square error for higher range of SNR.
Fig.6: LS and LLS estimator performance comparison based
on MSE Vs SNR (Lower SNR)
Above figure 6 shows the characteristics of MSE versus
SNR for the LS and LLS estimators respectively. The LLS
estimator performance is better than LS.
Fig.7: Estimator performance for MMSE-4 based on MSE
versus SNR
Fig.8: Estimator performance for MMSE-6 based on MSE
versus SNR
Above figures 7 and 8 represent the performance analysis of
MMSE-4 and MMSE-6 for the SNR range from 5 dB to 60
dB. The MMSE-4 estimator MSE is from 10−0.60
to 10−0.56
and for MMSE-6 the range is 10−0.79
to10−0.74
. The
modified MMSE estimator’s performance is mainly depend
on the significant energy samples. The MMSE-6 estimator
gives the lower MSE compare than the MMSE-4 estimator.
The significant energy level for the MMSE-4 is 0 to 3
samples, whereas the MMSE-6 is 0 to 5 samples. From 30
dB SNR, the MMSE-4 estimator MSE is less than 0.001,
whereas the MMSE-6 estimator is less than 0.002. In higher
range of SNR, both of these estimators’ give the lower
MSE.
Fig.9: Estimator performance for MMSE-4 based on SER
versus SNR
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 272
Fig.10: Estimator performance for MMSE-6 based on SER
versus SNR
Figures 9 and 10 provide the performance analysis for
MMSE-4 and MMSE-6. For the SNR range from 10 db to
60 dB, MMSE-6 estimator SER is 10−0.35
to 10−0.35
whereas SER of MMSE -6estimator is 10−1.8
to 10−1.5
. So
the higher number of significant energy sample can be
reduce the SER range. The SER curves have major declined
from upward to downward direction in all these estimators’
in the interval of 10-25 dB SNR range.
5. CONCLUSIONS
In wireless environment there may noise or interference may
include with desired signal. So here requiring channel
estimation.
In the channel estimation in OFDM here in this paper I
found solution for existed problems based on simulation
result in Channel estimation techniques. Basic purpose of
this proposed estimation is to give better performance with
low complexity and an efficient than existed techniques.
REFERENCES
[1]. Sinem Coleri, Mustafa Ergen, Anuj Puri, Ahmad Bahai,
“Channel Estimation Techniques Based on Pilot
Arrangement in OFDM Systems” IEEE transactions on
broadcasting, vol. 48, no.- 3, september 2002.
[2]. Sajjad Ahmed Ghauri, SherazAlam, M. Farhan Sohail,
AsadAli, Faizan Saleem “Implementation of ofdm and
channel estimation using LS and MMSE estimators”,
IJCER, Vol.2, Feb.2013.
[3]. R.S.Ganesh, Dr.J.JayaKumari, “A Survey on Channel
Estimation Techniques in MIMO-OFDM Mobile
Communication Systems”, IJSER, Volume 4, Issue 5, May-
2013
AUTHOR
Lokesh A. Panchal was born on
March 28th, 1990, India. He
graduated in Electronics and
Communications Engineering,
from Sankalchand Patel College
fo Engg., Visnagar, India in
June,2011.He has also telecom
fieldExperience for a year. In
2014, he is pursuing the master’s degree of research in
telecommunication in SITER, Ahmedabad, India. His
research area is channel estimation in OFDM system.

More Related Content

What's hot

Performance Analysis of Clustering Protocols for Wireless Sensor Network
Performance Analysis of Clustering Protocols for Wireless Sensor NetworkPerformance Analysis of Clustering Protocols for Wireless Sensor Network
Performance Analysis of Clustering Protocols for Wireless Sensor NetworkIRJET Journal
 
21 9 sep17 19jul 8001 8288-4-ed(edit)
21 9 sep17 19jul 8001 8288-4-ed(edit)21 9 sep17 19jul 8001 8288-4-ed(edit)
21 9 sep17 19jul 8001 8288-4-ed(edit)IAESIJEECS
 
Bartlett's method pp ts
Bartlett's method pp tsBartlett's method pp ts
Bartlett's method pp tsDiwaker Pant
 
Performance Analysis and Optimal Detection of Spatial Modulation
Performance Analysis and Optimal Detection of Spatial ModulationPerformance Analysis and Optimal Detection of Spatial Modulation
Performance Analysis and Optimal Detection of Spatial Modulationrahulmonikasharma
 
Wireless Sensor Network over High Altitude Platform
Wireless Sensor Network over High Altitude PlatformWireless Sensor Network over High Altitude Platform
Wireless Sensor Network over High Altitude PlatformTELKOMNIKA JOURNAL
 
08 6622 9059-1-pb
08 6622 9059-1-pb08 6622 9059-1-pb
08 6622 9059-1-pbIAESIJEECS
 
Comparison of energy efficient data transmission approaches for flat wireless...
Comparison of energy efficient data transmission approaches for flat wireless...Comparison of energy efficient data transmission approaches for flat wireless...
Comparison of energy efficient data transmission approaches for flat wireless...ijassn
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocoliosrjce
 
ETDCC: Energy-Efficient Transmission Scheme for Dynamic Climatic Conditions i...
ETDCC: Energy-Efficient Transmission Scheme for Dynamic Climatic Conditions i...ETDCC: Energy-Efficient Transmission Scheme for Dynamic Climatic Conditions i...
ETDCC: Energy-Efficient Transmission Scheme for Dynamic Climatic Conditions i...TELKOMNIKA JOURNAL
 
False Node Recovery Algorithm for a Wireless Sensor Network
False Node Recovery Algorithm for a Wireless Sensor NetworkFalse Node Recovery Algorithm for a Wireless Sensor Network
False Node Recovery Algorithm for a Wireless Sensor NetworkRadita Apriana
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 

What's hot (15)

Performance Analysis of Clustering Protocols for Wireless Sensor Network
Performance Analysis of Clustering Protocols for Wireless Sensor NetworkPerformance Analysis of Clustering Protocols for Wireless Sensor Network
Performance Analysis of Clustering Protocols for Wireless Sensor Network
 
21 9 sep17 19jul 8001 8288-4-ed(edit)
21 9 sep17 19jul 8001 8288-4-ed(edit)21 9 sep17 19jul 8001 8288-4-ed(edit)
21 9 sep17 19jul 8001 8288-4-ed(edit)
 
Bartlett's method pp ts
Bartlett's method pp tsBartlett's method pp ts
Bartlett's method pp ts
 
Performance Analysis and Optimal Detection of Spatial Modulation
Performance Analysis and Optimal Detection of Spatial ModulationPerformance Analysis and Optimal Detection of Spatial Modulation
Performance Analysis and Optimal Detection of Spatial Modulation
 
Wireless Sensor Network over High Altitude Platform
Wireless Sensor Network over High Altitude PlatformWireless Sensor Network over High Altitude Platform
Wireless Sensor Network over High Altitude Platform
 
08 6622 9059-1-pb
08 6622 9059-1-pb08 6622 9059-1-pb
08 6622 9059-1-pb
 
Comparison of energy efficient data transmission approaches for flat wireless...
Comparison of energy efficient data transmission approaches for flat wireless...Comparison of energy efficient data transmission approaches for flat wireless...
Comparison of energy efficient data transmission approaches for flat wireless...
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocol
 
ETDCC: Energy-Efficient Transmission Scheme for Dynamic Climatic Conditions i...
ETDCC: Energy-Efficient Transmission Scheme for Dynamic Climatic Conditions i...ETDCC: Energy-Efficient Transmission Scheme for Dynamic Climatic Conditions i...
ETDCC: Energy-Efficient Transmission Scheme for Dynamic Climatic Conditions i...
 
False Node Recovery Algorithm for a Wireless Sensor Network
False Node Recovery Algorithm for a Wireless Sensor NetworkFalse Node Recovery Algorithm for a Wireless Sensor Network
False Node Recovery Algorithm for a Wireless Sensor Network
 
Bu4301411416
Bu4301411416Bu4301411416
Bu4301411416
 
Aa35152156
Aa35152156Aa35152156
Aa35152156
 
Ach away cluster heads
Ach away cluster headsAch away cluster heads
Ach away cluster heads
 
EESRDA
EESRDAEESRDA
EESRDA
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 

Viewers also liked

Genetic programming for prediction of local scour at vertical bridge abutment
Genetic programming for prediction of local scour at vertical bridge abutmentGenetic programming for prediction of local scour at vertical bridge abutment
Genetic programming for prediction of local scour at vertical bridge abutmenteSAT Publishing House
 
Rfid, an enabler in supply chain management
Rfid, an enabler in supply chain managementRfid, an enabler in supply chain management
Rfid, an enabler in supply chain managementeSAT Publishing House
 
Comparative analysis of edge based and region based active contour using leve...
Comparative analysis of edge based and region based active contour using leve...Comparative analysis of edge based and region based active contour using leve...
Comparative analysis of edge based and region based active contour using leve...eSAT Publishing House
 
Application of dual tone multi frequency technology
Application of dual tone multi frequency technologyApplication of dual tone multi frequency technology
Application of dual tone multi frequency technologyeSAT Publishing House
 
Measuring effort for modifying software package as
Measuring effort for modifying software package asMeasuring effort for modifying software package as
Measuring effort for modifying software package aseSAT Publishing House
 
Generalized fryze control strategy for shunt and
Generalized fryze control strategy for shunt andGeneralized fryze control strategy for shunt and
Generalized fryze control strategy for shunt andeSAT Publishing House
 
Survey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudSurvey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudeSAT Publishing House
 
Behaviour of mine waste as reinforced soil
Behaviour of mine waste as reinforced soilBehaviour of mine waste as reinforced soil
Behaviour of mine waste as reinforced soileSAT Publishing House
 
Influence of compaction energy on soil stabilized with
Influence of compaction energy on soil stabilized withInfluence of compaction energy on soil stabilized with
Influence of compaction energy on soil stabilized witheSAT Publishing House
 
Issues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networksIssues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networkseSAT Publishing House
 
Ber analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelsBer analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelseSAT Publishing House
 
Multi criteria decision model for biodiesel selection in an electrical powe...
Multi   criteria decision model for biodiesel selection in an electrical powe...Multi   criteria decision model for biodiesel selection in an electrical powe...
Multi criteria decision model for biodiesel selection in an electrical powe...eSAT Publishing House
 
Comparison of parallel summation and weak
Comparison of parallel summation and weakComparison of parallel summation and weak
Comparison of parallel summation and weakeSAT Publishing House
 
Voiceandaccelerometercontrolledwheelchair
VoiceandaccelerometercontrolledwheelchairVoiceandaccelerometercontrolledwheelchair
VoiceandaccelerometercontrolledwheelchaireSAT Publishing House
 
Smart grid cost optimization using genetic algorithm
Smart grid cost optimization using genetic algorithmSmart grid cost optimization using genetic algorithm
Smart grid cost optimization using genetic algorithmeSAT Publishing House
 
A new cascaded multilevel inverter with less no of switches
A new cascaded multilevel inverter with less no of switchesA new cascaded multilevel inverter with less no of switches
A new cascaded multilevel inverter with less no of switcheseSAT Publishing House
 
Master slave vector controlled double induction
Master slave vector controlled double inductionMaster slave vector controlled double induction
Master slave vector controlled double inductioneSAT Publishing House
 
Virtual appliance creation and optimization in cloud
Virtual appliance creation and optimization in cloudVirtual appliance creation and optimization in cloud
Virtual appliance creation and optimization in cloudeSAT Publishing House
 
Wdm based fso link optimizing for 180 km using bessel filter
Wdm based fso link optimizing for 180 km using bessel filterWdm based fso link optimizing for 180 km using bessel filter
Wdm based fso link optimizing for 180 km using bessel filtereSAT Publishing House
 
Treatment of wastewater and electricity generation
Treatment of wastewater and electricity generationTreatment of wastewater and electricity generation
Treatment of wastewater and electricity generationeSAT Publishing House
 

Viewers also liked (20)

Genetic programming for prediction of local scour at vertical bridge abutment
Genetic programming for prediction of local scour at vertical bridge abutmentGenetic programming for prediction of local scour at vertical bridge abutment
Genetic programming for prediction of local scour at vertical bridge abutment
 
Rfid, an enabler in supply chain management
Rfid, an enabler in supply chain managementRfid, an enabler in supply chain management
Rfid, an enabler in supply chain management
 
Comparative analysis of edge based and region based active contour using leve...
Comparative analysis of edge based and region based active contour using leve...Comparative analysis of edge based and region based active contour using leve...
Comparative analysis of edge based and region based active contour using leve...
 
Application of dual tone multi frequency technology
Application of dual tone multi frequency technologyApplication of dual tone multi frequency technology
Application of dual tone multi frequency technology
 
Measuring effort for modifying software package as
Measuring effort for modifying software package asMeasuring effort for modifying software package as
Measuring effort for modifying software package as
 
Generalized fryze control strategy for shunt and
Generalized fryze control strategy for shunt andGeneralized fryze control strategy for shunt and
Generalized fryze control strategy for shunt and
 
Survey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloudSurvey on securing outsourced storages in cloud
Survey on securing outsourced storages in cloud
 
Behaviour of mine waste as reinforced soil
Behaviour of mine waste as reinforced soilBehaviour of mine waste as reinforced soil
Behaviour of mine waste as reinforced soil
 
Influence of compaction energy on soil stabilized with
Influence of compaction energy on soil stabilized withInfluence of compaction energy on soil stabilized with
Influence of compaction energy on soil stabilized with
 
Issues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networksIssues in optimizing the performance of wireless sensor networks
Issues in optimizing the performance of wireless sensor networks
 
Ber analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channelsBer analysis of wi max in multipath fading channels
Ber analysis of wi max in multipath fading channels
 
Multi criteria decision model for biodiesel selection in an electrical powe...
Multi   criteria decision model for biodiesel selection in an electrical powe...Multi   criteria decision model for biodiesel selection in an electrical powe...
Multi criteria decision model for biodiesel selection in an electrical powe...
 
Comparison of parallel summation and weak
Comparison of parallel summation and weakComparison of parallel summation and weak
Comparison of parallel summation and weak
 
Voiceandaccelerometercontrolledwheelchair
VoiceandaccelerometercontrolledwheelchairVoiceandaccelerometercontrolledwheelchair
Voiceandaccelerometercontrolledwheelchair
 
Smart grid cost optimization using genetic algorithm
Smart grid cost optimization using genetic algorithmSmart grid cost optimization using genetic algorithm
Smart grid cost optimization using genetic algorithm
 
A new cascaded multilevel inverter with less no of switches
A new cascaded multilevel inverter with less no of switchesA new cascaded multilevel inverter with less no of switches
A new cascaded multilevel inverter with less no of switches
 
Master slave vector controlled double induction
Master slave vector controlled double inductionMaster slave vector controlled double induction
Master slave vector controlled double induction
 
Virtual appliance creation and optimization in cloud
Virtual appliance creation and optimization in cloudVirtual appliance creation and optimization in cloud
Virtual appliance creation and optimization in cloud
 
Wdm based fso link optimizing for 180 km using bessel filter
Wdm based fso link optimizing for 180 km using bessel filterWdm based fso link optimizing for 180 km using bessel filter
Wdm based fso link optimizing for 180 km using bessel filter
 
Treatment of wastewater and electricity generation
Treatment of wastewater and electricity generationTreatment of wastewater and electricity generation
Treatment of wastewater and electricity generation
 

Similar to A reduced complexity and an efficient channel

Outage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channelOutage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channeleSAT Publishing House
 
MIMO Channel Estimation Using the LS and MMSE Algorithm
MIMO Channel Estimation Using the LS and MMSE AlgorithmMIMO Channel Estimation Using the LS and MMSE Algorithm
MIMO Channel Estimation Using the LS and MMSE AlgorithmIOSRJECE
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...ijcnac
 
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemsComparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemseSAT Journals
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKPERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKcsijjournal
 
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...IDES Editor
 
Performance evaluation with a
Performance evaluation with aPerformance evaluation with a
Performance evaluation with aijmnct
 
Turbo Detection in Rayleigh flat fading channel with unknown statistics
Turbo Detection in Rayleigh flat fading channel with unknown statisticsTurbo Detection in Rayleigh flat fading channel with unknown statistics
Turbo Detection in Rayleigh flat fading channel with unknown statisticsijwmn
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelIOSR Journals
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelIOSR Journals
 
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay NetworkPerformance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Networkcsijjournal
 
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay NetworkPerformance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Networkcsijjournal
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK csijjournal
 
Performance evaluation of 2-port MIMO LTE-U terminal antenna with user’s hand...
Performance evaluation of 2-port MIMO LTE-U terminal antenna with user’s hand...Performance evaluation of 2-port MIMO LTE-U terminal antenna with user’s hand...
Performance evaluation of 2-port MIMO LTE-U terminal antenna with user’s hand...journalBEEI
 
Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...IJCNCJournal
 
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 siganlseSAT Publishing House
 
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 siganlseSAT Journals
 

Similar to A reduced complexity and an efficient channel (20)

Hg3413361339
Hg3413361339Hg3413361339
Hg3413361339
 
Ko3518201823
Ko3518201823Ko3518201823
Ko3518201823
 
Outage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channelOutage analysis of simo system over nakagami n fading channel
Outage analysis of simo system over nakagami n fading channel
 
MIMO Channel Estimation Using the LS and MMSE Algorithm
MIMO Channel Estimation Using the LS and MMSE AlgorithmMIMO Channel Estimation Using the LS and MMSE Algorithm
MIMO Channel Estimation Using the LS and MMSE Algorithm
 
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
Performance Comparison of Modified Variable Step Size Leaky LMS Algorithm for...
 
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systemsComparitive analysis of doa and beamforming algorithms for smart antenna systems
Comparitive analysis of doa and beamforming algorithms for smart antenna systems
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORKPERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
 
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
Adaptive Channel Equalization for Nonlinear Channels using Signed Regressor F...
 
Performance evaluation with a
Performance evaluation with aPerformance evaluation with a
Performance evaluation with a
 
Turbo Detection in Rayleigh flat fading channel with unknown statistics
Turbo Detection in Rayleigh flat fading channel with unknown statisticsTurbo Detection in Rayleigh flat fading channel with unknown statistics
Turbo Detection in Rayleigh flat fading channel with unknown statistics
 
40120130405003 2
40120130405003 240120130405003 2
40120130405003 2
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
 
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading ChannelCapacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
Capacity Enhancement of MIMO-OFDM System in Rayleigh Fading Channel
 
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay NetworkPerformance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
Performance Evaluation Of Adaptive Array Antennas In Cognitive Relay Network
 
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay NetworkPerformance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
Performance Evaluation of Adaptive Array Antennas in Cognitive Relay Network
 
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
PERFORMANCE EVALUATION OF ADAPTIVE ARRAY ANTENNAS IN COGNITIVE RELAY NETWORK
 
Performance evaluation of 2-port MIMO LTE-U terminal antenna with user’s hand...
Performance evaluation of 2-port MIMO LTE-U terminal antenna with user’s hand...Performance evaluation of 2-port MIMO LTE-U terminal antenna with user’s hand...
Performance evaluation of 2-port MIMO LTE-U terminal antenna with user’s hand...
 
Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...Singular Value Decomposition: Principles and Applications in Multiple Input M...
Singular Value Decomposition: Principles and Applications in Multiple Input M...
 
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
 
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
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

A reduced complexity and an efficient channel

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 269 A REDUCED COMPLEXITY AND AN EFFICIENT CHANNEL ESTIMATION FOR OFDM Lokesh A. Panchal 1 BE, M.E (EC) Abstract During the last few years, the progress in wireless communication is widely increasing to mitigate the ever increasing demand of higher data rates. OFDM (Orthogonal Frequency Division Multiplexing) techniques using more densely packed carriers, thus achieving higher data rates using similar channels. In this paper, the estimation is based on the minimum mean square error (MMSE) estimator and the least square (LS) estimator. I derive the MMSE and LS estimators architecture and investigate their performances. I proved that the MMSE estimator performance is better but computational complexity is high, contrary the LS estimator has low complexity but poor performance. For reducing complexity I proposed two different solutions which are the Latest Least Square (LLS) estimator and the modified MMSE estimator. I evaluate estimator’s performance on basis of mean square error and symbol error rate for modulation systems. Keywords: OFDM, LS, MMSE, LLS and Modified MMSE, SNR -------------------------------------------------------------------***------------------------------------------------------------------- 1. INTRODUCTION The research on wireless communication systems with high data rate, high spectrum efficiency and reliable performance is a hotspot. This OFDM is an efficient high data rate transmission technique for wireless communication. OFDM presents advantages of high spectrum efficiency, simple and an efficient implementation by using DFT and IDFT, mitigation of inter-symbol interference (ISI) by inserting cyclic prefix and robustness to frequency selective fading channel. The received signal is usually distorted by the channel characteristics. To recover the transmitted bits, the channel effect must be estimated by estimators and received in the receiver section. There are two major issues when in designing channel estimators for wireless OFDM systems. The first issue is the arranging in the pilot or reference signal for transmitters and receivers section. The second issue is the designing of estimation with both low complexity and high performance. To maintain high data rates and low bit error rates in OFDM systems, the estimation should have low complexity and high accuracy. Both estimators LS and MMSE have some own drawbacks. However the MMSE estimator performance is better but computational complexity is high, contrary the LS estimator has high mean-square error but its computational complexity is very low. For reducing computational complexity and improve performance, I proposed two channel estimation approaches. 2. SYSTEM DIAGRAM As shown in below figure, the input serial binary data stream will be entered by a data scrambler first and then channel coding is applied to the input data to improve the BER (bit error rate) performance of the system. The encoded data stream is further interleaved to reduce the burst symbol error rate. Various base modulation modes such as BPSK (binary phase shift keying) and QAM are adaptively used to boost the data rate. The transmission of data frames can change by modulation mode[1]. Fig.1: Basic OFDM system At the receiver, after passing to discrete domain through A/D and low pass filter, guard time is removed and y(n) is sent to DFT block. Following DFT block, the pilot signals are extracted and the estimated channel 𝐻𝑒(𝑘) for the data sub-channels is obtained in channel estimation block. After the estimation of the transmitted data by[2]: 𝐻LS [k] = 𝑌 𝑘 𝑋 𝑘 , (k = 0, 1, 2,…, N-1) 1.1 3. PROPOSED CHANNEL ESTIMATION There are basically two proposed schemes for channel estimation, which are based on less complexity related with calculation and an efficient. Both proposed techniques are described below:
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 270 3.1 LLS Channel Estimation Our first modified version is based on LS estimator. The LS estimator characteristic is high mean square error. For improving the performance and to reduce the computation complexity, we proposed the following LLS estimator. From above equation 4.3, 𝐻𝐿𝑆 =h+n 1.2 Where h impulse response and n is the noise h=F∙g Where F is the DFT matrix and g is the channel Impulse response From equation (1.2), the LS estimator consists of channel transfer function plus some noise. Due to noise part the LS estimator gives the poor performance. To improve the estimation performance, we have to remove the noise from the original signal by estimating the channel. The LS estimation is noisy observation of the channel attenuation which can be smoother using some auto-correlation operation with the channel attenuation𝐻𝐿𝑆 . If the channel transfer function is h, the received signal y and the transmitted symbol x, then the LLS channel estimator will be: 𝐻𝐿𝐿𝑆 =𝑊𝑥 ∙ 𝐻𝐿𝑆 1.3 Here, 𝑊𝑥 = 𝑅 𝑕𝑕 𝑅 𝑕𝑕 + 𝜎 𝑛 2 𝑥∙𝑥 𝐻 Where 𝑅 𝑕𝑕 = E {h∙ 𝑕 𝐻 } Where, 𝑅 𝑕𝑕 is the auto-covariance matrix of h. The weighting matrix 𝑊𝑥 of size N×N depends on the transmitted signal x. As a step towards the low-complexity estimators we want to find a weighting matrix which does not depend on the transmitted signal x. The weighting matrix can be obtained from the auto-covariance matrix of h and auto-correlation of transmitted signal x. Assuming here the transmitted signal x to be stochastic with independently and uniformly distributed constellation signals. In this case the auto-covariance matrix of noise becomes 𝑅 𝑛𝑛 = 𝛼 𝑆𝑁𝑅 I 1.4 Where, 𝛼 is constellation factor and E{𝑋𝑖 2 }∙ 𝐸{ 1 𝑋𝑖 2} is the mathematical expression of 𝛼.The value of 𝛼 is 17/6 for 16- QAM. SNR is a per-symbol signal-to-noise ratio equal to E{𝑋𝑖 2 } 𝛿 𝑛 2 . Then the LLS estimator becomes 𝐻𝐿𝐿𝑆 =𝑊 𝑚𝑜𝑑𝑖𝑓𝑖𝑒𝑑 ∙ 𝐻𝐿𝑆 1.5 Where, 𝑊 𝑚𝑜𝑑𝑖𝑓𝑖𝑒𝑑 = 𝑅 𝑕𝑕 𝑅 𝑕𝑕 + 𝑅 𝑛𝑛 Fig.2: Block Diagram of LLS Estimation Above shows the diagram of 𝐻𝐿𝐿𝑆 estimation, 𝑥 𝑛 are the input signals, 𝑦𝑛 are the output samples, 𝑔 𝑛 is the channel impulse response in time domain and 𝑕 𝑛 is the channel transfer function in the frequency domain. 3.2 Modified MMSE The modified estimator is based on MMSE estimator. Most of the channel energy g is contained in or near to the first (L+1) samples, where L is Tg Ts N, Tg is the cyclic extension of time length, Ts is sampling interval and N is the DFT size. Therefore to modify the estimator we consider only the significant energy samples that are the upper left corner of auto-covariance matrix, Rgg . From the IEEE std. 802.11 and IEEE std 802.16, Tg Ts N should be chosen among {1⁄32, 1⁄16,1⁄8}. In Figure 5, the significant energy level is 8. So Tg Ts = 1⁄8 and L=1⁄8 × 64 = 8. So, the significant energy consists of 1 to 8 sample and remaining samples are noise of low SNR. To reduce the complexity we consider only the significant energy samples. Fig.3: Modified MMSE channel Estimation Figure 9, shows the general structure of Modified MMSE estimator. Where xn is the input signal, yn is output signal, Q is frequency response in time domain and hn is the transfer function, all these variables are range from 0 to N-th sample. In modified QMMSE estimator, we consider only the significant energy samples that samples are transmit the data signal and remaining samples transmit null signal. In MMSE-4 estimator, first three samples send data signal and remaining samples send null signal. By implement the same approach, MMSE-6, MMSE-8 estimators data signal are consists of four, five, six and eight samples respectively and the rest of data bit information is set to null signal.
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 271 The goal of the simulation is efficiently estimate the channel and then validation of the proposed method. The simulation scenarios enable analysis of different channel estimator performance to find the optimal channel estimator with low complexity. The significant energy level is one of the major factors to determine estimator performance. 4. SIMULATION RESULT AND DISCUSSIONS Fig.4: MMSE and LS estimator performance comparison based on characteristics of MSE Vs SNR Fig.5: MMSE and LS estimator performance comparison based on characteristics of MSE Vs SNR (for higher range of SNR) Above figures 4 and 5 show the mean square error versus SNR curve for LS and MMSE. For SNR range from 2 dB to 20 dB, the MMSE estimator mean square error range is 10−3 to 10−1 whereas the LS estimator mean square error range is 10−3 to 100 . While SNR range increases from 4 dB to 60 dB, the MMSE estimator mean square error range is 10−4 to 10−1 , whereas the LS estimator mean square error range is 10−6 to 100 . LS and MMSE, the both of estimators give lower mean square error for higher range of SNR. Fig.6: LS and LLS estimator performance comparison based on MSE Vs SNR (Lower SNR) Above figure 6 shows the characteristics of MSE versus SNR for the LS and LLS estimators respectively. The LLS estimator performance is better than LS. Fig.7: Estimator performance for MMSE-4 based on MSE versus SNR Fig.8: Estimator performance for MMSE-6 based on MSE versus SNR Above figures 7 and 8 represent the performance analysis of MMSE-4 and MMSE-6 for the SNR range from 5 dB to 60 dB. The MMSE-4 estimator MSE is from 10−0.60 to 10−0.56 and for MMSE-6 the range is 10−0.79 to10−0.74 . The modified MMSE estimator’s performance is mainly depend on the significant energy samples. The MMSE-6 estimator gives the lower MSE compare than the MMSE-4 estimator. The significant energy level for the MMSE-4 is 0 to 3 samples, whereas the MMSE-6 is 0 to 5 samples. From 30 dB SNR, the MMSE-4 estimator MSE is less than 0.001, whereas the MMSE-6 estimator is less than 0.002. In higher range of SNR, both of these estimators’ give the lower MSE. Fig.9: Estimator performance for MMSE-4 based on SER versus SNR
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 272 Fig.10: Estimator performance for MMSE-6 based on SER versus SNR Figures 9 and 10 provide the performance analysis for MMSE-4 and MMSE-6. For the SNR range from 10 db to 60 dB, MMSE-6 estimator SER is 10−0.35 to 10−0.35 whereas SER of MMSE -6estimator is 10−1.8 to 10−1.5 . So the higher number of significant energy sample can be reduce the SER range. The SER curves have major declined from upward to downward direction in all these estimators’ in the interval of 10-25 dB SNR range. 5. CONCLUSIONS In wireless environment there may noise or interference may include with desired signal. So here requiring channel estimation. In the channel estimation in OFDM here in this paper I found solution for existed problems based on simulation result in Channel estimation techniques. Basic purpose of this proposed estimation is to give better performance with low complexity and an efficient than existed techniques. REFERENCES [1]. Sinem Coleri, Mustafa Ergen, Anuj Puri, Ahmad Bahai, “Channel Estimation Techniques Based on Pilot Arrangement in OFDM Systems” IEEE transactions on broadcasting, vol. 48, no.- 3, september 2002. [2]. Sajjad Ahmed Ghauri, SherazAlam, M. Farhan Sohail, AsadAli, Faizan Saleem “Implementation of ofdm and channel estimation using LS and MMSE estimators”, IJCER, Vol.2, Feb.2013. [3]. R.S.Ganesh, Dr.J.JayaKumari, “A Survey on Channel Estimation Techniques in MIMO-OFDM Mobile Communication Systems”, IJSER, Volume 4, Issue 5, May- 2013 AUTHOR Lokesh A. Panchal was born on March 28th, 1990, India. He graduated in Electronics and Communications Engineering, from Sankalchand Patel College fo Engg., Visnagar, India in June,2011.He has also telecom fieldExperience for a year. In 2014, he is pursuing the master’s degree of research in telecommunication in SITER, Ahmedabad, India. His research area is channel estimation in OFDM system.