Anda di halaman 1dari 5

International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 9- Sep 2013

ISSN: 2231-5381 http://www.ijettjournal.org Page 4015



Divination and Estimation of Channel in Mobile
Multi-User OFDMA Systems

G.Shiva Kumar
#1
, Mrs. G.Narendar
*2
,

M.Tech1,M.Tech2,Assistant Professor2,
Electronics and Communication Engineering& Sreenidhi Institute of science and Technology
,JNTU Uni versity,Yamnampet,Hyderabad




AbstractIn this paper we have a tendency to project an
approach of Channel estimation and prediction algorithms are
developed and evaluated for use in adaptive OFDM uplinks with
overlapping pilots when multiple users are transmitting
simultaneously. Pilots are nothing but insinuation symbols used
between transmitter and receiver .Estimation of channel
performance is done by using NMSE which is calculated in
MMSE and KALMAN estimator, we present the MMSE and LS
estimators and a method for modifications compromising
between complexity and performance. The channel estimation is
a two dimensional problem both (time and frequency), similarly a
plot is drawn between NMSE and Wavelength to analyze the
characteristics when the user is mobile.
Keywords-MMSE (Minimum Mean Square Error),SNR(Signal
to Noise Ration), SER(symbol error rate) and
NMSE(Normalized Mean Square Error).
I. INTRODUCTION
In adaptive systems
resources(time/frequency/antenna) are allocated
based on channel quality and based upon user
requirements. The resources are utilized well and
multiuser multiplicity gains. In the system based on
OFDMA/TDMA bins, the sub-carriers are allocated
for each and every user .
For mobile users, the SNR will vary between bins
both in frequency and in time. The feasibility of
adaptive transmission in the downlink, based on
channel prediction .This paper will consider the
problem of estimating and predicting channels in the
corresponding uplinks. The downlink scenario is
less concentrated where overlapping pilots are not
used and main focus is on uplinks.
II. OFDM
The basic idea underlying OFDM systems is the
division of the available frequency spectrum into
many subcarriers. To obtain a high spectral potency,
the frequency responses of the subcarriers are
overlapping and orthogonal, thence the name
OFDM. This orthogonality are often fully
maintained with a tiny price in a loss in SNR, albeit
the signal passes through a time dispersive
attenuation channel, by introducing a cyclic prefix
(CP).
There are two main problems in designing
channel estimators for wireless OFDM systems.
The primary downside is that the arrangement of
pilot information, wherever pilot suggests that the
reference signal utilized by both transmitters and
receivers. The second downside is that the style of
an estimator with both low complexity and good
channel tracking ability. The two issues are
interconnected. In general, the attenuation channel
of OFDM systems will be viewed as a two-
dimensional (2D) signal (time and frequency). The
best channel estimator in terms of mean-square
error is based on 2D Wiener filter interpolation.
Unluckily, such a 2D estimator structure is just too
complex for sensible implementation.

The combination of high data rates and low bit
error rates in OFDM systems necessitates the use of
estimators that have both low complexity and high
precision, where the two limiting factors work
contrary to each other and a good trade-off is
needed. The one-dimensional (1D) channel
estimations are usually adopted in OFDM systems
to accomplish the trade-off between complexity and
accuracy . The pilots are inserted both the directions
(frequency and time) in block-type and comb-type
channel estimations, correspondingly. The block-
type pilot preparation can be based on least square
(LS), minimum mean-square error (MMSE), and
modified MMSE for the estimators. The estimation
for the comb-type pilot arrangement includes the LS
estimator with 1D interpolation.
International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 9- Sep 2013
ISSN: 2231-5381 http://www.ijettjournal.org Page 4016
I/P






O/P







The estimators are based upon repetitive filtering
and decoding, estimators for the OFDM systems
with multiple transmit-and-receive antennas, and so
on. The block-type pilot channel estimation
schemes are more suitable for the slow fading
channels, and the comb-type pilot channel
estimation schemes are more suitable for the middle
and fast fading channels. In addition, block-type
pilot schemes are used over middle or fasting fading
channels, the channel estimation error may vary
considerably as a function of the location of the data
blocks with respect to the pilot block.





A. problem in channel estimators
There are two main problems in designing
channel estimators for wireless OFDM systems.
The pilot information arrangement is difficult,
where pilots can be used by both transmitters and
receivers. The pilots are inserted both the directions
(frequency and time) in block-type and comb-type
channel estimations, in which the pilots are inserted
in the both frequency and in time domains,
respectively. The estimations for the block-type
pilot arrangement can be based on least square (LS),
minimum mean-square error (MMSE), &modified
MMSE.
In uplinks as multi-user gain increases the channel
prediction becomes harder. Different carriers are
used for uplinks and downlinks.



