SlideShare a Scribd company logo
1 of 6
Download to read offline
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 2 (May. - Jun. 2013), PP 21-26
www.iosrjournals.org
www.iosrjournals.org 21 | Page
Performance Evaluation of IEEE STD 802.16d Transceiver
Mrunal P. Pathak, S. A. Shirsat
Electronics and Telecommunication department, Student, ME (VLSI and Embedded System),
Sinhgad college of engineering, University Of Pune, Maharashtra, India.
Electronics and Telecommunication department, Assistant Professor,
Sinhgad college of engineering, University Of Pune, Maharashtra, India
Abstract : WiMAX ("Worldwide Interoperability for Microwave Access") technology is developed to meet the
growing demand of increased data rate and accessing the internet at high speeds. 802.16 family of standards is
officially called Wireless MAN in IEEE. Orthogonal frequency division multiplexing (OFDM) is multicarrier
modulation technique used in IEEE 802.16d (fixed WiMAX) communication standard. OFDM is used to
increase data rate of wireless medium with higher spectral efficiency. The proposed work is to evaluate
performance of IEEE Std 802.16d transceiver in MATLAB R2009b simulink environment. System performance
evaluated using BER vs SNR for different modulation technique such as 4 QAM, 16 QAM, 64 QAM under
different channel condition.
Keywords — 802.16d, MATLAB, OFDM, wimax.
I. Introduction
Wireless communication provide wireless connection and data transfer to connect with world anywhere
and anytime. Most of application demands high data rate with more coverage area. To achieve these
requirements IEEE introduced 802.16 standards. 802.16 family of standards is officially called WirelessMAN in
IEEE, it has been commercialized under the name “WiMAX”. It is used for wide coverage upto 40 Km with
data rates of 100 Mbps [1]. It is used for fixed broadband wireless access.
Modulation technique used in IEEE std 802.16d is OFDM (Orthogonal frequency division
multiplexing). OFDM is spectrally efficient modulation technique due to orthogonality principle. It is
computationally efficient due to the use of IFFT/FFT techniques to implement modulation/ demodulation
functions. In an OFDM scheme, a large number of orthogonal, overlapping, narrow band sub-channels or
subcarriers are transmitted in parallel. Advantages of OFDM are bandwidth efficiency, less intercarrier
interference (ICI) and less intersymbol interference (ISI).
Performance parameter of OFDM baseband transceiver IEEE std 802.16d is studied using simulation.
For simulation of system MATLAB R2009b is used. This OFDM system is able to support different M-QAM
modulation schemes.
This paper divides in 6 sections. Section 2 explains OFDM fundamentals. System block diagram is
described in section 3. Matlab based experimentation and results are presented in Section 4 and 5. Concluding
remarks are given in section 6.
Literature Review
Author [3] implements OFDM using System generator and Matlab & Simulink. The results presented show that
it is possible to implement an OFDM modulator for IEEE Std. 802.16 using Virtex II. These result shows that
configurable system can be implemented for different modulation technique. Implementation of the FEC
module, demodulator is future work for their project.
Author [4] describes a high level implementation of a high performance FFT for OFDM modulator and
demodulator of 802.16d. The design has been coded in Verilog and targeted into Xilinx Spartan3 field
programmable gate arrays. The design of the FFT is implemented and applied to fixed WiMAX—IEEE 802.16d
communication standard.
Author [6] presents FPGA implementation of the Reed- Solomon decoder for use in IEEE 802.16
WiMAX systems.The decoder is based on RS(255,239) code, and is additionally shortened and punctured
according to the WiMAX specifications. A Simulink model based on the System Generator library of low-level
Xilinx blocks was used for simulation and hardware implementation.
Author [7] presents the design and implementation of OFDM system. Author has tested system
performance by considering various design parameters using MATLAB 2011. All modules are designed using
VHDL programming language.
Performance Evaluation of IEEE STD 802.16d Transceiver
www.iosrjournals.org 22 | Page
II. Ofdm System
OFDM is a special case of multi-carrier modulation technique, where a single data stream is
transmitted over a number of lower rate sub-carriers. On classical frequency division multiplexing the total band
is divided into N non-overlapping frequency channels, while on OFDM the band is divided into a number of
overlapping frequency channels but with orthogonal frequencies. These orthogonal frequencies are obtained by
using the IFFT. An OFDM symbol is formed by the sum of N orthogonal frequency signals, and then to avoid
inter-symbol interference, a guard interval greater than the expected delay is added, during that time the signals
are replicated on a cyclic prefix to prevent the effect of selective frequency delay. At baseband, an OFDM signal
can be represented by a sum of modulated complex exponentials as (1).
S (t) = (1)
where Xk is a complex number representing a BPSK, QPSK, or 16 QAM baseband symbol modulating the
kth subcarrier and Δf is the subcarrier spacing. OFDM system is as shown in Fig 1.
Serial to
parallel
Paralle to
Serial
(sum)
High bit
rate R
Freq 1
Freq 2
Freq N
Low bit
rate R/N
Fig 1 Multicarrier FDM or OFDM [8]
III. System block diagram
Physical layer of IEEE 802.16d transmitter and receiver diagram is as shown in Fig. 2.
(a)
(b)
Fig 2 a 802.16d transmitter block diagram for the OFDM PHY [1]
b 802.16d receiver block diagram for the OFDM PHY [1]
3.1 Transmitter
The main components of OFDM transmitter are shown in Fig. 2a. The scrambler also known as
randomizer is used as random bit generator. The first three blocks are used for data coding and interleaving. The
coded bits will be mapped by the constellation modulator. The OFDM consist of serial to parallel converter
which converts the data bits from the serial form to the parallel form. The Inverse Fast Fourier Transform
(IFFT) transforms the signals from the frequency domain to the time domain, an IFFT converts a number of
complex data points, of length that is power of 2, into the same number of points but in the time domain. The
number of subcarriers determines how many sub-bands the available spectrum is split into. 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 to
overcome ISI problem. It is important to choose the minimum necessary CP to maximize the bandwidth
efficiency of the system.
IFFT
Output
Performance Evaluation of IEEE STD 802.16d Transceiver
www.iosrjournals.org 23 | Page
3.2 Receiver
The main blocks of OFDM receiver are as shown in Fig. 2b. The received signal goes through the
cyclic prefix removal and a serial-to-parallel converter. After that, the signals are passed through an N-point fast
Fourier transform to convert the signal to frequency domain. The output of the FFT is formed from the first M
samples of the output. The reverse of forward error correction block obtained by convolutional decoder, RS
decoder and de-scrambler. The recovered signal get same as transmitted by transmit signal.
3.3 Modulation
OFDM physical layer is adaptive and supports different modulation techniques. Table 1 summarized
channel coding parameters for various modulation techniques.
TABLE 1
Channel coding per modulation technique for 802.16d [1]
Modulation Uncoded
block size
(bytes)
Coded
block
size
(bytes)
Overal
l rate
RS- code CC code
Rate
BPSK 12 24 1/2 (12,12,0) 1/2
4 QAM 24 48 1/2 (32,24,4) 2/3
4 QAM 36 48 3/4 (40,36,2) 5/6
16-QAM 48 96 1/2 (64,48,8) 2/3
16-QAM 72 96 3/4 (80,72,4) 5/6
64-QAM 96 144 2/3 (108,96,6) 3/4
64-QAM 108 144 3/4 (120,108,6) 5/6
3.4 Physical Layer Specification for OFDM of 802.16d.
Table 2 shows the physical layer specifications of 802.16d for OFDM module.
TABLE 2
Physical layer Specification [1]
IFFT length Nfft 256
Bandwidth B 10 MHz
No of subcarrier Nc 256
Subcarrier spacing F=B/Nc 39.06KHz
Useful symbol time Tfft/Tb =1/F 25.6usec
Sampling time Ts=Tofdm/Nfft 0.1 usec
Guard interval 64 * Ts 6.4 usec
Signal duration Tsignal= Tb+Tg 32 usec
IV. Transceiver Model Of IEEE STD 802.16d
Fig 3 shows transceiver model of IEEE STD 802.16d simulated using MATLAB and SIMULINK.
Fig 3 Simulink diagram of 802.16d OFDM PHY layer for 4 QAM modulation.
The simulation parameters used are:
Performance Evaluation of IEEE STD 802.16d Transceiver
www.iosrjournals.org 24 | Page
Number of subcarriers: 256 (for FFT)
Modulation Scheme: 4 QAM, 16 QAM and 64 QAM
Channel: AWGN
As shown in Fig. 3 Bernoulli binary this data source acts as information signal is fed to the baseband
transmitter. As specified in the standard, 802.16d OFDM PHY layer baseband transmitter is composed of three
major parts: channel coding, modulation, and OFDM transmitter. For the receiver complementary operations are
applied in the reverse order. The structure of IEEE 802.16d OFDM PHY layer is shown in Fig. 3. The first
block in the transmitter is randomizer. The timing recovery problem at the receiver is minimized by use of
randomizer which prevent a long sequence of 1s and 0s. In 802.16d standard the randomizer is implemented
with a 15 bits shift register and XOR gates. Error detection and correction is carried out by forward error
correction block which is composed of Reed-Solomon encoder, convolutional encoder and puncture (used to
adjust different data rate). These are the mandatory blocks on the standard FEC, consisting of the concatenation
of a Reed-solomon outer code and a rate-compatible convolutional inner code. The modulation used in 802.16d
is integer-mapped 4 QAM, 16 QAM, 64 QAM.
OFDM transmitter is composed of three parts: assemble OFDM frame, create OFDM signal by performing
IFFT/FFT, and cyclic prefix. Data is sent in the form of OFDM symbols. Accurate synchronization is necessary
to ensure correct baseband processing. OFDM systems are very sensitive to frequency offset because there
might be loss of orthogonality between sub symbols. Accurate synchronization is necessary to ensure correct
baseband processing. OFDM systems are very sensitive to frequency offset because there might be loss
orthogonality between sub symbol.
V. Simulation Results
Systematic computer simulations were carried out to evaluate the Bit Error Rate (BER) performance of
IEEE 802.16d.Bit error rate is the rate at which errors occur in a transmission system. In mathematical form it
idefined as:BER = number of errors / total number of bits sent.The calculation gives, how system performs?The
platformemployed for performing the simulations is MATLAB vR2009b.
Fig 4 OFDM with 4-QAM scatter plot for modulator/demodulator SNR=20 dB
Fig. 4 shows the scatter plot of transmitted and received data. Received scatter plot consist of noise in signal
of AWGN at SNR= 20dB. Fig. 5 shows 15 bit transmitted and received data which shows receiver get
transmitted data.
Performance Evaluation of IEEE STD 802.16d Transceiver
www.iosrjournals.org 25 | Page
Fig 5 Transmitted and recovered signal.
Fig. 6 show a comparison of the simulation results for 4-QAM, 16-QAM and 64-QAM for AWGN channel.
Simulation results shows that 4 QAM has good BER vs Eb/No performance than 16 QAM and 64 QAM. 64
QAM is spectrally efficient as it transfer 8 bps/Hz where as 4 QAM 2bps/Hz. This shows there is trade off
between spectral efficiency and BER vs Eb/No.
Fig 6 BER for received signal for AWGN channel
Fig. 7 shows the performance of system for different modulation techniques with Rayleigh fading channel
effect. 4 QAM has less BER rate for higher Eb/No. 4 QAM is better BER rate than 16 QAM and 64 QAM for
higher value of Eb/No.
Fig 7 BER for received signal for Rayleigh channel
Performance Evaluation of IEEE STD 802.16d Transceiver
www.iosrjournals.org 26 | Page
Fig. 8 shows comparison between AWGN and Rayleigh channel. The performance for AWGN channel is
best than Rayleigh channel as it has the lower BER under 4 QAM. It is same for 16-QAM and 64-QAM
modulation techniques.
Fig 8 BER performance of AWGN and Raleigh Channels for 4-QAM and 64-QAM modulation techniques.
VI. Conclusion
The performance of an OFDM based WiMAX communication system with different digital modulation
techniques and channel is studied. Receiver gets same data as transmitted from transmitter. 4 QAM modulation
techniques has good BER vs Eb/No performance for both AWGN and Rayleigh channel.
BER performance for AWGN channel is better than Rayleigh channel. WiMax Transceiver simulated
in MATLAB shows better performance for AWGN channel than fading channel (Rayleigh channel). The next
objective of this work is to design and implement baseband OFDM transceiver on FPGA hardware.
Acknowledgement
I am glad to express my sincere thanks to Prof. S. A. Shirsat who offered me valuable and constructive
tips for my work.
References
[1] Abbas S., Khan W.A., Khan T.A., Ahmed S. “Implementation of OFDM Baseband Transmitter Compliant IEEE Std 802.16d on
FPGA” Publication Year: 2010 , Page(s): 22 - 26 .
[2] M.A. Mohamed, A.S. Samarah, M.I. Fath Allah “Study of performance parameters effects on OFDM systems” IJCSI International
Journal of Computer Science Issues, Vol. 9, Issue 3, No 2, May 2012.
[3] Joaquin Garcia, Rene Cumplido Department of Computer Science , “On the design of an FPGA-Based OFDM modulator for IEEE
802.16-2004” INAOE, Puebla, Mexico 2005 International Conference on Reconfigurable Computing and FPGAs (ReConFig 2005).
[4] K. Harikrishna, T. Rama Rao, and Vladimir A. Labay, “FPGA Implementation of FFT Algorithm for OFDM Based IEEE 802.16d
(Fixed WiMAX) Communications” Journal Of Electronic Science And Technology, Vol. 8, No. 3, September 2010
[5] IEEE computer society and the IEEE microwave theory & techniques society “ IEEE standard for Local and Metropolitan area
network. Part 16: Air interface for fixed broadband wireless access system.” 1 October 2004.
[6] Miljko Bobrek, Kenyon H. Clark, Austin P. Albright “FPGA Implementation of Reed-Solomon Decoder for IEEE 802.16 WiMAX
Systems using Simulink-Sysgen Design Environment” Oak Ridge National Laboratory Cognitive Radio Program 1 Bethel Valley
Rd Oak Ridge ,TN 37831.
[7] M.A. Mohamed, A.S. Samarah, M.I. Fath Allah , “Implementation of the OFDM Physical Layer Using FPGA” IJCSI International
Journal of Computer Science Issues, Vol. 9, Issue 2, No 2, March 2012.
[8] Bernard Sklar , Prabitra Kumar Ray, “Digital Communication (Fundamental and applications)”.
[9] Andreas F. Molisch , “Wireless Communication”

