SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
Mayank Shrivastava, Prashant Bhati / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.970-973
970 | P a g e
Performance Improvement of IEEE 802.22 With Different FEC
techniques
Mayank Shrivastava1, Prashant Bhati 2
1 PG student of Digital communication, PCST Indore
2 Assistant Professor of Electronics & Communication Department, PCST Indore
Abstract-
Wireless communication is very vast
and having lot of ideas for increasing capacity
and BER performance. This paper describes
the modeling and performance
improvement of Wireless Regional Area Network
(WRAN) ( IEEE 802.22 ) through
different Forward Error Correction (FEC)
Techniques.In this paper we have used different
coding techniques over different modulation
scheme. For simulation , we have used
MATLAB and obtained different BER curves
for different modulation scheme at different
FEC Techniques. In final conclusion we have
found BER performance of different modulation
schemes over different FEC codes. OFDMA
technique is used and the channel considered is
AWGN.
Keywords- components :IEEE
802.22,WRANs,OFDMA, cognitive radio ,
AWGN,BER
I. INTRODUCTION
Population in rural areas is increasing rapidly and
so is demand for internet access. Broadbrand
wireless access ( BWA ) fulfills this requirement
due to its acceptable data rates , proper cost and
easy use. Wireless systems based on IEEE 802
standards such as IEEE 802.11 (WLAN) So
called Wi-Fi and IEEE 802. 16 (WMAN) so
called Wi-MAX are examples of BWA systems
deployed for local and metropolitan area
networks, respectively [1]. The IEEE 802.22
working group [4] has been formed in November
2004 to develop a standard for WRANs ,based
on cognitive radio technology.
Cognitive Radio technologies have the capabilities
of recognizing the surrounding radio environments
with spectrum sensing, and operating in vacant or
in intermittently unused spectrum without causing
harmful interference to primary users (PUs)
or Incumbent users (IUs).Thus, by using CR
technology, it will be now possible that the
efficiency of the frequency is enhanced and
new secondary market is created on the wireless
telecommunication field.
The IEEE 802.22 is a fixed point to
multipoint technology and the connection
between Base Station(BS) and Customer Premise
Equipments(CPE) is possible both in line of sight
(LOS) and Non Line of Sight ( NLOS )
propagation. The typical range for WRANs are
30 Km and it can extends upto 100 Km by which
we can meet the demands for rural areas.
The minimum data rate of the system is 384 kb/s in
the upstream (US ) direction , i.e. from CPE to BS,
and 1.5 Mb/s in the downstream direction i.e. from
BS to CPE. It is expected that a BS supports up to
55 CPEs.
The development of the IEEE 802.22 WRAN
standard (802.22 or 802.22 WRAN ) is aimed at
using cognitive radio techniques to allow sharing of
geographically unused spectrum allocated to the
television broadcast service, on a noninterfering
basis, to bring broadband access to hard-to-reach
low-population-density areas typical of rural
environments, and is therefore timely and has the
potential for wide applicability worldwide. IEEE
802.22 WRANs are designed to operate in the TV
broadcast bands while ensuring that no harmful
interference is caused to the incumbent operation
(i.e., digital TV and analog TV broadcasting) and
low-power licensed devices such as wireless
microphones[3]
In this paper , we propose several variants of the
modulation scheme that aim at reducing the BER
performance. The first modulation scheme we have
used is BPSK, second is QPSK and third is 16 QAM.
Three different FEC used are Convolutional Coding,
Reed Soloman Coding & Low Density Parity
check.All the three FECs described in section III.
II. PHYSICAL LAYER
SPECIFICATION(WRAN)
The IEEE 802.22 standard has specified the
physical layer and cognitive radio functions to
operate on the TV bands. This standard provides
wireless broadband access over a large area (30km-
100km) on the VHF/UHF TV broadcast frequency
bands of the range between 54 MHz and 862 MHz.
The working of physical layer of IEEE 802.22 is
based on OFDMA (orthogonal frequency division
multiple access) scheme in the Time Division Duplex
(TDD) Mode,with plans to define a frequency
Mayank Shrivastava, Prashant Bhati / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.970-973
971 | P a g e
division duplex mode as a future amendment to the
standard and it is close to IEEE 802.16e. OFDMA
symbols are created
Transmitter
Receiver
Fig.1 Physical Layer Block Diagram Based on IEEE 802.22 WRAN
using the 2048 FFT on 6,7, and 8 MHz bandwidth
which consist of 1440 data subcarriers , 240 pilot
subcarriers and 380 guard and DC subcarriers[2].In
such a system cyclic prefixes lengths can be 1/4 ,
1/8,1/16 and 1/32 of OFDMA symbol duration[3].In
this paper we have designed the end to end
simulation model of physical layer of WRAN(IEEE
802.22) in MATLAB for US direction.(2)
As seen from Fig. 1[9] , firstly we get random binary
data generation then randomization is done,
Randomizer operates on a bit by bit basis. The
purpose of the scrambled data which is coming from
the random data generator ,is to convert long
sequences of O's or 1 's in a random sequence to
improve the coding performance. The main
component of the data randomization is a Pseudo
Random Binary Sequence generator which is
implemented using Linear Feedback Shift
Register[5].
The generator defined for the randomizer is given by
Equation[5]
1+ X14
+ X15
……….(1)
This randomized data is then coded for forward error
correction using convolutional coding or reed
soloman coding or low density parity check(LDPC)
code etc. In this paper, we have used all these three
coding. The working of interleaver is same as a
randomizer but it is quite different from the
randomizer in the sense that it does not change the
state of the bits but it works on the position of bits.
Interleaving is done by spreading the coded symbols
in time before transmission. The incoming data into
the interleaver is randomized in two permutations.
First permutation ensures that adjacent bits are
mapped onto non-adjacent subcarriers. The second
permutation maps the adjacent coded bits onto less or
more significant bits of constellation thus avoiding
long runs of less reliable bits.
The first permutation is defined by the formula:
ink =(Ncbps/ 12) * mod(k, 12) + floor(k/ 12)
The second permutation is defined by the formula:
s = ceil(Ncpc/2)
jk = s * floor(mk / s)+ (ink + Ncbps - floor( 2 xmk /
Ncbps ))mod(s)
where:
Ncpc = Number of coded bits per carrier
Ncbps= Number of coded bits per symbol
k= index of coded bits before first permutation
mk=Index of coded bits after first permutation
jk=Index of coded bits after second permutation
Random Data
generator
Randomizer R S Encoder Convolution
al Coding
Interleaver Modulator Buffer Sub-Carrier
Allocation
Interleaver
IFFT
Add Cyclic
Prefix
AWGN
Channel
Remove
Cyclic Prefix
FFT
De-
Interleaver
Remove
Pilots &
Gaurd
De-BufferDemodulatorDe-
Interleaver
Viterbi
Decoder
R S DecoderDe-
Randomizer
Received
Data
Error Rate
Calculation
Mayank Shrivastava, Prashant Bhati / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.970-973
972 | P a g e
Same permutation is done on the receiver side to
rearrange the data bits into the correct sequence[5].
The interleaver sends the data frame to
modulator.The buffer puts several burst together
that is 5 burst makes 1440 data sub-carriers. Now
the pilots are inserted within the data sub carriers.
Fig. 2 shows the pilot insertion pattern which is
repeated in every 7 OFDM symbols and 7
subcarreirs. the best performance for channel
estimation can be obtained through using pilots to
meet on every sub-carrier after waiting 7 OFDMA
symbols.Utilizing this pattern , all CPEs within a
channel can have good channel estimation.This
scheme uses the 2048 FFT mode on 6MHz,7 MHz
and 8MHz The subcarriers are classified as data
subcarriers (1440), pilot subcarriers (240), guard
and DC subcarriers (380)[2].After insertion of pilot
, guard , DC subcarriers & subcarrier interleaving
the IFFT is operated on them to create OFDM
symbol . Finally the last part of OFDM symbol , as
a cyclic prefix , is added to the beginning. After all
these operations, the data are ready to be delivered
to the channel [1].
Fig.2 pilot pattern
III. FORWARD ERROR
CORRECTION(FEC) TECHNIQUES
Forward Error Correction is done on both
the Uplink and the Downlink bursts, and can
consist of Convolutional Coding,Reed Soloman
Coding and LDPC.
Convolutional Coding
Convolutional codes are used to correct the
random errors information symbol to be in the data
transmission. A convolutional code is a type of
FEC code that is specified by CC(m, n, k), in which
each m-bit encoded is transformed into an n-bit
symbol, where m/n is the code rate (n > m) and the
transformation is a function of the last k
information symbols,where k is the constraint
length of the code.[5]
Reed Soloman Coding
The purpose of using Reed-Solomon code
to the data is to add redundancy to the data
sequence. This redundancy addition helps in
correcting block errors that occur during
transmission of the signal. After randomizer data is
passed onto the Reed Solomon 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(2m
).RS encoder requires two
polynomials , one is code generator polynomial
g(x) which is used for generating The Galois Field
Array and second one is field generator polynomial
p(x) used to calculate the redundant information
bits which are appended at the start of the output
data [5]. These polynomials are defined by the
standard [6].
Low Density Parity Check(LDPC) coding
Low-Density Parity-Check (LDPC) codes were
first introduced by Gallager in [7].LDPCs are linear
block codes with a sparse m×n parity check matrix
H satisfying the following properties.
1.There are wr 1s in each row of H, where
wr<<min{m,n}
2. There are wc 1s in each column of H, where
wc<<min{m,n}
The density of a LDPC code is denoted by r and
defined by
r= wr /n= wc /m
or
m/n= wc / wr
If the matrix H is full rank , then m=n-k
Rc =1-m/n=1- wc / wr
Otherwise Rc =1-rank(H)/n
The tanner graph of a regular low density parity
check code consists of the usual constraint and
variable equal to wr which is much less then the
code block length. Similarly the degree of all
variable nodes is equal to wc nodes[8]. The low
density constraint of the code however makes the
degree of all constraint(parity check) nodes
IV. PERFORMANCE EVALUATION/
RESULTS
To evaluate the simulation results, we
used the analytical formula in [8]. BER
measurements for BPSK, QPSK and 16 QAM is
shown by fig.(3,4,5) with code rates 1/2
respectively. While formula used are as follows:-
BERBPSK = Q(√(Eb/No))
Mayank Shrivastava, Prashant Bhati / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.970-973
973 | P a g e
BERQPSK = Q(√(2.Eb/No)) BER16QAM = 3/2×Q(√((6log2
4
)Eb/(42
-1)No))
Fig.3
Fig.4
Fig 5
V. CONLUSION
In this paper , we have presented the
baseband simulation model and results for the
physical layer of IEEE 802.22 OFDMA based
WRAN. We have obtained BER versus SNR
curves for different modulation scheme with
different FEC techniques.These results will help to
design an efficient WRAN system and will
increase the efficiency of utilization of the
spectrum and provide large economic and social
benefits.
REFERENCES
[1] Ahmadi, M., Rohani, E., Naeeni, P.M.,
and Fakhraie, S.M. "M od elin g a nd
Performa nc e Evalu at ion of IEEE 80 2.
22Physical Layer" 2nd International
Conference on Future Computer and
Communication – (2010).
[ 2 ] Sung Hyun Hwang, Jung Sun Um yung Sun
Song, Chang Joo Kim, Hyung Rae Park and
Yun Hee Kim “ Design and Verification of
IEEE 802.22 WRAN Physical Layer(Invited
Paper)” third international conference on
digital object identifier 10.1109/ crowncom.
2008(2008).
[ 3 ] Carl R. Stevenson, Gerald Chouinard ,
Zhongding Lei,Wendong Hu , Stephen J.
Shellhammer, Winston Caldwell “ IEEE
802.22: The First Cognitive Radio
Wireless Regional Area Network Standard.
Digital Object Identifier
10.1109/MCOM.2009/4752688,(2009).
[4] http://www.ieee 802.22.org/22/IEEE 802.22.
[5] Khan, M.N., and Ghauri, S. "The
WiMAX 802.16e Physical Layer Model"
IEEE Explore (2008).
[6] IEEE 802.16-2006: "IEEE Standard for Local
and Metropolitan Area Networks - Part 16:
Air Interface for Fixed
Broadband Wireless Access Systems" (2006).
[7] R.G Gallager , Low DENSity Parity Check
Codes. MIT Press 1962.
[8] Proakies J.G. Digital Communication 5th
edition Mc Graw Hill New York (2008).
[9] Mayank Mittal, Jaikaran Singh, Mukesh
Tiwari “Modelling and Performance
Evaluation of Physical Layer of Wireless
Regional Area Networks (IEEE 802.22) over
AWGN Channel”
-5 0 5 10
10
-4
10
-3
10
-2
10
-1
10
0
SNR
BER
BPSK-WRAN over AWGN channel
BPSK-LDPC
BPSK-CC
BPSK-RS
-5 0 5 10 15 20 25
10
-4
10
-3
10
-2
10
-1
10
0
SNR
BER
QPSK-WRAN over AWGN channel
QPSK-CC
QPSK-RS
QPSK-LDPC
-5 0 5 10 15 20 25 30
10
-4
10
-3
10
-2
10
-1
10
0
SNR
BER
QAM-WRAN over AWGN channel
QAM-LDPC
QAM-CC
QAM-RS

