You are on page 1of 4

International Journal of Emerging Technology and Advanced Engineering

Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 3, Issue 9, September 2013)

OFDM Simulator Using MATLAB


Deepak Sharma1, Praveen Srivastava2
1
Research Scholar, 2Assistant Professor, EC Department, KIT Kanpur
Abstract Orthogonal frequency division multiplexing II. DIGITAL MODULATION TECHNIQUES
(OFDM) is a special case of multicarrier transmission and
frequency division multiplexing, where a single data stream is
The move to digital modulation provides more
transmitted over several lower rate subcarriers, placed information capacity, compatibility with digital data
orthogonal to each other. Today it is becoming the chosen services, higher data security, better quality
modulation technique for wireless communications. It can communications, and quicker system availability. Digital
provide large data rates with optimum bit error rate and Modulation Techniques can be classified into following
enough robustness to radio channel impairments. In this categories as [5]
paper, a user interface is designed using GUI tool of MATAB
which facilitates us to analyze the performance of OFDM Binary Amplitude Shift Keying (BASK)
system in terms of SNR vs. BER variation. BPSK, QPSK and Binary Frequency shift Keying (BFSK)[5]
QAM techniques are analyzed in reference to OFDM Binary Phase Shift Keying (BPSK)
processing. Rayleigh Fading channel and Multipath fading Differential Phase Shift Keying (DPSK)
channels are used as a communication channel. Quadrature Phase Shift Keying (QPSK)
Keywords AWGN, Bit Error Rate, GUI, ISI, Multi Path
M- Array Quadrature Amplitude Modulation
fading channel, OFDM, Signal to Noise ratio (QAM) (M=4, 8, 6, 64, 128, 256,etc)
This Simulator is designed only for BPSK. QPSK, 4-
I. INTRODUCTION QAM and 16-QAM Techniques.
Wireless communications is an emerging field, which
has seen enormous growth in the last several years. The III. ORTHOGONAL FREQUENCY DIVISION MULTIPLE
huge uptake rate of mobile phone technology, Wireless ACCESS
Local Area Networks (WLAN) and the exponential growth OFDM is referred as Multi-Carrier, Multi-Tone and
of the Internet have resulted in an increased demand for Fourier Transform. The OFDM concept is based on
new methods of obtaining high capacity wireless networks. spreading the data to be transmitted over a large number of
Most WLAN systems currently use the IEEE802.11b carriers, each being modulated at a low rate the carriers are
standard, which provides a maximum data rate of 11 Mbps. made orthogonal to each other by appropriately choosing
Newer WLAN standards such as IEEE802.11a and the frequency spacing between them. A multicarrier
HiperLAN2, are based on OFDM technology and provide a system, such as FDM divides the total available bandwidth
much higher data rate of 54 Mbps. [1] However systems of in the spectrum into sub-bands for multiple carriers to
the near future will require WLANs with data rates of transmit in parallel. It combines a large number of low data
greater than 100 Mbps, and so there is a need of technology rate carriers to construct a composite high data rate
which supports these higher data rates and maximum communication system. [5]Orthogonality gives the carriers a
spectral efficiency. OFDM is most suitable techniques for valid reason to be closely spaced with overlapping without
these high data rate applications. OFDM is presently used ICI. Let ( ) is a function and its orthogonal function will
in a number of wired and wireless communication systems. be ( ) so the condition of Orthogonality is given by (1)
It is a special case of data transmission, where a single data and represented in Fig 1. Here different colors are for sine
stream is transmitted over a number of sub carriers (SCs) to and cosine component. [3]
increase robustness against frequency-selective fading or
xt x t dt 0 (1)
*
narrowband interference. OFDM is leading the engineers
into a new era of digital transmission and is becoming the
chosen modulation technique worldwide. This thesis Here all the subcarriers are sine waves. The area under
investigates the performance of various modulation one period of a sine or cosine wave, or any other sinusoidal
schemes by analyzing the transmitted and received OFDM with some phase angle, is zero. This can be shown
frame, frequency spectrum and their constellation diagram diagrammatically by Fig 1.
for the removal of noise and inters signal interference.

493
International Journal of Emerging Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 3, Issue 9, September 2013)

Figure 1 Orthogonality of two subcarriers

IV. PERFORMANCE MEASUREMENT IN O.F.D.M.


A. Bit Error Rate
Mathematically BER can be defined by (2)s. Figure 2 OFDM System in Simulink

(2) [1] VI. SIMULATION RESULTS