More Related Content

What's hot

An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936Premier Farnell
 
Channel coding a walkthrough
Channel coding a walkthroughChannel coding a walkthrough
Channel coding a walkthroughMapYourTech
 
LTE in a Nutshell: Pysical Layer
LTE in a Nutshell: Pysical LayerLTE in a Nutshell: Pysical Layer
LTE in a Nutshell: Pysical LayerFrank Rayal
 
Simulation of IEEE 802.16e Physical Layer
Simulation of IEEE 802.16e Physical LayerSimulation of IEEE 802.16e Physical Layer
Simulation of IEEE 802.16e Physical LayerIOSR Journals
 
Iaetsd a review on performance analysis of mimo-ofdm system based on dwt and ...
Iaetsd a review on performance analysis of mimo-ofdm system based on dwt and ...Iaetsd a review on performance analysis of mimo-ofdm system based on dwt and ...
Iaetsd a review on performance analysis of mimo-ofdm system based on dwt and ...Iaetsd Iaetsd
 
Packet Guide SONET/SDH
Packet Guide SONET/SDHPacket Guide SONET/SDH
Packet Guide SONET/SDHscribd1
 
A review paper on the papr analysis of orthogonal frequency division multiple...
A review paper on the papr analysis of orthogonal frequency division multiple...A review paper on the papr analysis of orthogonal frequency division multiple...
A review paper on the papr analysis of orthogonal frequency division multiple...ijmnct
 