Más contenido relacionado

La actualidad más candente

FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier SystemsIJMER
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
Implementation of Viterbi Decoder on FPGA to Improve Design
Implementation of Viterbi Decoder on FPGA to Improve DesignImplementation of Viterbi Decoder on FPGA to Improve Design
Implementation of Viterbi Decoder on FPGA to Improve Designijsrd.com
 
An efficient transcoding algorithm for G.723.1 and G.729A ...
An efficient transcoding algorithm for G.723.1 and G.729A ...An efficient transcoding algorithm for G.723.1 and G.729A ...
An efficient transcoding algorithm for G.723.1 and G.729A ...Videoguy
 
Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)IISRT
 
FPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionFPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionAI Publications
 
IEEE_Peer_Reviewed_Paper_1
IEEE_Peer_Reviewed_Paper_1IEEE_Peer_Reviewed_Paper_1
IEEE_Peer_Reviewed_Paper_1Saad Mahboob
 
Resolving data collision in csma via protocols
Resolving data collision in csma via protocolsResolving data collision in csma via protocols
Resolving data collision in csma via protocolsAnurag Singh
 
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...IJECEIAES
 
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...idescitation
 
Generation and Implementation of Barker and Nested Binary codes
Generation and Implementation of Barker and Nested Binary codesGeneration and Implementation of Barker and Nested Binary codes
Generation and Implementation of Barker and Nested Binary codesIOSR Journals
 