III. ESTIM ATION TECHNIQUES

A. LS ESTIMATOR
This estimator minimizes the parameter (Y-X
H
)(Y-
X
H
)
H
where (.)
H
represents conjugate transpose
operation.LS estimator of H is given by H
^
LS=X
-1
Y.

B. MMSE ESTIMATOR
It employs second order statistics to minimize the
mean square error .In this we make use of second
order auto-correlation and cross-correlation
functions. The mathematical equations used are

Y=DFT
N
(IDFT
N
(X)
g+n)=X F g +N

R
HH
=E{H H
H
}= E{(F g ) (F g )
H
} =F R
gg
F
H
R
gY
=E{g Y
H
}=E{g(X F g +N)
H
} =R
gg
F
H
X
H
R
gg
=Auto correlation of estimate of channel conditions(g)
R
YY
=E{Y Y
H
} =X F R
gg
F
H
X
H
+
2
N
I
N

MMSE
=R
gY
R
YY
-1
Y
HH

where H =F g(F =DFT Matrix)

chann
el
codin
g
Guard
band
inserti
on
IDFT
CH
AN
NEL
D/A CP
INSER
TION
Chann
el
Decodi
ng
GUAR
D
DELET
ION
DFT CP
DELE
TION
A/
D
International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 9- Sep 2013
ISSN: 2231-5381 http://www.ijettjournal.org Page 4017
C. KALMAN ESTIMATOR
Kalman predictor and corrector mathematical
equations, it calculates the next state and the output
based on the guesses.
The Equations used are : PREDICTOR
EQUATIONS
xapriori(j)=a*xaposteriori(j-1)
residual(j)=z(j)-h*xapriori(j)
papriori(j)=a*a*paposteriori(j-1)+Q

k(j)=h*papriori(j)/(h*h*papriori(j)+R)
paposteriori(j)=papriori(j)*(1-h*k(j))
xaposteriori(j)=xapriori(j)+k(j)*residual(j)
In the above equations a and h are the system
explicit parameters Q and R are measurement and
performance noise.
D.Modified MMSE Estimator
Modified MMSE estimators are studied widely to
reduce complexity . Among them, an optimal low-
rank MMSE (OLR-MMSE) estimator is proposed in
this paper, which combines the following three
simplification techniques:
1.The first simplification of MMSE estimator is to
replace the term (XX
H
)
-1
with
E{(XX
H
)
-1
}=E{1/|X
K
|
2
}
I
2.The second simplification is based on the low-rank
approximation. Most of the energy in is contained
in, or near, the first (L +1) taps, where and N is the
DFT size. Therefore, we can only consider the taps
with significant energy, that is, the upper left corner
of the autocovariance matrix . In the IEEE Std.
802.11 and IEEE Std. 802.16, is chosen among
{1/32, 1/16, 1/8, 1/4}, so the effective size of matrix
is reduced dramatically after the low-rank
approximation is used.
3.The third simplification uses the singular value
decomposition (SVD). The SVD of is , where is a
unitary matrix containing the singular vectors and is
a diagonal matrix containing the singular values on
its diagonal
0
>=
1
>= ...>=
N1
. The SVD also
dramatically reduces the calculation complexity of
matrices.