Error Control and performance Analysis of MIMO-OFDM Over Fading Channels
Error Control and performance Analysis of MIMO-OFDM Over Fading ChannelsError Control and performance Analysis of MIMO-OFDM Over Fading Channels
Error Control and performance Analysis of MIMO-OFDM Over Fading ChannelsIOSR Journals
 

What's hot (17)

An503
An503An503
An503
 
Ew31992997
Ew31992997Ew31992997
Ew31992997
 
Thesis of sdh
Thesis of sdhThesis of sdh
Thesis of sdh
 
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
An Overview Study On 2.4 GHz CyFi® Transceiver CYRF7936
 
Channel coding a walkthrough
Channel coding a walkthroughChannel coding a walkthrough
Channel coding a walkthrough
 
SDH presentation
SDH presentationSDH presentation
SDH presentation
 
DSCmeetsRTS-CTS_v0
DSCmeetsRTS-CTS_v0DSCmeetsRTS-CTS_v0
DSCmeetsRTS-CTS_v0
 
SDH BASICS
SDH BASICSSDH BASICS
SDH BASICS
 
LTE in a Nutshell: Pysical Layer
LTE in a Nutshell: Pysical LayerLTE in a Nutshell: Pysical Layer
LTE in a Nutshell: Pysical Layer
 
Simulation of IEEE 802.16e Physical Layer
Simulation of IEEE 802.16e Physical LayerSimulation of IEEE 802.16e Physical Layer
Simulation of IEEE 802.16e Physical Layer
 
Sdh total final
Sdh total finalSdh total final
Sdh total final
 