La actualidad más candente (19)

Ln3619761985
Ln3619761985Ln3619761985
Ln3619761985
 
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier SystemsFPGA Implementation of Efficient Viterbi Decoder for  Multi-Carrier Systems
FPGA Implementation of Efficient Viterbi Decoder for Multi-Carrier Systems
 
40120140504012
4012014050401240120140504012
40120140504012
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
Implementation of Viterbi Decoder on FPGA to Improve Design
Implementation of Viterbi Decoder on FPGA to Improve DesignImplementation of Viterbi Decoder on FPGA to Improve Design
Implementation of Viterbi Decoder on FPGA to Improve Design
 
Y25124127
Y25124127Y25124127
Y25124127
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
37 44
37 4437 44
37 44
 
115 118
115 118115 118
115 118
 
An efficient transcoding algorithm for G.723.1 and G.729A ...
An efficient transcoding algorithm for G.723.1 and G.729A ...An efficient transcoding algorithm for G.723.1 and G.729A ...
An efficient transcoding algorithm for G.723.1 and G.729A ...
 
270 273
270 273270 273
270 273
 
252 256
252 256252 256
252 256
 
Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)Iisrt jona priyaa(1 5)
Iisrt jona priyaa(1 5)
 
FPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial TelevisionFPGA Implementation of LDPC Encoder for Terrestrial Television
FPGA Implementation of LDPC Encoder for Terrestrial Television
 
