Performance Analysis of Wimax 802.16e Physical Layer Using Digital Modulation Techniques and Code Rates
Performance Analysis of Wimax 802.16e Physical Layer Using Digital Modulation Techniques and Code Rates
Performance Analysis of Wimax 802.16e Physical Layer Using Digital Modulation Techniques and Code Rates
Applications (IJERA)
ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1449-1454
Abstract
WiMAX (Worldwide Interoperability for
Microwave Access) is a new broadband wireless
communication technologies that provide very
high speed
data over long distance and the core
technique for fourth-generation (4G) wireless
mobile communication. It is big advantage over
other technology like free to use, high data rate,
long range communication and cost effective. for
these reasons, WiMAX has attracted so much
interest from researchers in the past few years.
WiMAX technology is actually based on the
standards that making the possibility to delivery
last mile broadband access as a substitute to
conventional cable and DSL lines.
This paper mainly based WiMAX
physical layer to understand the effect of various
Modulation techniques, Coding rates, cyclic prefix
factors and OFDM symbol on the system
performance. Reed-Solomon encoding and
convolution coding is used for improving system
performance .Performance analysis of bit error
rate vs. signal to noise ratio study the Bit Error
Rate (BER) performance of this model.
Keywords-
Worldwide
Interoperability
for
Microwaves
Access
(WiMAX),
Orthogonal
Frequency Division Multiplexing (OFDM), Physical
Layer (PHY). Coding data rate, Additive White
Gaussian Noise (AWGN), Bit Error Rate (BER),
Interleaving, Modulation.
I.
INTRODUCTION
II.
1449 | P a g e
Valmik Tilwari, Aparna Singh Kushwah / International Journal of Engineering Research and
Applications (IJERA)
ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1449-1454
simulink 7 and communications block set 3 running
on windows XP SP2.
Matlab simulink includes all the mandatory
function blocks as specified by the standard
documents. The WiMAX PHY in the transmitter,
binary input data sequence is taken forward error
correction (FEC), and interleaving is done to provide
frequency diversity. The sequence is encoded by a
convolution encoder. Then interleaving is applied to
randomize the occurrence of bit errors pair to
increase performance. After interleaving, the (0, 1)
binary values are converted to symbol value, on
which digital modulation scheme is applied.
Previously, multi-carrier systems were implemented
through the use of separate local oscillator. This was
both inefficient and costly with the advent of cheap
powerful processors; the sub-carriers can now be
implemented by the FFT which keep tones to
orthogonal with each other.
III.
Receiver
Section
Transmitter Section
Input Binary
Sequence
Data Out
Randomaization
Derandamizer
BlockEncoder
Block
Decoder
Convolution
Coding
Convolution
Decoding
Interleaving
Deinterleaving
IQ Mapping
IQ Demapping
Modulation
Demodulation
Serial to
Parallel Con.
Parallel to
Serial conv.
IFFT
FFT
Add Cyclic
Prefix
Remove
cyclic Prefix
Parallel to
Serial conv.
Serial to
Parallel Con.
AWGN
Channel
Channel section
1450 | P a g e
Valmik Tilwari, Aparna Singh Kushwah / International Journal of Engineering Research and
Applications (IJERA)
ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1449-1454
C. Reed-Solomon (RS) Encoder
The encoding process for RS
encoder is based on Galois Field Computations to do
the calculations of the redundant bits. Galois Field is
widely used to represent data in error control coding
and is denoted by GF .WIMAX uses a fixed RS
Encoding technique based on GF(28) which is
denoted as RS(N = 255, K =239, T = 8)
Where:
N = Number of Byte
K = Data Bytes
T = Number of bytes corrected
Eight tail bits are added to the data just
before it is presented to the Reed Solomon Encoder
stage. This stage requires two polynomials for its
operation called code generator polynomial g(x) and
field generator polynomial p(x). The code generator
polynomial is used for generating the Galois Field
Array whereas the field generator polynomial is used
to calculate the redundant information bits which are
appended at the start of the output data. These
polynomials are defined by the standard as below:
Code Generator Polynomial:
p(x)=x^8+x^4+x^3+x^2+1
Field Generator Polynomial:
g(x) = (x +.0) (x +.1 ) (x +.2) (x +.3)
The properties of Reed-Solomon codes
make them suitable to applications where errors
occur in bursts. Reed-Solomon error correction is a
coding scheme which works by first constructing a
polynomial from the data symbols to be transmitted,
and then sending an oversampled version of the
polynomial instead of the original symbols
themselves. A Reed-Solomon code is specified as RS
(n, k ,t) with l-bit symbols. This means that the
encoder takes k data symbols of l bits each and adds
2t parity symbols to construct an n- symbol
codeword. Thus, n, k and t can be defined as: n:
number of bytes after encoding; k: number of data
bytes before encoding, and t: number of data bytes
that can be corrected. The error correction ability of
any RS code is determined by (n k), the measure of
redundancy in the block.
D. Convolution Encoder (CC)
After the RS encoding
process, data bits are further encoded by a binary CC,
which has a native rate of 1/2 and a constraint length
of 7; Fig.3 The generator polynomials used to derive
its two output code bits, denoted X and Y, are
specified in the following expressions: G1 = 171
OCT for X, and G2 = 133 OCT for Y.
1451 | P a g e
Valmik Tilwari, Aparna Singh Kushwah / International Journal of Engineering Research and
Applications (IJERA)
ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1449-1454
be transmitted, and those bits are divided into sub
blocks of mn bits each sub block. Those N sub blocks
will be mapped by the constellation modulator using
Gray codification, this way an + jbn values are
obtained nth constellation of the modulator. The
modulation scheme converts input data into complex
valued constellation points, according to a given
constellation, 4-QAM, 16-QAM, and 32- QAM and
so on. The Inverse Fast Fourier Transform (IFFT)
transforms the signals from the frequency domain to
the time domain. The cyclic prefix (CP) is a copy of
the last N samples from the IFFT, which are placed at
the beginning of the OFDM frame;
usually used to combat the inter-symbol interference
(ISI) and inter-channel-interference (ICI) introduced
by the multipath channel through which the signal is
propagated.
10
-1
10
-2
10
-3
10
-4
10
-5
10
4
5
Signal to noise ratio
10
-1
10
-2
10
-3
10
-4
10
-5
10
4
5
Signal to noise ratio
IV.
SIMULATION RESULTS
QPSK
modulation schemes and coding
rates
1452 | P a g e
Valmik Tilwari, Aparna Singh Kushwah / International Journal of Engineering Research and
Applications (IJERA)
ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1449-1454
Bit error rate for QPSK3/4
10
10
-1
-1
10
-2
10
10
-2
10
-3
10
-3
10
-4
10
-4
10
-5
10
-5
10
6
8
10
Signal to noise ratio
12
14
10
15
Signal to noise ratio
20
25
10
10
-1
10
-1
10
-2
-2
10
10
-3
10
-4
10
-3
10
-5
10
-4
10
6
8
10
Signal to noise ratio
12
V.
10
-1
10
-2
20
25
14
10
-3
10
-4
10
-5
10
10
15
Signal to noise ratio
-5
10
10
15
Signal to noise ratio
20
25
1453 | P a g e
Valmik Tilwari, Aparna Singh Kushwah / International Journal of Engineering Research and
Applications (IJERA)
ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1449-1454
REFERENCES:[1]
IEEE CASCOM post Graduate student
paper conference 2010 Jadavpur University,
Kolkata, India nov.27.2010; pp13-16
Performance Analysis of WiMAX PHY
by
S.M.
Lalan
Chowdhury,
P.
Venkateswaran.
[2]
IEEE 802.16-2004, IEEE standard for local
and Metropolitans Area Network. Part-16;
Air Interface for Fixes Broadband Wireless
Access Systems. Rev. of IEEE 802.162001, pp 1-857, Oct 2004.
[3]
S. Venkatesh, K. Baskaran: Comparative
Study of SUI Channels in IEEE802.16d
using Different Cyclic Prefix, European
Journal of Scientific Research ISSN 1450216X Vol.48 No.2 (2010), pp.305-314.
[4]
A. Md. Anamul Islam, C. Md. Julkarnain.
BER performance analysis of a real data
communication through WiMAX-PHY layer
over an AWGN and Fading channel
International journal of electrical &
computer Sciences IJECS-IJENS Vol; 10
No; 04.
[5]
J.G. Andrews, A. Ghosh, R. Muhamed,
Fundamentals of WiMAX: Understanding
Broadband Wireless Networking, Prentice
Hall Communications AND Engineering
Technologies Series, 2007.
1454 | P a g e