Iaetsd a review on performance analysis of mimo-ofdm system based on dwt and ...
Iaetsd a review on performance analysis of mimo-ofdm system based on dwt and ...Iaetsd a review on performance analysis of mimo-ofdm system based on dwt and ...
Iaetsd a review on performance analysis of mimo-ofdm system based on dwt and ...
 
Packet Guide SONET/SDH
Packet Guide SONET/SDHPacket Guide SONET/SDH
Packet Guide SONET/SDH
 
A review paper on the papr analysis of orthogonal frequency division multiple...
A review paper on the papr analysis of orthogonal frequency division multiple...A review paper on the papr analysis of orthogonal frequency division multiple...
A review paper on the papr analysis of orthogonal frequency division multiple...
 
Digital network lecturer2
Digital network  lecturer2Digital network  lecturer2
Digital network lecturer2
 
Error Control and performance Analysis of MIMO-OFDM Over Fading Channels
Error Control and performance Analysis of MIMO-OFDM Over Fading ChannelsError Control and performance Analysis of MIMO-OFDM Over Fading Channels
Error Control and performance Analysis of MIMO-OFDM Over Fading Channels
 
A010240110
A010240110A010240110
A010240110
 

Viewers also liked

Effective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionEffective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionIOSR Journals
 
Automatic DNA Sequence Generation for Secured Effective Multi -Cloud Storage
Automatic DNA Sequence Generation for Secured Effective Multi -Cloud StorageAutomatic DNA Sequence Generation for Secured Effective Multi -Cloud Storage
Automatic DNA Sequence Generation for Secured Effective Multi -Cloud StorageIOSR Journals
 
Computing net radiation from temperature variables: Improvising for under-res...
Computing net radiation from temperature variables: Improvising for under-res...Computing net radiation from temperature variables: Improvising for under-res...
Computing net radiation from temperature variables: Improvising for under-res...IOSR Journals
 
Valeurs de l'éducation
Valeurs de l'éducationValeurs de l'éducation
Valeurs de l'éducationdidando_ballet
 
Reduction of Side Lobes by Using Complementary Codes for Radar Application
Reduction of Side Lobes by Using Complementary Codes for Radar ApplicationReduction of Side Lobes by Using Complementary Codes for Radar Application
Reduction of Side Lobes by Using Complementary Codes for Radar ApplicationIOSR Journals
 
Spectrophotometric determination of a few commercial drugs using NBS and Rhod...
Spectrophotometric determination of a few commercial drugs using NBS and Rhod...Spectrophotometric determination of a few commercial drugs using NBS and Rhod...
Spectrophotometric determination of a few commercial drugs using NBS and Rhod...IOSR Journals
 
Evaluate the Performance and Emission using EGR (Exhaust gas recirculation) i...
Evaluate the Performance and Emission using EGR (Exhaust gas recirculation) i...Evaluate the Performance and Emission using EGR (Exhaust gas recirculation) i...
Evaluate the Performance and Emission using EGR (Exhaust gas recirculation) i...IOSR Journals
 
Five-Dimensional Cosmological Model with Time-Dependent G and Lamda for Const...
Five-Dimensional Cosmological Model with Time-Dependent G and Lamda for Const...Five-Dimensional Cosmological Model with Time-Dependent G and Lamda for Const...
Five-Dimensional Cosmological Model with Time-Dependent G and Lamda for Const...IOSR Journals
 
Synthesis of substituted 1, 2, 4-triazole derivatives by Microwave irradiation
Synthesis of substituted 1, 2, 4-triazole derivatives by Microwave irradiationSynthesis of substituted 1, 2, 4-triazole derivatives by Microwave irradiation
Synthesis of substituted 1, 2, 4-triazole derivatives by Microwave irradiationIOSR Journals
 
Determination of the viability of an agricultural solid waste; corncob as an ...
Determination of the viability of an agricultural solid waste; corncob as an ...Determination of the viability of an agricultural solid waste; corncob as an ...
Determination of the viability of an agricultural solid waste; corncob as an ...IOSR Journals
 
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...IOSR Journals
 
Effects Of Heat Source And Thermal Diffusion On An Unsteady Free Convection F...
Effects Of Heat Source And Thermal Diffusion On An Unsteady Free Convection F...Effects Of Heat Source And Thermal Diffusion On An Unsteady Free Convection F...
Effects Of Heat Source And Thermal Diffusion On An Unsteady Free Convection F...IOSR Journals
 
24 didier-demodelisation-cms-orientee-services
24 didier-demodelisation-cms-orientee-services24 didier-demodelisation-cms-orientee-services
24 didier-demodelisation-cms-orientee-servicesitSMF France
 
Thorny Issues of Stakeholder Identification and Prioritization in Requirement...
Thorny Issues of Stakeholder Identification and Prioritization in Requirement...Thorny Issues of Stakeholder Identification and Prioritization in Requirement...
Thorny Issues of Stakeholder Identification and Prioritization in Requirement...IOSR Journals
 
Best Approximation in Real Linear 2-Normed Spaces
Best Approximation in Real Linear 2-Normed SpacesBest Approximation in Real Linear 2-Normed Spaces
Best Approximation in Real Linear 2-Normed SpacesIOSR Journals
 
Chitosan capped Silver nanoparticles used as Pressure sensors
Chitosan capped Silver nanoparticles used as Pressure sensorsChitosan capped Silver nanoparticles used as Pressure sensors
Chitosan capped Silver nanoparticles used as Pressure sensorsIOSR Journals
 
Invention of the plane geometrical formulae - Part II
Invention of the plane geometrical formulae - Part IIInvention of the plane geometrical formulae - Part II
Invention of the plane geometrical formulae - Part IIIOSR Journals
 

Viewers also liked (20)

I0665256
I0665256I0665256
I0665256
 
Effective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super ResolutionEffective Pixel Interpolation for Image Super Resolution
Effective Pixel Interpolation for Image Super Resolution
 