IEEE_Peer_Reviewed_Paper_1
IEEE_Peer_Reviewed_Paper_1IEEE_Peer_Reviewed_Paper_1
IEEE_Peer_Reviewed_Paper_1
 
Resolving data collision in csma via protocols
Resolving data collision in csma via protocolsResolving data collision in csma via protocols
Resolving data collision in csma via protocols
 
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
Performance Analysis of IEEE 802.15.4 Transceiver System under Adaptive White...
 
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
FPGA Implementation of Optimized CIC Filter for Sample Rate Conversion in Sof...
 
Generation and Implementation of Barker and Nested Binary codes
Generation and Implementation of Barker and Nested Binary codesGeneration and Implementation of Barker and Nested Binary codes
Generation and Implementation of Barker and Nested Binary codes
 

Destacado (20)

Fa34936941
Fa34936941Fa34936941
Fa34936941
 
Ej34821826
Ej34821826Ej34821826
Ej34821826
 
Dg34662666
Dg34662666Dg34662666
Dg34662666
 
Eq34877880
Eq34877880Eq34877880
Eq34877880
 
Dd34640647
Dd34640647Dd34640647
Dd34640647
 
Eo34861869
Eo34861869Eo34861869
Eo34861869
 
Cw34597599
Cw34597599Cw34597599
Cw34597599
 
Cr34562565
Cr34562565Cr34562565
Cr34562565
 
Di34672675
Di34672675Di34672675
Di34672675
 
Dq34713721
Dq34713721Dq34713721
Dq34713721
 
Dw34752755
Dw34752755Dw34752755
Dw34752755
 
Eb34777780
Eb34777780Eb34777780
Eb34777780
 
Ex34922926
Ex34922926Ex34922926
Ex34922926
 
Dz34765771
Dz34765771Dz34765771
Dz34765771
 
Dt34733739
Dt34733739Dt34733739
Dt34733739
 
Gf3111931199
Gf3111931199Gf3111931199
Gf3111931199
 
Geração Y: Release sobre as Gerações
Geração Y: Release sobre as GeraçõesGeração Y: Release sobre as Gerações
Geração Y: Release sobre as Gerações
 
Vertical Run
Vertical RunVertical Run
Vertical Run
 
Fotos
FotosFotos
Fotos
 
07 definicao da meta e dos objetivos toni reis
07 definicao da meta e dos objetivos toni reis07 definicao da meta e dos objetivos toni reis
07 definicao da meta e dos objetivos toni reis
 

Similar a Ff34970973

Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerIOSR Journals
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationMangaiK4
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationMangaiK4
 
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...IRJET Journal
 
PERFORMANCE ANALYSIS OF QOS PARAMETERS LIKE PSNR, MAE & RMSE USED IN IMAGE TR...
PERFORMANCE ANALYSIS OF QOS PARAMETERS LIKE PSNR, MAE & RMSE USED IN IMAGE TR...PERFORMANCE ANALYSIS OF QOS PARAMETERS LIKE PSNR, MAE & RMSE USED IN IMAGE TR...
PERFORMANCE ANALYSIS OF QOS PARAMETERS LIKE PSNR, MAE & RMSE USED IN IMAGE TR...Journal For Research
 
Implementation of High Speed OFDM Transceiver using FPGA
Implementation of High Speed OFDM Transceiver using FPGAImplementation of High Speed OFDM Transceiver using FPGA
Implementation of High Speed OFDM Transceiver using FPGAMangaiK4
 
Analysis of Women Harassment inVillages Using CETD Matrix Modal
Analysis of Women Harassment inVillages Using CETD Matrix ModalAnalysis of Women Harassment inVillages Using CETD Matrix Modal
Analysis of Women Harassment inVillages Using CETD Matrix ModalMangaiK4
 
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers  Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers IJECEIAES
 
Data detection with a progressive parallel ici canceller in mimo ofdm
Data detection with a progressive parallel ici canceller in mimo ofdmData detection with a progressive parallel ici canceller in mimo ofdm
Data detection with a progressive parallel ici canceller in mimo ofdmeSAT Publishing House
 
Iterative network channel decoding with cooperative space-time transmission
Iterative network channel decoding with cooperative space-time transmissionIterative network channel decoding with cooperative space-time transmission
Iterative network channel decoding with cooperative space-time transmissionijasuc
 
Coverage of WCDMA Network Using Different Modulation Techniques with Soft and...
Coverage of WCDMA Network Using Different Modulation Techniques with Soft and...Coverage of WCDMA Network Using Different Modulation Techniques with Soft and...
Coverage of WCDMA Network Using Different Modulation Techniques with Soft and...ijcnac
 