The main objective of this paper is to implement a user
( ) ( ) (3)
interface for the study of OFDM processing which is
There are some more factors that affect on BER. If the shown in fig. 3. A Simulink model for BPSK technique is
transmission speed and transmission medium are good in a shown in fig. 4. [7] On the basis of model of BPSK
particular time but Signal-to-Noise (SNR) is high then BER techniques, Simulink models can be designed for other
will be very low. [6] techniques also. This GUI enables us to examine the
variation of Bit error rate against the different values of
B. Signal to Noise Ratio(SNR)
Signal to Noise ratio. Table 1 shows the simulation
The SNR mathematically can be defined by (4) parameter for proposed simulator. [8]
TABLE I
(4) SIMULATION PARAMETER
SNR is an indicator commonly used to evaluate the Parameter Values
quality of a communication link. Higher value of SNR
means better quality of the communication link. [7] Simulation Time 0.10 ms

V. OFDM MODELLING IN MATLAB Cyclic Prefix Length 26


The basic concept behind multi-tone modulation is to FFT Points 1024
replace one wideband signal with many simultaneously
transmitted narrowband signals with the same overall Total Bits 7.5e+004
bandwidth as the original signal. [1] To implement OFDM
in Simulink, transmitters and receivers in discrete time, Doppler Spread 20 Hz
Inverse fast Fourier transform (IFFT) and Fast Fourier
transform (FFT) methods are used respectively. OFDM Gain -8dB
transmit symbols that have a longer time duration, which is 3e-6s
Excess delay vector:
less or equal to the maximum delay spread. To combat ISI,
guard intervals are used between OFDM symbols. Fig. 2
which is showing the basic processing involved in OFDM
system OFDM processing can be implemented through the
communication block-set of Simulink. [6]

494
International Journal of Emerging Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 3, Issue 9, September 2013)
The transmitted and received Magnitude spectrum,
OFDM frame and constellation diagram are represented
through fig 5, fig 6, Fig 8 etc under different channel
conditions. BER variation is represented by fig 9.

Figure 3 Transmitted and Received Signal Pattern for BPSK


Technique

Figure 3 GUI interface for parameter variation

Figure 4 Transmitted and Received Signal spectrum for QPSK


Technique

Figure 4 Simulink Model of BPSK Scheme

495
International Journal of Emerging Technology and Advanced Engineering
Website: www.ijetae.com (ISSN 2250-2459, ISO 9001:2008 Certified Journal, Volume 3, Issue 9, September 2013)
VII. CONCLUSION
Thus the purpose of this simulator has achieved. It
makes the study of OFDM processing very easy. By simply
taking the values of SNR, we can easily observe the BER
variation on a graph. If we can move in details of Simulink
models, then just by changing the values of FFT points, we
can easily observe the effect on OFDM received frame.
This simulator also enables us to monitor the change in
OFDM processing by radio button with OFDM and no
OFDM. This simulator has been tested and verified for
standard results as discussed in previous articles.
REFERENCES
[1] Jigisha N. Patel & Prof.(Mrs.) Upena D Dalal, A Comparative
Performance Analysis of OFDM using MATLAB Simulation with
M-PSK and M-QAM Mapping, International Conference on
Computational Intelligence and Multimedia Applications 2007Ding,
W. and Marchionini, G. 1997 A Study on Video Browsing
Figure 5 Transmitted and Received Signal spectrum for 4 QAM Strategies. Technical Report. University of Maryland at College
Technique Park.
[2] D.K Sharma., A. Mishra & Rajiv Saxena, Analog & Digital
Modulation, Techniques: An Overview, International Journal of
Computing Science and Communication Technologies, Vol.3, No.1,
July 2010Tavel, P. 2007 Modeling and Simulation Design. AK
Peters Ltd.
[3] An initiative Guide of OFDM, 2004.
[4] Vandana B Malode & Bhagwat P Patil, BER Performance of LBC
Coded OFDM in different channels, IEEE Control and System
Graduate Research Colloquium 2012.
[5] R Bhagya, Dr. A G Ananth, Performance of OFDM Multiplexing
Transmission using different Digital Modulation Schemes,
IJAET/Vol .II/ Issue I/January-March 2011.Brown, L. D., Hua, H.,
and Gao, C. 2003. A widget framework for augmented interaction in
SCAPE.
[6] Ashok Kamboj Geeta Kaushik, Study & Simulation of O.F.D.M
System, IJMER, Vol.2, Issue.1, Jan-Feb 2012.
Figure 6 Transmitted and Received Signal spectrum for 16 QAM [7] Jun Zhang, Zhongpei Zhang, Simulation and Analysis of OFDM
Technique System based on Simulink, IEEE, 2010.
[8] Mohammed Safiqul Islam, Gouri Rani Barai , Atiq Mahmood,
Performance Analysis of different modulation schemes using OFDM
Techniques in Rayleigh Fading Channel, IJFPS, Vol.1, No.1, pp.
22-27, March, 2011

Figure 7 BER vs. SNR variation

496

You might also like