Automatic DNA Sequence Generation for Secured Effective Multi -Cloud Storage
Automatic DNA Sequence Generation for Secured Effective Multi -Cloud StorageAutomatic DNA Sequence Generation for Secured Effective Multi -Cloud Storage
Automatic DNA Sequence Generation for Secured Effective Multi -Cloud Storage
 
Computing net radiation from temperature variables: Improvising for under-res...
Computing net radiation from temperature variables: Improvising for under-res...Computing net radiation from temperature variables: Improvising for under-res...
Computing net radiation from temperature variables: Improvising for under-res...
 
Valeurs de l'éducation
Valeurs de l'éducationValeurs de l'éducation
Valeurs de l'éducation
 
Reduction of Side Lobes by Using Complementary Codes for Radar Application
Reduction of Side Lobes by Using Complementary Codes for Radar ApplicationReduction of Side Lobes by Using Complementary Codes for Radar Application
Reduction of Side Lobes by Using Complementary Codes for Radar Application
 
Spectrophotometric determination of a few commercial drugs using NBS and Rhod...
Spectrophotometric determination of a few commercial drugs using NBS and Rhod...Spectrophotometric determination of a few commercial drugs using NBS and Rhod...
Spectrophotometric determination of a few commercial drugs using NBS and Rhod...
 
E01053234
E01053234E01053234
E01053234
 
E0731929
E0731929E0731929
E0731929
 
Evaluate the Performance and Emission using EGR (Exhaust gas recirculation) i...
Evaluate the Performance and Emission using EGR (Exhaust gas recirculation) i...Evaluate the Performance and Emission using EGR (Exhaust gas recirculation) i...
Evaluate the Performance and Emission using EGR (Exhaust gas recirculation) i...
 
Five-Dimensional Cosmological Model with Time-Dependent G and Lamda for Const...
Five-Dimensional Cosmological Model with Time-Dependent G and Lamda for Const...Five-Dimensional Cosmological Model with Time-Dependent G and Lamda for Const...
Five-Dimensional Cosmological Model with Time-Dependent G and Lamda for Const...
 
Synthesis of substituted 1, 2, 4-triazole derivatives by Microwave irradiation
Synthesis of substituted 1, 2, 4-triazole derivatives by Microwave irradiationSynthesis of substituted 1, 2, 4-triazole derivatives by Microwave irradiation
Synthesis of substituted 1, 2, 4-triazole derivatives by Microwave irradiation
 
Determination of the viability of an agricultural solid waste; corncob as an ...
Determination of the viability of an agricultural solid waste; corncob as an ...Determination of the viability of an agricultural solid waste; corncob as an ...
Determination of the viability of an agricultural solid waste; corncob as an ...
 
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
Calcium Chloride Applications to Improve Fruit Quality on Bruised and Disease...
 
Effects Of Heat Source And Thermal Diffusion On An Unsteady Free Convection F...
Effects Of Heat Source And Thermal Diffusion On An Unsteady Free Convection F...Effects Of Heat Source And Thermal Diffusion On An Unsteady Free Convection F...
Effects Of Heat Source And Thermal Diffusion On An Unsteady Free Convection F...
 
24 didier-demodelisation-cms-orientee-services
24 didier-demodelisation-cms-orientee-services24 didier-demodelisation-cms-orientee-services
24 didier-demodelisation-cms-orientee-services
 
Thorny Issues of Stakeholder Identification and Prioritization in Requirement...
Thorny Issues of Stakeholder Identification and Prioritization in Requirement...Thorny Issues of Stakeholder Identification and Prioritization in Requirement...
Thorny Issues of Stakeholder Identification and Prioritization in Requirement...
 
Best Approximation in Real Linear 2-Normed Spaces
Best Approximation in Real Linear 2-Normed SpacesBest Approximation in Real Linear 2-Normed Spaces
Best Approximation in Real Linear 2-Normed Spaces
 
Chitosan capped Silver nanoparticles used as Pressure sensors
Chitosan capped Silver nanoparticles used as Pressure sensorsChitosan capped Silver nanoparticles used as Pressure sensors
Chitosan capped Silver nanoparticles used as Pressure sensors
 
Invention of the plane geometrical formulae - Part II
Invention of the plane geometrical formulae - Part IIInvention of the plane geometrical formulae - Part II
Invention of the plane geometrical formulae - Part II
 

Similar to Performance Evaluation of IEEE STD 802.16d Transceiver

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
 
BER Performance of OFDM-QAM over AWGN and RICAIN Channels Using Error Correct...
BER Performance of OFDM-QAM over AWGN and RICAIN Channels Using Error Correct...BER Performance of OFDM-QAM over AWGN and RICAIN Channels Using Error Correct...
BER Performance of OFDM-QAM over AWGN and RICAIN Channels Using Error Correct...IJERA Editor
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemIOSR Journals
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemIOSR Journals
 
Abhinav End Sem Presentation Software Defined Radio
Abhinav End Sem Presentation Software Defined RadioAbhinav End Sem Presentation Software Defined Radio
Abhinav End Sem Presentation Software Defined Radioguestad4734
 
Design and Implementation of OFDM Trans-Receiver for IEEE 802.11(WLAN)
Design and Implementation of OFDM Trans-Receiver for IEEE  802.11(WLAN) Design and Implementation of OFDM Trans-Receiver for IEEE  802.11(WLAN)
Design and Implementation of OFDM Trans-Receiver for IEEE 802.11(WLAN) IJMER
 
Performance Evaluation and Simulation of OFDM in Optical Communication Systems
Performance Evaluation and Simulation of OFDM in Optical Communication SystemsPerformance Evaluation and Simulation of OFDM in Optical Communication Systems
Performance Evaluation and Simulation of OFDM in Optical Communication SystemsIJERA Editor
 
Vlsi implementation ofdm
Vlsi implementation ofdmVlsi implementation ofdm
Vlsi implementation ofdmManas Verma
 
Simulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical LayermodelSimulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical LayermodelIOSR Journals
 
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...VLSICS Design
 
Channel estimation for high data rate communication in mobile wi max system
Channel estimation for high data rate communication in mobile wi max systemChannel estimation for high data rate communication in mobile wi max system
Channel estimation for high data rate communication in mobile wi max systemIAEME Publication
 
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...VLSICS Design
 
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET Journal
 
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
 

Similar to Performance Evaluation of IEEE STD 802.16d Transceiver (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
 
ieeeTemplateWImax1Lab08196366(1)
ieeeTemplateWImax1Lab08196366(1)ieeeTemplateWImax1Lab08196366(1)
ieeeTemplateWImax1Lab08196366(1)
 
BER Performance of OFDM-QAM over AWGN and RICAIN Channels Using Error Correct...
BER Performance of OFDM-QAM over AWGN and RICAIN Channels Using Error Correct...BER Performance of OFDM-QAM over AWGN and RICAIN Channels Using Error Correct...
BER Performance of OFDM-QAM over AWGN and RICAIN Channels Using Error Correct...
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Designing and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM SystemDesigning and Performance Evaluation of 64 QAM OFDM System
Designing and Performance Evaluation of 64 QAM OFDM System
 
Abhinav End Sem Presentation Software Defined Radio
Abhinav End Sem Presentation Software Defined RadioAbhinav End Sem Presentation Software Defined Radio
Abhinav End Sem Presentation Software Defined Radio
 
Design and Implementation of OFDM Trans-Receiver for IEEE 802.11(WLAN)
Design and Implementation of OFDM Trans-Receiver for IEEE  802.11(WLAN) Design and Implementation of OFDM Trans-Receiver for IEEE  802.11(WLAN)
Design and Implementation of OFDM Trans-Receiver for IEEE 802.11(WLAN)
 
Performance Evaluation and Simulation of OFDM in Optical Communication Systems
Performance Evaluation and Simulation of OFDM in Optical Communication SystemsPerformance Evaluation and Simulation of OFDM in Optical Communication Systems
Performance Evaluation and Simulation of OFDM in Optical Communication Systems
 
Vlsi implementation ofdm
Vlsi implementation ofdmVlsi implementation ofdm
Vlsi implementation ofdm
 
Ff34970973
Ff34970973Ff34970973
Ff34970973
 
B0530714
B0530714B0530714
B0530714
 
Simulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical LayermodelSimulation of Wimax 802.16E Physical Layermodel
Simulation of Wimax 802.16E Physical Layermodel
 
Hv3414491454
Hv3414491454Hv3414491454
Hv3414491454
 
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
 
Channel estimation for high data rate communication in mobile wi max system
Channel estimation for high data rate communication in mobile wi max systemChannel estimation for high data rate communication in mobile wi max system
Channel estimation for high data rate communication in mobile wi max system
 
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
Performance analysis of DWT based OFDM over FFT based OFDM and implementing o...
 
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band RadarIRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
IRJET- FPGA based Processor for Feature Detection in Ultra-Wide Band Radar
 
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
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage examplePragyanshuParadkar1
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfROCENODodongVILLACER
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
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
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 

Recently uploaded (20)

young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
DATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage exampleDATA ANALYTICS PPT definition usage example
DATA ANALYTICS PPT definition usage example
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Risk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdfRisk Assessment For Installation of Drainage Pipes.pdf
Risk Assessment For Installation of Drainage Pipes.pdf
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
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
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 

Performance Evaluation of IEEE STD 802.16d Transceiver

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 2 (May. - Jun. 2013), PP 21-26 www.iosrjournals.org www.iosrjournals.org 21 | Page Performance Evaluation of IEEE STD 802.16d Transceiver Mrunal P. Pathak, S. A. Shirsat Electronics and Telecommunication department, Student, ME (VLSI and Embedded System), Sinhgad college of engineering, University Of Pune, Maharashtra, India. Electronics and Telecommunication department, Assistant Professor, Sinhgad college of engineering, University Of Pune, Maharashtra, India Abstract : WiMAX ("Worldwide Interoperability for Microwave Access") technology is developed to meet the growing demand of increased data rate and accessing the internet at high speeds. 802.16 family of standards is officially called Wireless MAN in IEEE. Orthogonal frequency division multiplexing (OFDM) is multicarrier modulation technique used in IEEE 802.16d (fixed WiMAX) communication standard. OFDM is used to increase data rate of wireless medium with higher spectral efficiency. The proposed work is to evaluate performance of IEEE Std 802.16d transceiver in MATLAB R2009b simulink environment. System performance evaluated using BER vs SNR for different modulation technique such as 4 QAM, 16 QAM, 64 QAM under different channel condition. Keywords — 802.16d, MATLAB, OFDM, wimax. I. Introduction Wireless communication provide wireless connection and data transfer to connect with world anywhere and anytime. Most of application demands high data rate with more coverage area. To achieve these requirements IEEE introduced 802.16 standards. 802.16 family of standards is officially called WirelessMAN in IEEE, it has been commercialized under the name “WiMAX”. It is used for wide coverage upto 40 Km with data rates of 100 Mbps [1]. It is used for fixed broadband wireless access. Modulation technique used in IEEE std 802.16d is OFDM (Orthogonal frequency division multiplexing). OFDM is spectrally efficient modulation technique due to orthogonality principle. It is computationally efficient due to the use of IFFT/FFT techniques to implement modulation/ demodulation functions. In an OFDM scheme, a large number of orthogonal, overlapping, narrow band sub-channels or subcarriers are transmitted in parallel. Advantages of OFDM are bandwidth efficiency, less intercarrier interference (ICI) and less intersymbol interference (ISI). Performance parameter of OFDM baseband transceiver IEEE std 802.16d is studied using simulation. For simulation of system MATLAB R2009b is used. This OFDM system is able to support different M-QAM modulation schemes. This paper divides in 6 sections. Section 2 explains OFDM fundamentals. System block diagram is described in section 3. Matlab based experimentation and results are presented in Section 4 and 5. Concluding remarks are given in section 6. Literature Review Author [3] implements OFDM using System generator and Matlab & Simulink. The results presented show that it is possible to implement an OFDM modulator for IEEE Std. 802.16 using Virtex II. These result shows that configurable system can be implemented for different modulation technique. Implementation of the FEC module, demodulator is future work for their project. Author [4] describes a high level implementation of a high performance FFT for OFDM modulator and demodulator of 802.16d. The design has been coded in Verilog and targeted into Xilinx Spartan3 field programmable gate arrays. The design of the FFT is implemented and applied to fixed WiMAX—IEEE 802.16d communication standard. Author [6] presents FPGA implementation of the Reed- Solomon decoder for use in IEEE 802.16 WiMAX systems.The decoder is based on RS(255,239) code, and is additionally shortened and punctured according to the WiMAX specifications. A Simulink model based on the System Generator library of low-level Xilinx blocks was used for simulation and hardware implementation. Author [7] presents the design and implementation of OFDM system. Author has tested system performance by considering various design parameters using MATLAB 2011. All modules are designed using VHDL programming language.
  • 2. Performance Evaluation of IEEE STD 802.16d Transceiver www.iosrjournals.org 22 | Page II. Ofdm System OFDM is a special case of multi-carrier modulation technique, where a single data stream is transmitted over a number of lower rate sub-carriers. On classical frequency division multiplexing the total band is divided into N non-overlapping frequency channels, while on OFDM the band is divided into a number of overlapping frequency channels but with orthogonal frequencies. These orthogonal frequencies are obtained by using the IFFT. An OFDM symbol is formed by the sum of N orthogonal frequency signals, and then to avoid inter-symbol interference, a guard interval greater than the expected delay is added, during that time the signals are replicated on a cyclic prefix to prevent the effect of selective frequency delay. At baseband, an OFDM signal can be represented by a sum of modulated complex exponentials as (1). S (t) = (1) where Xk is a complex number representing a BPSK, QPSK, or 16 QAM baseband symbol modulating the kth subcarrier and Δf is the subcarrier spacing. OFDM system is as shown in Fig 1. Serial to parallel Paralle to Serial (sum) High bit rate R Freq 1 Freq 2 Freq N Low bit rate R/N Fig 1 Multicarrier FDM or OFDM [8] III. System block diagram Physical layer of IEEE 802.16d transmitter and receiver diagram is as shown in Fig. 2. (a) (b) Fig 2 a 802.16d transmitter block diagram for the OFDM PHY [1] b 802.16d receiver block diagram for the OFDM PHY [1] 3.1 Transmitter The main components of OFDM transmitter are shown in Fig. 2a. The scrambler also known as randomizer is used as random bit generator. The first three blocks are used for data coding and interleaving. The coded bits will be mapped by the constellation modulator. The OFDM consist of serial to parallel converter which converts the data bits from the serial form to the parallel form. The Inverse Fast Fourier Transform (IFFT) transforms the signals from the frequency domain to the time domain, an IFFT converts a number of complex data points, of length that is power of 2, into the same number of points but in the time domain. The number of subcarriers determines how many sub-bands the available spectrum is split into. 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 to overcome ISI problem. It is important to choose the minimum necessary CP to maximize the bandwidth efficiency of the system. IFFT Output
  • 3. Performance Evaluation of IEEE STD 802.16d Transceiver www.iosrjournals.org 23 | Page 3.2 Receiver The main blocks of OFDM receiver are as shown in Fig. 2b. The received signal goes through the cyclic prefix removal and a serial-to-parallel converter. After that, the signals are passed through an N-point fast Fourier transform to convert the signal to frequency domain. The output of the FFT is formed from the first M samples of the output. The reverse of forward error correction block obtained by convolutional decoder, RS decoder and de-scrambler. The recovered signal get same as transmitted by transmit signal. 3.3 Modulation OFDM physical layer is adaptive and supports different modulation techniques. Table 1 summarized channel coding parameters for various modulation techniques. TABLE 1 Channel coding per modulation technique for 802.16d [1] Modulation Uncoded block size (bytes) Coded block size (bytes) Overal l rate RS- code CC code Rate BPSK 12 24 1/2 (12,12,0) 1/2 4 QAM 24 48 1/2 (32,24,4) 2/3 4 QAM 36 48 3/4 (40,36,2) 5/6 16-QAM 48 96 1/2 (64,48,8) 2/3 16-QAM 72 96 3/4 (80,72,4) 5/6 64-QAM 96 144 2/3 (108,96,6) 3/4 64-QAM 108 144 3/4 (120,108,6) 5/6 3.4 Physical Layer Specification for OFDM of 802.16d. Table 2 shows the physical layer specifications of 802.16d for OFDM module. TABLE 2 Physical layer Specification [1] IFFT length Nfft 256 Bandwidth B 10 MHz No of subcarrier Nc 256 Subcarrier spacing F=B/Nc 39.06KHz Useful symbol time Tfft/Tb =1/F 25.6usec Sampling time Ts=Tofdm/Nfft 0.1 usec Guard interval 64 * Ts 6.4 usec Signal duration Tsignal= Tb+Tg 32 usec IV. Transceiver Model Of IEEE STD 802.16d Fig 3 shows transceiver model of IEEE STD 802.16d simulated using MATLAB and SIMULINK. Fig 3 Simulink diagram of 802.16d OFDM PHY layer for 4 QAM modulation. The simulation parameters used are:
  • 4. Performance Evaluation of IEEE STD 802.16d Transceiver www.iosrjournals.org 24 | Page Number of subcarriers: 256 (for FFT) Modulation Scheme: 4 QAM, 16 QAM and 64 QAM Channel: AWGN As shown in Fig. 3 Bernoulli binary this data source acts as information signal is fed to the baseband transmitter. As specified in the standard, 802.16d OFDM PHY layer baseband transmitter is composed of three major parts: channel coding, modulation, and OFDM transmitter. For the receiver complementary operations are applied in the reverse order. The structure of IEEE 802.16d OFDM PHY layer is shown in Fig. 3. The first block in the transmitter is randomizer. The timing recovery problem at the receiver is minimized by use of randomizer which prevent a long sequence of 1s and 0s. In 802.16d standard the randomizer is implemented with a 15 bits shift register and XOR gates. Error detection and correction is carried out by forward error correction block which is composed of Reed-Solomon encoder, convolutional encoder and puncture (used to adjust different data rate). These are the mandatory blocks on the standard FEC, consisting of the concatenation of a Reed-solomon outer code and a rate-compatible convolutional inner code. The modulation used in 802.16d is integer-mapped 4 QAM, 16 QAM, 64 QAM. OFDM transmitter is composed of three parts: assemble OFDM frame, create OFDM signal by performing IFFT/FFT, and cyclic prefix. Data is sent in the form of OFDM symbols. Accurate synchronization is necessary to ensure correct baseband processing. OFDM systems are very sensitive to frequency offset because there might be loss of orthogonality between sub symbols. Accurate synchronization is necessary to ensure correct baseband processing. OFDM systems are very sensitive to frequency offset because there might be loss orthogonality between sub symbol. V. Simulation Results Systematic computer simulations were carried out to evaluate the Bit Error Rate (BER) performance of IEEE 802.16d.Bit error rate is the rate at which errors occur in a transmission system. In mathematical form it idefined as:BER = number of errors / total number of bits sent.The calculation gives, how system performs?The platformemployed for performing the simulations is MATLAB vR2009b. Fig 4 OFDM with 4-QAM scatter plot for modulator/demodulator SNR=20 dB Fig. 4 shows the scatter plot of transmitted and received data. Received scatter plot consist of noise in signal of AWGN at SNR= 20dB. Fig. 5 shows 15 bit transmitted and received data which shows receiver get transmitted data.
  • 5. Performance Evaluation of IEEE STD 802.16d Transceiver www.iosrjournals.org 25 | Page Fig 5 Transmitted and recovered signal. Fig. 6 show a comparison of the simulation results for 4-QAM, 16-QAM and 64-QAM for AWGN channel. Simulation results shows that 4 QAM has good BER vs Eb/No performance than 16 QAM and 64 QAM. 64 QAM is spectrally efficient as it transfer 8 bps/Hz where as 4 QAM 2bps/Hz. This shows there is trade off between spectral efficiency and BER vs Eb/No. Fig 6 BER for received signal for AWGN channel Fig. 7 shows the performance of system for different modulation techniques with Rayleigh fading channel effect. 4 QAM has less BER rate for higher Eb/No. 4 QAM is better BER rate than 16 QAM and 64 QAM for higher value of Eb/No. Fig 7 BER for received signal for Rayleigh channel
  • 6. Performance Evaluation of IEEE STD 802.16d Transceiver www.iosrjournals.org 26 | Page Fig. 8 shows comparison between AWGN and Rayleigh channel. The performance for AWGN channel is best than Rayleigh channel as it has the lower BER under 4 QAM. It is same for 16-QAM and 64-QAM modulation techniques. Fig 8 BER performance of AWGN and Raleigh Channels for 4-QAM and 64-QAM modulation techniques. VI. Conclusion The performance of an OFDM based WiMAX communication system with different digital modulation techniques and channel is studied. Receiver gets same data as transmitted from transmitter. 4 QAM modulation techniques has good BER vs Eb/No performance for both AWGN and Rayleigh channel. BER performance for AWGN channel is better than Rayleigh channel. WiMax Transceiver simulated in MATLAB shows better performance for AWGN channel than fading channel (Rayleigh channel). The next objective of this work is to design and implement baseband OFDM transceiver on FPGA hardware. Acknowledgement I am glad to express my sincere thanks to Prof. S. A. Shirsat who offered me valuable and constructive tips for my work. References [1] Abbas S., Khan W.A., Khan T.A., Ahmed S. “Implementation of OFDM Baseband Transmitter Compliant IEEE Std 802.16d on FPGA” Publication Year: 2010 , Page(s): 22 - 26 . [2] M.A. Mohamed, A.S. Samarah, M.I. Fath Allah “Study of performance parameters effects on OFDM systems” IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 3, No 2, May 2012. [3] Joaquin Garcia, Rene Cumplido Department of Computer Science , “On the design of an FPGA-Based OFDM modulator for IEEE 802.16-2004” INAOE, Puebla, Mexico 2005 International Conference on Reconfigurable Computing and FPGAs (ReConFig 2005). [4] K. Harikrishna, T. Rama Rao, and Vladimir A. Labay, “FPGA Implementation of FFT Algorithm for OFDM Based IEEE 802.16d (Fixed WiMAX) Communications” Journal Of Electronic Science And Technology, Vol. 8, No. 3, September 2010 [5] IEEE computer society and the IEEE microwave theory & techniques society “ IEEE standard for Local and Metropolitan area network. Part 16: Air interface for fixed broadband wireless access system.” 1 October 2004. [6] Miljko Bobrek, Kenyon H. Clark, Austin P. Albright “FPGA Implementation of Reed-Solomon Decoder for IEEE 802.16 WiMAX Systems using Simulink-Sysgen Design Environment” Oak Ridge National Laboratory Cognitive Radio Program 1 Bethel Valley Rd Oak Ridge ,TN 37831. [7] M.A. Mohamed, A.S. Samarah, M.I. Fath Allah , “Implementation of the OFDM Physical Layer Using FPGA” IJCSI International Journal of Computer Science Issues, Vol. 9, Issue 2, No 2, March 2012. [8] Bernard Sklar , Prabitra Kumar Ray, “Digital Communication (Fundamental and applications)”. [9] Andreas F. Molisch , “Wireless Communication”