IEEE 802.11a Physical Layer Simulation
IEEE 802.11a Physical Layer SimulationIEEE 802.11a Physical Layer Simulation
IEEE 802.11a Physical Layer SimulationMichail Grigoropoulos
 
A New Bit Split and Interleaved Channel Coding for MIMO Decoder
A New Bit Split and Interleaved Channel Coding for MIMO DecoderA New Bit Split and Interleaved Channel Coding for MIMO Decoder
A New Bit Split and Interleaved Channel Coding for MIMO DecoderIJARBEST JOURNAL
 
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdmHybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdmIAEME Publication
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder IJECEIAES
 
Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Editor IJARCET
 

Similar a Ff34970973 (20)

Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical LayerPerformance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
 
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code ModulationHigh Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
High Speed Low-Power Viterbi Decoder Using Trellis Code Modulation
 
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...Turbo encoder and decoder chip design and FPGA device analysis for communicat...
Turbo encoder and decoder chip design and FPGA device analysis for communicat...
 
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
Performance Analysis of BER and Throughput of Different MIMO Systems using Di...
 
PERFORMANCE ANALYSIS OF QOS PARAMETERS LIKE PSNR, MAE & RMSE USED IN IMAGE TR...
PERFORMANCE ANALYSIS OF QOS PARAMETERS LIKE PSNR, MAE & RMSE USED IN IMAGE TR...PERFORMANCE ANALYSIS OF QOS PARAMETERS LIKE PSNR, MAE & RMSE USED IN IMAGE TR...
PERFORMANCE ANALYSIS OF QOS PARAMETERS LIKE PSNR, MAE & RMSE USED IN IMAGE TR...
 
Implementation of High Speed OFDM Transceiver using FPGA
Implementation of High Speed OFDM Transceiver using FPGAImplementation of High Speed OFDM Transceiver using FPGA
Implementation of High Speed OFDM Transceiver using FPGA
 
Analysis of Women Harassment inVillages Using CETD Matrix Modal
Analysis of Women Harassment inVillages Using CETD Matrix ModalAnalysis of Women Harassment inVillages Using CETD Matrix Modal
Analysis of Women Harassment inVillages Using CETD Matrix Modal
 
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers  Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
Performances Concatenated LDPC based STBC-OFDM System and MRC Receivers
 
Data detection with a progressive parallel ici canceller in mimo ofdm
Data detection with a progressive parallel ici canceller in mimo ofdmData detection with a progressive parallel ici canceller in mimo ofdm
Data detection with a progressive parallel ici canceller in mimo ofdm
 
Iterative network channel decoding with cooperative space-time transmission
Iterative network channel decoding with cooperative space-time transmissionIterative network channel decoding with cooperative space-time transmission
Iterative network channel decoding with cooperative space-time transmission
 
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
 
Coverage of WCDMA Network Using Different Modulation Techniques with Soft and...
Coverage of WCDMA Network Using Different Modulation Techniques with Soft and...Coverage of WCDMA Network Using Different Modulation Techniques with Soft and...
Coverage of WCDMA Network Using Different Modulation Techniques with Soft and...
 
IEEE 802.11a Physical Layer Simulation
IEEE 802.11a Physical Layer SimulationIEEE 802.11a Physical Layer Simulation
IEEE 802.11a Physical Layer Simulation
 
A New Bit Split and Interleaved Channel Coding for MIMO Decoder
A New Bit Split and Interleaved Channel Coding for MIMO DecoderA New Bit Split and Interleaved Channel Coding for MIMO Decoder
A New Bit Split and Interleaved Channel Coding for MIMO Decoder
 
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdmHybrid ldpc and stbc algorithms to improve ber reduction in ofdm
Hybrid ldpc and stbc algorithms to improve ber reduction in ofdm
 
Design and implementation of log domain decoder
Design and implementation of log domain decoder Design and implementation of log domain decoder
Design and implementation of log domain decoder
 
Co35503507
Co35503507Co35503507
Co35503507
 
Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377Ijarcet vol-2-issue-7-2374-2377
Ijarcet vol-2-issue-7-2374-2377
 

Último

KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostKubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostMatt Ray
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdfPedro Manuel
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfAijun Zhang
 
IEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
IEEE Computer Society’s Strategic Activities and Products including SWEBOK GuideIEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
IEEE Computer Society’s Strategic Activities and Products including SWEBOK GuideHironori Washizaki
 
99.99% of Your Traces Are (Probably) Trash (SRECon NA 2024).pdf
99.99% of Your Traces  Are (Probably) Trash (SRECon NA 2024).pdf99.99% of Your Traces  Are (Probably) Trash (SRECon NA 2024).pdf
99.99% of Your Traces Are (Probably) Trash (SRECon NA 2024).pdfPaige Cruz
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAshyamraj55
 
Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1DianaGray10
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024D Cloud Solutions
 
100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimizationarrow10202532yuvraj
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Commit University
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Websitedgelyza
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Adtran
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024SkyPlanner
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfJamie (Taka) Wang
 
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDEADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDELiveplex
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationIES VE
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxMatsuo Lab
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemAsko Soukka
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7DianaGray10
 

Último (20)

KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCostKubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
KubeConEU24-Monitoring Kubernetes and Cloud Spend with OpenCost
 