A. Comb-Type Pilot Channel Estimation
In comb-type pilot based channel estimation, for each
transmitted symbol, Np pilot signals are uniformly
inserted into X with S with subcarriers apart fromeach
other, where S=N/N
P
.
The receiver P=[P
K
]
T
,(K=0,1,----------NP-1)knows the
pilots locations , the pilot values X
P
=[X
K
P
]
T
, and the
received signal Y. The LS estimates to the channel
conditions at the pilot subcarriers are calculated by
H
P
LS
=[Y(P0)/X
0
P
,Y(P1)/X1
P
,--------------------Y(P
NP
-
1
/X
P
NP-1
]
T

At the data subcarriers (specified by H with length
N), given the LS estimates at pilot subcarriers ,
received signals Y, and maybe certain additional
knowledge of the channel statistics required for the
channel condition can be estimated.
IV. OVERLAPPING PILOTS EXAMPLE
The comb-type pilot schemes can eliminate this
variation, and therefore all OFDM data symbols
experience a similar error rate. Because the error
rate of the comb-type pilot schemes is higher than
the lowest error rate that can be achieved by the
block-type pilot schemes, the block-type pilot
schemes provide the opportunity to protect the data
with high importance/priority by transmitting them
at the positions where the error rate is low.
Therefore, comb-type pilot schemes are more
suitable for generic data transmission, while the
International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 9- Sep 2013
ISSN: 2231-5381 http://www.ijettjournal.org Page 4018
block-type pilot schemes are more suitable for
transmission over slow fading channels or
transmission with unequal error protection (UEP).

One of the time-frequency bins of the investigated
system, containing twenty subcarriers with six
symbols each. Known 4-QAM pilot symbols
(black) and 4-QAM control data symbols (rings) are
placed on four pilot subcarriers. The modulation
format for the other (payload) symbols is adjusted
adaptively. Each bin is allocated to one out of K
users. All payload symbols within a bin use the
same modulation format



The available uplink bandwidth within a sector
(cell) is assumed to be partitioned into time-
frequency bins of bandwidth fb and duration T.
We here assume T =0.667 ms and fb =200 kHz,
which is appropriate for stationary and vehicular
users in urban or suburban environments . We also
assume a subcarrier spacing of 10 kHz, a cyclical
prefix of duration 11 s and an OFDM symbol
period (including cyclic prefix) of Ts = 111s.
Thus, each bin of 0.667 ms 200 kHz contains 120
symbols, with 6 symbols of duration 111s on each
of the 20 10 kHz subcarriers. Of these 120 symbols,
four positions are booked for overlapping pilot
symbols, assumed to be 4-QAM symbols. Besides,
8 symbols are owed for regulate information, that
utilizes a fixed modulation (here assumed to be 4-
QAM), parting 108 payload symbols.
V. CONCLUSION

The purpose of this project was to give some
insight into power of the OFDM transmission
scheme. It has discussed not only the transmission
scheme itself, but also some of the problems that are
presented in mobile communications as well as the
techniques to correct them.

Digital communications is a rapidly growing
industry and Orthogonal Frequency Division
Multiplexing is on the forefront of this
technology.OFDM will prove to revolutionize
mobile communications by allowing it to be more
reliable and robust while maintaining the high data
rate that digital communication demands.

ACKNOWLEDGMENT

The author is grateful to Prof. G. Narendar for his
help.


RESULTS


5 10 15 20 25 30
10
-2
10
-1
10
0
10
1
SNR in DB
-
-
-
-
-
-
S
E
R

i
n

D
B
PLOT OF SNR V/S SER OF AN OFDM SYSTEM WITH MMSE ESTIMATOR




International Journal of Engineering Trends and Technology (IJETT) Volume 4 Issue 9- Sep 2013
ISSN: 2231-5381 http://www.ijettjournal.org Page 4019
5 10 15 20 25 30
10
1.1
10
1.2
SNR in DB
-
-
-
-
-


S
E
R
PLOT OF SNR V/S SER FOR AN OFDM SYSTEM WITH KALMAN ESTIMATOR


Plot for NMSE vs Wavelength
0.1 0.15 0.2 0.25 0.3 0.35 0.4 0.45 0.5 0.55 0.6
10
-2
10
-1
10
0
10
1
------->Wavelength
-
-
-
-
-
-
-
>
N
M
S
E






REFERENCES
[1].Van de Beek, J .-J ., Edfors, O. S., Sandell, M., Wilson, S. K., and
Brjesson, O. P., On channel estimation in OFDM systems, 45th
IEEE Vehicular Technology Conference, Chicago, Il., vol. 2, pp. 815-
819, J uly 1995.
[2].Edfors, O., Sandell, M., Van de Beek, J .-J ., and Wilson, S. K.,
OFDM Channel Estimation by Singular Value Decomposition,
IEEE Transactions on Communications, vol. 46, pp. 931939, J uly
1998.
[3].Strobach, P., Low-Rank Adaptive Filters, IEEE Transactions
on Signal Processing, vol. 44, pp. 29322947. Dec. 1996.
[4].K. B., Cheng, R. S., and Cao, Z., Channel Estimation for OFDM
Transmission in Multipath Fading channels Based on Parametric
Channel Modeling, IEEE Transactions on Communications, vol. 49,
pp. 467479, March 2001.
[5].Li, Y., Simplified Channel Estimation for OFDM Systems with
Multiple Transmit Antennas, IEEE Transactions on
Communications, vol. 1, pp. 67-75, J anuary 2002.
[6].Auer, G., Channel Estimation in Two Dimensions for OFDM
Systems with Multiple Transmit Antennas, GLOBECOM, pp. 322
326, 2003.

Anda mungkin juga menyukai