Nanopower In Semiconductor Industry.pdf
Nanopower  In Semiconductor Industry.pdfNanopower  In Semiconductor Industry.pdf
Nanopower In Semiconductor Industry.pdf
 
Machine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdfMachine Learning Model Validation (Aijun Zhang 2024).pdf
Machine Learning Model Validation (Aijun Zhang 2024).pdf
 
IEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
IEEE Computer Society’s Strategic Activities and Products including SWEBOK GuideIEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
IEEE Computer Society’s Strategic Activities and Products including SWEBOK Guide
 
99.99% of Your Traces Are (Probably) Trash (SRECon NA 2024).pdf
99.99% of Your Traces  Are (Probably) Trash (SRECon NA 2024).pdf99.99% of Your Traces  Are (Probably) Trash (SRECon NA 2024).pdf
99.99% of Your Traces Are (Probably) Trash (SRECon NA 2024).pdf
 
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPAAnypoint Code Builder , Google Pub sub connector and MuleSoft RPA
Anypoint Code Builder , Google Pub sub connector and MuleSoft RPA
 
Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1Secure your environment with UiPath and CyberArk technologies - Session 1
Secure your environment with UiPath and CyberArk technologies - Session 1
 
Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024Artificial Intelligence & SEO Trends for 2024
Artificial Intelligence & SEO Trends for 2024
 
100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization100+ ChatGPT Prompts for SEO Optimization
100+ ChatGPT Prompts for SEO Optimization
 
Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)Crea il tuo assistente AI con lo Stregatto (open source python framework)
Crea il tuo assistente AI con lo Stregatto (open source python framework)
 
COMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a WebsiteCOMPUTER 10 Lesson 8 - Building a Website
COMPUTER 10 Lesson 8 - Building a Website
 
Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™Meet the new FSP 3000 M-Flex800™
Meet the new FSP 3000 M-Flex800™
 
Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024Salesforce Miami User Group Event - 1st Quarter 2024
Salesforce Miami User Group Event - 1st Quarter 2024
 
201610817 - edge part1
201610817 - edge part1201610817 - edge part1
201610817 - edge part1
 
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
activity_diagram_combine_v4_20190827.pdfactivity_diagram_combine_v4_20190827.pdf
 
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDEADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
ADOPTING WEB 3 FOR YOUR BUSINESS: A STEP-BY-STEP GUIDE
 
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve DecarbonizationUsing IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
Using IESVE for Loads, Sizing and Heat Pump Modeling to Achieve Decarbonization
 
Introduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptxIntroduction to Matsuo Laboratory (ENG).pptx
Introduction to Matsuo Laboratory (ENG).pptx
 
Bird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystemBird eye's view on Camunda open source ecosystem
Bird eye's view on Camunda open source ecosystem
 
UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7UiPath Studio Web workshop series - Day 7
UiPath Studio Web workshop series - Day 7
 

Ff34970973

  • 1. Mayank Shrivastava, Prashant Bhati / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.970-973 970 | P a g e Performance Improvement of IEEE 802.22 With Different FEC techniques Mayank Shrivastava1, Prashant Bhati 2 1 PG student of Digital communication, PCST Indore 2 Assistant Professor of Electronics & Communication Department, PCST Indore Abstract- Wireless communication is very vast and having lot of ideas for increasing capacity and BER performance. This paper describes the modeling and performance improvement of Wireless Regional Area Network (WRAN) ( IEEE 802.22 ) through different Forward Error Correction (FEC) Techniques.In this paper we have used different coding techniques over different modulation scheme. For simulation , we have used MATLAB and obtained different BER curves for different modulation scheme at different FEC Techniques. In final conclusion we have found BER performance of different modulation schemes over different FEC codes. OFDMA technique is used and the channel considered is AWGN. Keywords- components :IEEE 802.22,WRANs,OFDMA, cognitive radio , AWGN,BER I. INTRODUCTION Population in rural areas is increasing rapidly and so is demand for internet access. Broadbrand wireless access ( BWA ) fulfills this requirement due to its acceptable data rates , proper cost and easy use. Wireless systems based on IEEE 802 standards such as IEEE 802.11 (WLAN) So called Wi-Fi and IEEE 802. 16 (WMAN) so called Wi-MAX are examples of BWA systems deployed for local and metropolitan area networks, respectively [1]. The IEEE 802.22 working group [4] has been formed in November 2004 to develop a standard for WRANs ,based on cognitive radio technology. Cognitive Radio technologies have the capabilities of recognizing the surrounding radio environments with spectrum sensing, and operating in vacant or in intermittently unused spectrum without causing harmful interference to primary users (PUs) or Incumbent users (IUs).Thus, by using CR technology, it will be now possible that the efficiency of the frequency is enhanced and new secondary market is created on the wireless telecommunication field. The IEEE 802.22 is a fixed point to multipoint technology and the connection between Base Station(BS) and Customer Premise Equipments(CPE) is possible both in line of sight (LOS) and Non Line of Sight ( NLOS ) propagation. The typical range for WRANs are 30 Km and it can extends upto 100 Km by which we can meet the demands for rural areas. The minimum data rate of the system is 384 kb/s in the upstream (US ) direction , i.e. from CPE to BS, and 1.5 Mb/s in the downstream direction i.e. from BS to CPE. It is expected that a BS supports up to 55 CPEs. The development of the IEEE 802.22 WRAN standard (802.22 or 802.22 WRAN ) is aimed at using cognitive radio techniques to allow sharing of geographically unused spectrum allocated to the television broadcast service, on a noninterfering basis, to bring broadband access to hard-to-reach low-population-density areas typical of rural environments, and is therefore timely and has the potential for wide applicability worldwide. IEEE 802.22 WRANs are designed to operate in the TV broadcast bands while ensuring that no harmful interference is caused to the incumbent operation (i.e., digital TV and analog TV broadcasting) and low-power licensed devices such as wireless microphones[3] In this paper , we propose several variants of the modulation scheme that aim at reducing the BER performance. The first modulation scheme we have used is BPSK, second is QPSK and third is 16 QAM. Three different FEC used are Convolutional Coding, Reed Soloman Coding & Low Density Parity check.All the three FECs described in section III. II. PHYSICAL LAYER SPECIFICATION(WRAN) The IEEE 802.22 standard has specified the physical layer and cognitive radio functions to operate on the TV bands. This standard provides wireless broadband access over a large area (30km- 100km) on the VHF/UHF TV broadcast frequency bands of the range between 54 MHz and 862 MHz. The working of physical layer of IEEE 802.22 is based on OFDMA (orthogonal frequency division multiple access) scheme in the Time Division Duplex (TDD) Mode,with plans to define a frequency
  • 2. Mayank Shrivastava, Prashant Bhati / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.970-973 971 | P a g e division duplex mode as a future amendment to the standard and it is close to IEEE 802.16e. OFDMA symbols are created Transmitter Receiver Fig.1 Physical Layer Block Diagram Based on IEEE 802.22 WRAN using the 2048 FFT on 6,7, and 8 MHz bandwidth which consist of 1440 data subcarriers , 240 pilot subcarriers and 380 guard and DC subcarriers[2].In such a system cyclic prefixes lengths can be 1/4 , 1/8,1/16 and 1/32 of OFDMA symbol duration[3].In this paper we have designed the end to end simulation model of physical layer of WRAN(IEEE 802.22) in MATLAB for US direction.(2) As seen from Fig. 1[9] , firstly we get random binary data generation then randomization is done, Randomizer operates on a bit by bit basis. The purpose of the scrambled data which is coming from the random data generator ,is to convert long sequences of O's or 1 's in a random sequence to improve the coding performance. The main component of the data randomization is a Pseudo Random Binary Sequence generator which is implemented using Linear Feedback Shift Register[5]. The generator defined for the randomizer is given by Equation[5] 1+ X14 + X15 ……….(1) This randomized data is then coded for forward error correction using convolutional coding or reed soloman coding or low density parity check(LDPC) code etc. In this paper, we have used all these three coding. The working of interleaver is same as a randomizer but it is quite different from the randomizer in the sense that it does not change the state of the bits but it works on the position of bits. Interleaving is done by spreading the coded symbols in time before transmission. The incoming data into the interleaver is randomized in two permutations. First permutation ensures that adjacent bits are mapped onto non-adjacent subcarriers. The second permutation maps the adjacent coded bits onto less or more significant bits of constellation thus avoiding long runs of less reliable bits. The first permutation is defined by the formula: ink =(Ncbps/ 12) * mod(k, 12) + floor(k/ 12) The second permutation is defined by the formula: s = ceil(Ncpc/2) jk = s * floor(mk / s)+ (ink + Ncbps - floor( 2 xmk / Ncbps ))mod(s) where: Ncpc = Number of coded bits per carrier Ncbps= Number of coded bits per symbol k= index of coded bits before first permutation mk=Index of coded bits after first permutation jk=Index of coded bits after second permutation Random Data generator Randomizer R S Encoder Convolution al Coding Interleaver Modulator Buffer Sub-Carrier Allocation Interleaver IFFT Add Cyclic Prefix AWGN Channel Remove Cyclic Prefix FFT De- Interleaver Remove Pilots & Gaurd De-BufferDemodulatorDe- Interleaver Viterbi Decoder R S DecoderDe- Randomizer Received Data Error Rate Calculation
  • 3. Mayank Shrivastava, Prashant Bhati / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.970-973 972 | P a g e Same permutation is done on the receiver side to rearrange the data bits into the correct sequence[5]. The interleaver sends the data frame to modulator.The buffer puts several burst together that is 5 burst makes 1440 data sub-carriers. Now the pilots are inserted within the data sub carriers. Fig. 2 shows the pilot insertion pattern which is repeated in every 7 OFDM symbols and 7 subcarreirs. the best performance for channel estimation can be obtained through using pilots to meet on every sub-carrier after waiting 7 OFDMA symbols.Utilizing this pattern , all CPEs within a channel can have good channel estimation.This scheme uses the 2048 FFT mode on 6MHz,7 MHz and 8MHz The subcarriers are classified as data subcarriers (1440), pilot subcarriers (240), guard and DC subcarriers (380)[2].After insertion of pilot , guard , DC subcarriers & subcarrier interleaving the IFFT is operated on them to create OFDM symbol . Finally the last part of OFDM symbol , as a cyclic prefix , is added to the beginning. After all these operations, the data are ready to be delivered to the channel [1]. Fig.2 pilot pattern III. FORWARD ERROR CORRECTION(FEC) TECHNIQUES Forward Error Correction is done on both the Uplink and the Downlink bursts, and can consist of Convolutional Coding,Reed Soloman Coding and LDPC. Convolutional Coding Convolutional codes are used to correct the random errors information symbol to be in the data transmission. A convolutional code is a type of FEC code that is specified by CC(m, n, k), in which each m-bit encoded is transformed into an n-bit symbol, where m/n is the code rate (n > m) and the transformation is a function of the last k information symbols,where k is the constraint length of the code.[5] Reed Soloman Coding The purpose of using Reed-Solomon code to the data is to add redundancy to the data sequence. This redundancy addition helps in correcting block errors that occur during transmission of the signal. After randomizer data is passed onto the Reed Solomon 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(2m ).RS encoder requires two polynomials , one is code generator polynomial g(x) which is used for generating The Galois Field Array and second one is field generator polynomial p(x) used to calculate the redundant information bits which are appended at the start of the output data [5]. These polynomials are defined by the standard [6]. Low Density Parity Check(LDPC) coding Low-Density Parity-Check (LDPC) codes were first introduced by Gallager in [7].LDPCs are linear block codes with a sparse m×n parity check matrix H satisfying the following properties. 1.There are wr 1s in each row of H, where wr<<min{m,n} 2. There are wc 1s in each column of H, where wc<<min{m,n} The density of a LDPC code is denoted by r and defined by r= wr /n= wc /m or m/n= wc / wr If the matrix H is full rank , then m=n-k Rc =1-m/n=1- wc / wr Otherwise Rc =1-rank(H)/n The tanner graph of a regular low density parity check code consists of the usual constraint and variable equal to wr which is much less then the code block length. Similarly the degree of all variable nodes is equal to wc nodes[8]. The low density constraint of the code however makes the degree of all constraint(parity check) nodes IV. PERFORMANCE EVALUATION/ RESULTS To evaluate the simulation results, we used the analytical formula in [8]. BER measurements for BPSK, QPSK and 16 QAM is shown by fig.(3,4,5) with code rates 1/2 respectively. While formula used are as follows:- BERBPSK = Q(√(Eb/No))
  • 4. Mayank Shrivastava, Prashant Bhati / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.970-973 973 | P a g e BERQPSK = Q(√(2.Eb/No)) BER16QAM = 3/2×Q(√((6log2 4 )Eb/(42 -1)No)) Fig.3 Fig.4 Fig 5 V. CONLUSION In this paper , we have presented the baseband simulation model and results for the physical layer of IEEE 802.22 OFDMA based WRAN. We have obtained BER versus SNR curves for different modulation scheme with different FEC techniques.These results will help to design an efficient WRAN system and will increase the efficiency of utilization of the spectrum and provide large economic and social benefits. REFERENCES [1] Ahmadi, M., Rohani, E., Naeeni, P.M., and Fakhraie, S.M. "M od elin g a nd Performa nc e Evalu at ion of IEEE 80 2. 22Physical Layer" 2nd International Conference on Future Computer and Communication – (2010). [ 2 ] Sung Hyun Hwang, Jung Sun Um yung Sun Song, Chang Joo Kim, Hyung Rae Park and Yun Hee Kim “ Design and Verification of IEEE 802.22 WRAN Physical Layer(Invited Paper)” third international conference on digital object identifier 10.1109/ crowncom. 2008(2008). [ 3 ] Carl R. Stevenson, Gerald Chouinard , Zhongding Lei,Wendong Hu , Stephen J. Shellhammer, Winston Caldwell “ IEEE 802.22: The First Cognitive Radio Wireless Regional Area Network Standard. Digital Object Identifier 10.1109/MCOM.2009/4752688,(2009). [4] http://www.ieee 802.22.org/22/IEEE 802.22. [5] Khan, M.N., and Ghauri, S. "The WiMAX 802.16e Physical Layer Model" IEEE Explore (2008). [6] IEEE 802.16-2006: "IEEE Standard for Local and Metropolitan Area Networks - Part 16: Air Interface for Fixed Broadband Wireless Access Systems" (2006). [7] R.G Gallager , Low DENSity Parity Check Codes. MIT Press 1962. [8] Proakies J.G. Digital Communication 5th edition Mc Graw Hill New York (2008). [9] Mayank Mittal, Jaikaran Singh, Mukesh Tiwari “Modelling and Performance Evaluation of Physical Layer of Wireless Regional Area Networks (IEEE 802.22) over AWGN Channel” -5 0 5 10 10 -4 10 -3 10 -2 10 -1 10 0 SNR BER BPSK-WRAN over AWGN channel BPSK-LDPC BPSK-CC BPSK-RS -5 0 5 10 15 20 25 10 -4 10 -3 10 -2 10 -1 10 0 SNR BER QPSK-WRAN over AWGN channel QPSK-CC QPSK-RS QPSK-LDPC -5 0 5 10 15 20 25 30 10 -4 10 -3 10 -2 10 -1 10 0 SNR BER QAM-WRAN over AWGN channel QAM-LDPC QAM-CC QAM-RS