SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
___________________________________________________________________________________________________
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE - All Rights Reserved Page - 1
OFDM: Modulation Technique for Wireless
Communication
Rashmi.R Sarala.S.M
Department of Electronics and Communication Department of Electronics and Communication
M.S.Ramaiah Institute of Technology, Bangalore, India M.S.Ramaiah Institute of Technology, Bangalore, India
rashmirmohan@gmail.com saralasm@msrit.edu
Abstract— Orthogonal Frequency Division Multiplexing (OFDM) has become the modulation technique for many wireless
communication standards. In a wireless system, a signal transmitted into channel bounces off from various surfaces resulting
in multiple delayed versions of the transmitted signal arriving at the receiver. The multiple signals are received due to the
reflections from large objects, diffraction of electromagnetic waves around objects .This causes the received signal to be
distorted. OFDM provides tolerance to such frequency selective channels and provides high data rates. In this paper we
propose to analyze the theory of OFDM, simulate the OFDM transceiver using MATLAB and perform BER analysis.
Keywords— OFDM, FFT, IFFT, ISI, BPSK, QPSK, AWGN, RAYLEIGH CHANNEL
I. INTRODUCTION
The progress in the semiconductor technology has made radio transmission without any physical connection possible
throughout the world. The goal of future wireless communication is to provide communication with high data rates. The
most popular technique in wireless communication is Orthogonal Frequency Division Multiplexing (OFDM). When the
data is transmitted at high data rates over wireless radio channels, the symbols may overlap over each other which can
lead to inter symbol interference (ISI). OFDM can combat the effect the ISI.OFDM is increasingly used in high mobility
wireless communication systems, e.g. mobile WiMAX (IEEE 802.16e) and 3GPP’s UMTS Long-Term Evolution (LTE).
The developments of OFDM systems can be divided into three parts .They are Frequency Division Multiple Access
(FDMA), Multicarrier Communication and Orthogonal Frequency Division Multiplexing.
In FDMA, the available bandwidth is divided into multiple channels and then allocated to the users.
In Multicarrier Communication the signal is divided into a number of signals over a frequency range, whereas OFDM
spaces the channels much closer by placing the carriers orthogonal to each other, thus using the spectrum efficiently as
shown in Fig.1.
Fig.1 a.)Multicarrier Technique (FDM) b.)Orthogonal Frequency Division Multiplexing.
In 1960’s, the concept of using parallel data transmission by multicarrier modulation was published. However it was not
practical to implement until the discovery of using the Discrete Fourier Transform (DFT).DFT is implemented using the
computationally efficient Fast Fourier Transform (FFT).
II. ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING
A. Theory of OFDM
OFDM is a multicarrier transmission technique in which the high rate single data stream is transmitted over a number of
low rate parallel subcarriers. Because of the low rate parallel subcarriers, the symbol duration increases which will
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
___________________________________________________________________________________________________
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE - All Rights Reserved Page - 2
reduce the effect of multipath delay spread on the signal. Fig.2 shows the orthogonal subcarriers in frequency and time
domain.
In a single carrier system, a single fade or interference can cause the entire link to fail, but in a multicarrier system, only a
small percentage of the subcarriers will be affected.
The term orthogonal in OFDM refers to the fact that the center frequencies of the sub channel are separated by the
reciprocal of the OFDM block time T. Suppose the symbol length is T, sinusoidal signals differing in frequency by
1/T,will be orthogonal over the period T.
The bandwidth upon which the channel response can be assumed to be flat is known as coherence bandwidth of the
channel.
Fig.2: a) Spectrum of Orthogonal subcarriers b.)Time domain representation of orthogonal subcarriers.
If the data is transmitted at high rate, the bandwidth of the channel becomes wide and may exceed the coherence
bandwidth of the channel. This distorts the signal and causes Inter Symbol Interference (ISI).
A guard interval is introduced in every OFDM symbol to eliminate ISI. Two approaches are followed in OFDM to insert
guard interval. The first one is known as zero padding, where zeros are inserted between OFDM symbols .The second
one is known as cyclic prefix, where a part of the end of the OFDM symbol is copied and inserted in the beginning of the
next OFDM symbol in time domain.
The length of the guard interval must be at least equal to the length of the channel response to avoid the ISI.
Usage of cyclic prefix is preferred than zero padding when FFT is used. Because FFT algorithms require the signal to be
periodic to produce accurate results and cyclic prefix makes the signal periodic. Fig. 3 shows the OFDM symbol with
cyclic prefix.
Fig. 3: OFDM symbol with cyclic prefix in time domain.
Fig. 4: Block diagram of the OFDM system
B. System Description
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
___________________________________________________________________________________________________
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE - All Rights Reserved Page - 3
The block diagram of an OFDM system is represented in Fig.4.
OFDM symbols are generated as follows .The transmitter section converts the digital data to be transmitted into a
mapping of the sub carrier’s amplitude and phase using modulation techniques.
The modulation technique such as the BPSK, QPSK or QAM can be used. The modulated data is converted into parallel
stream for faster and optimum utilization of the bandwidth.
Time domain representation of the data is created by using an Inverse Fast Fourier Transform (IFFT) which is an
efficient method to implement DFT.
OFDM symbol time domain representation is extended by addition of cyclic prefix to each symbol that solves both ISI
and inter carrier interference (ICI).
The time domain signal is passed through the channel.
At the receiver side, the cyclic prefix is removed and converted to frequency domain by using FFT. Finally the parallel
data is converted back to serial data.
Mathematically, each subcarrier can be formulated as follows:
(1)
where Ac (t) is amplitude and
 c (t) is phase.
An OFDM symbol consists of many subcarriers. It is represented by:
)(
1
)(
1
0
tA
N
tS
N
n
ns 



)]([ ttj nne  
(2)
where   nn 0
Ac (t) and  c (t) get different values in different symbols, but they are constant in every symbol and only depend on
frequency of carriers.
In every symbol, we have,
nn t  )( , nn AtA )( (3)
If the signal is sampled with 1/T where T is the duration of a symbol and substituting (3) in (2) we get,




1
0
1
)(
N
n
ns A
N
kTS
])
0
[( nkTnj
e
 
(4)
When 0 =0, (3) is converted to an IDFT transform.
By adding cyclic prefix in time domain, ISI can be prevented.
)(nsT (5)
where Ncp is the length of the cyclic prefix.
III. SIMULATION
In this paper, we have simulated the OFDM transceiver using the model shown in Fig.4.We have used two modulation
schemes, namely BPSK (Binary Phase Shift Keying), QPSK (Quadrature Phase Shift Keying).The ofdm symbols created
after taking ifft is passed through the Gaussian channel which adds additive white Gaussian noise (AWGN).Cyclic prefix
does not hold any significance in AWGN channel. The demodulation is performed at the receiver.
Multipath Rayleigh fading channel is also considered for simulation. It is generated by considering sum of two random
variables .Each path in the multipath scenario can be modelled as circularly symmetric Gaussian random variables with
respect to time when central limit theorem is applied ,the envelope of the random variables will follow Rayleigh
distribution .Hence it is known as Rayleigh fading channel.
|)(|)()( tctcjetcAtcS  
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
___________________________________________________________________________________________________
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE - All Rights Reserved Page - 4
We have plotted the Bit error rate (BER) by considering the signal-to-noise ratio for the modulation techniques specified.
An OFDM symbol is created after taking the 64 point ifft of the modulated data .An OFDM containing 64 subcarriers
generated using BPSK modulation is as shown in Fig .5.
Fig. 5: An OFDM symbol of containing 64 subcarriers using BPSK modulation.
Simulated BER curves for BPSK, and QPSK in AWGN channel is as shown in Fig. 6.
Fig. 6: BER vs. SNR plot for OFDM using BPSK, QPSK modulation techniques in AWGN channel.
Simulated BER curves for BPSK, and QPSK in Rayleigh channel is as shown in Fig. 7. A 10 tap Rayleigh channel has
been considered with a cyclic prefix of length 16.Cyclic prefix is used to minimize the effect of ISI. AWGN will also
have an influence in the BER value in the Rayleigh fading channel.
International Journal of Innovative Research in Advanced Engineering (IJIRAE)
Volume 1 Issue 1 (March 2014)
___________________________________________________________________________________________________
ISSN: 2278-2311 IJIRAE | http://ijirae.com
© 2014, IJIRAE - All Rights Reserved Page - 5
Fig.7: BER vs. SNR plot for OFDM using BPSK, QPSK modulation techniques in Rayleigh channel.
TABLE I
SIMULATION PARAMETERS
Parameters Specification
FFT size 64
No of subcarriers 64
Channel Model AWGN& Rayleigh
Signal constellation BPSK&QPSK
No of symbols 10000
Cyclic Prefix length 16
It is observed that for a particular value of SNR, the BER for BPSK and QPSK is almost equal in AWGN channel and in
Rayleigh channel. The advantage of using QPSK modulated data is that it can be transmitted as twice the data rate when
compared to BPSK modulated data. However, QPSK transmitters and receivers are complicated and expensive when
compared to BPSK.
IV.CONCLUSIONS
OFDM provides high data rates and is robust in frequency selective channels .It minimizes the effect of ISI. Hence it is
suitable for wireless communication .Simulation was performed for OFDM using BPSK and QPSK modulation in
AWGN and in Rayleigh channels. The BER performance is similar for both, but QPSK is expensive in terms of
bandwidth when compared to BPSK.
REFERENCES
[1] Ramjee Prasad,” Basics of OFDM and Synchronization “in OFDM for Wireless Communications systems, Artech, House, Inc, 2004, pp.117-122.
[2] J.J.van de Beek, P.Odling, S.K.Wilson and P.O.Borjesson,”Orthogonal Frequency-Division Multiplexing (OFDM)”, International Union of Radio
Science (URSI), Oxford University Press, 1999.
[3] Bernard Sklar,”Rayleigh Fading Channels in Mobile Digital Communication Systems Part II: Mitigation, IEEE Communications Magazine, July
1997.
[4] Ghassan M.T.Abdalla,”Orthogonal Frequency Division Multiplexing Theory and Challenges “, University of Khartoum Engineering Journal, Vol.1
Issue 2pp.1-8, October 2011.
[5] Dusan Matic,”Mathematical description of OFDM”, JPL’s Wireless Communication Reference Website, Analog and Digital Transmission Chapter.

Contenu connexe

Tendances

Orthogonal frequency division multiplexing
Orthogonal frequency division multiplexing Orthogonal frequency division multiplexing
Orthogonal frequency division multiplexing
raj4619
 
Ofdm tutorial fuyun_ling_rev1
Ofdm tutorial fuyun_ling_rev1Ofdm tutorial fuyun_ling_rev1
Ofdm tutorial fuyun_ling_rev1
Fuyun Ling
 

Tendances (20)

OFDM based baseband Receiver
OFDM based baseband ReceiverOFDM based baseband Receiver
OFDM based baseband Receiver
 
Introduction to ofdm
Introduction to ofdmIntroduction to ofdm
Introduction to ofdm
 
OFDM Final
OFDM FinalOFDM Final
OFDM Final
 
Orthogonal frequency division multiplexing
Orthogonal frequency division multiplexing Orthogonal frequency division multiplexing
Orthogonal frequency division multiplexing
 
Concept of Flip OFDM and its applications
Concept of Flip OFDM and its applicationsConcept of Flip OFDM and its applications
Concept of Flip OFDM and its applications
 
Ofdma Basics
Ofdma BasicsOfdma Basics
Ofdma Basics
 
Ofdm(tutorial)
Ofdm(tutorial)Ofdm(tutorial)
Ofdm(tutorial)
 
OFDM (Orthogonal Frequency Division Multiplexing )
OFDM (Orthogonal Frequency Division Multiplexing �)OFDM (Orthogonal Frequency Division Multiplexing �)
OFDM (Orthogonal Frequency Division Multiplexing )
 
OFDM Orthogonal Frequency Division Multiplexing
OFDM Orthogonal Frequency Division MultiplexingOFDM Orthogonal Frequency Division Multiplexing
OFDM Orthogonal Frequency Division Multiplexing
 
OFDM_Behind 4G technology
 OFDM_Behind 4G technology OFDM_Behind 4G technology
OFDM_Behind 4G technology
 
Ofdm
OfdmOfdm
Ofdm
 
Ofdm for wireless
Ofdm for wirelessOfdm for wireless
Ofdm for wireless
 
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 and Analysis of OFDM Signal Using Matlab Simulink
Performance and Analysis of OFDM Signal Using Matlab  SimulinkPerformance and Analysis of OFDM Signal Using Matlab  Simulink
Performance and Analysis of OFDM Signal Using Matlab Simulink
 
Ofdm communication system
Ofdm communication systemOfdm communication system
Ofdm communication system
 
01 ofdm intro
01 ofdm intro01 ofdm intro
01 ofdm intro
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMC
 
ofdm
ofdmofdm
ofdm
 
Introduction to OFDM
Introduction to OFDMIntroduction to OFDM
Introduction to OFDM
 
Ofdm tutorial fuyun_ling_rev1
Ofdm tutorial fuyun_ling_rev1Ofdm tutorial fuyun_ling_rev1
Ofdm tutorial fuyun_ling_rev1
 

En vedette

Collage_Multiple Pages_Campbell
Collage_Multiple Pages_CampbellCollage_Multiple Pages_Campbell
Collage_Multiple Pages_Campbell
Janet Campbell
 
Simulation of Suction & Compression Process with Delayed Entry Technique Usin...
Simulation of Suction & Compression Process with Delayed Entry Technique Usin...Simulation of Suction & Compression Process with Delayed Entry Technique Usin...
Simulation of Suction & Compression Process with Delayed Entry Technique Usin...
AM Publications
 
Performance Analysis of OFDM system using LS, MMSE and Less Complex MMSE in t...
Performance Analysis of OFDM system using LS, MMSE and Less Complex MMSE in t...Performance Analysis of OFDM system using LS, MMSE and Less Complex MMSE in t...
Performance Analysis of OFDM system using LS, MMSE and Less Complex MMSE in t...
AM Publications
 
IP-телефония: варианты организации связи внутри компании
IP-телефония: варианты организации связи внутри компанииIP-телефония: варианты организации связи внутри компании
IP-телефония: варианты организации связи внутри компании
Облачные сервисы. Бизнес-лайфхак.
 
Final presentation
Final presentationFinal presentation
Final presentation
Rohan Lad
 
Senjor project
Senjor projectSenjor project
Senjor project
Usman Ali
 
Projects list for ece & eee
Projects list for ece & eeeProjects list for ece & eee
Projects list for ece & eee
varun29071
 
Ofdm performance analysis
Ofdm performance analysisOfdm performance analysis
Ofdm performance analysis
Saroj Dhakal
 

En vedette (18)

Голосовое меню (IVR)
Голосовое меню (IVR) Голосовое меню (IVR)
Голосовое меню (IVR)
 
Primum project presentation
Primum project presentationPrimum project presentation
Primum project presentation
 
Collage_Multiple Pages_Campbell
Collage_Multiple Pages_CampbellCollage_Multiple Pages_Campbell
Collage_Multiple Pages_Campbell
 
Simulation of Suction & Compression Process with Delayed Entry Technique Usin...
Simulation of Suction & Compression Process with Delayed Entry Technique Usin...Simulation of Suction & Compression Process with Delayed Entry Technique Usin...
Simulation of Suction & Compression Process with Delayed Entry Technique Usin...
 
Dynamically Partitioning Big Data Using Virtual Machine Mapping
Dynamically Partitioning Big Data Using Virtual Machine MappingDynamically Partitioning Big Data Using Virtual Machine Mapping
Dynamically Partitioning Big Data Using Virtual Machine Mapping
 
Big data Paper
Big data PaperBig data Paper
Big data Paper
 
Verification of Computer Aided Engineering (CAE) in Optimization of Chassis f...
Verification of Computer Aided Engineering (CAE) in Optimization of Chassis f...Verification of Computer Aided Engineering (CAE) in Optimization of Chassis f...
Verification of Computer Aided Engineering (CAE) in Optimization of Chassis f...
 
Performance Analysis of OFDM system using LS, MMSE and Less Complex MMSE in t...
Performance Analysis of OFDM system using LS, MMSE and Less Complex MMSE in t...Performance Analysis of OFDM system using LS, MMSE and Less Complex MMSE in t...
Performance Analysis of OFDM system using LS, MMSE and Less Complex MMSE in t...
 
Survey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM ReceiversSurvey of Optimization of FFT processor for OFDM Receivers
Survey of Optimization of FFT processor for OFDM Receivers
 
Pantech communication projects 2016-17
Pantech   communication projects 2016-17Pantech   communication projects 2016-17
Pantech communication projects 2016-17
 
IP-телефония: варианты организации связи внутри компании
IP-телефония: варианты организации связи внутри компанииIP-телефония: варианты организации связи внутри компании
IP-телефония: варианты организации связи внутри компании
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Senjor project
Senjor projectSenjor project
Senjor project
 
DIY OFDM Session
DIY OFDM SessionDIY OFDM Session
DIY OFDM Session
 
Image transmission in ofdm using m ary psk modulation schemes –a comparitive ...
Image transmission in ofdm using m ary psk modulation schemes –a comparitive ...Image transmission in ofdm using m ary psk modulation schemes –a comparitive ...
Image transmission in ofdm using m ary psk modulation schemes –a comparitive ...
 
Projects list for ece & eee
Projects list for ece & eeeProjects list for ece & eee
Projects list for ece & eee
 
Ofdm performance analysis
Ofdm performance analysisOfdm performance analysis
Ofdm performance analysis
 
OFDM transmission step-by-step
OFDM transmission step-by-stepOFDM transmission step-by-step
OFDM transmission step-by-step
 

Similaire à OFDM: Modulation Technique for Wireless Communication

Simulation of OFDM modulation
Simulation of OFDM modulationSimulation of OFDM modulation
Simulation of OFDM modulation
Dawood Aqlan
 
Simulation of ofdm modulation adapted to the transmission of a fixed image
Simulation of ofdm modulation adapted to the transmission of a fixed imageSimulation of ofdm modulation adapted to the transmission of a fixed image
Simulation of ofdm modulation adapted to the transmission of a fixed image
IAEME Publication
 
Bb2419581967
Bb2419581967Bb2419581967
Bb2419581967
IJMER
 
Comparative ber analysis of mitigation of ici through sc,ml and ekf methods i...
Comparative ber analysis of mitigation of ici through sc,ml and ekf methods i...Comparative ber analysis of mitigation of ici through sc,ml and ekf methods i...
Comparative ber analysis of mitigation of ici through sc,ml and ekf methods i...
IAEME Publication
 
DESIGN AND IMPLEMENTATION OF OFDM SYSTEM AND REDUCTION OF INTER-CARRIER INTER...
DESIGN AND IMPLEMENTATION OF OFDM SYSTEM AND REDUCTION OF INTER-CARRIER INTER...DESIGN AND IMPLEMENTATION OF OFDM SYSTEM AND REDUCTION OF INTER-CARRIER INTER...
DESIGN AND IMPLEMENTATION OF OFDM SYSTEM AND REDUCTION OF INTER-CARRIER INTER...
International Journal of Technical Research & Application
 

Similaire à OFDM: Modulation Technique for Wireless Communication (20)

Performance evaluation on the basis of bit error rate for different order of ...
Performance evaluation on the basis of bit error rate for different order of ...Performance evaluation on the basis of bit error rate for different order of ...
Performance evaluation on the basis of bit error rate for different order of ...
 
Simulation of OFDM modulation
Simulation of OFDM modulationSimulation of OFDM modulation
Simulation of OFDM modulation
 
Simulation of ofdm modulation adapted to the transmission of a fixed image
Simulation of ofdm modulation adapted to the transmission of a fixed imageSimulation of ofdm modulation adapted to the transmission of a fixed image
Simulation of ofdm modulation adapted to the transmission of a fixed image
 
Ber performance of ofdm with discrete wavelet transform for time dispersive c...
Ber performance of ofdm with discrete wavelet transform for time dispersive c...Ber performance of ofdm with discrete wavelet transform for time dispersive c...
Ber performance of ofdm with discrete wavelet transform for time dispersive c...
 
BER Analysis of OFDM Systems with Varying Frequency Offset Factor over AWGN a...
BER Analysis of OFDM Systems with Varying Frequency Offset Factor over AWGN a...BER Analysis of OFDM Systems with Varying Frequency Offset Factor over AWGN a...
BER Analysis of OFDM Systems with Varying Frequency Offset Factor over AWGN a...
 
Reduction of Frequency offset Using Joint Clock for OFDM Based Cellular Syste...
Reduction of Frequency offset Using Joint Clock for OFDM Based Cellular Syste...Reduction of Frequency offset Using Joint Clock for OFDM Based Cellular Syste...
Reduction of Frequency offset Using Joint Clock for OFDM Based Cellular Syste...
 
Effects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm systemEffects of filtering on ber performance of an ofdm system
Effects of filtering on ber performance of an ofdm system
 
Performance Analysis of 802.lln MIMO OFDM Transceiver
Performance Analysis of 802.lln MIMO OFDM TransceiverPerformance Analysis of 802.lln MIMO OFDM Transceiver
Performance Analysis of 802.lln MIMO OFDM Transceiver
 
Bb2419581967
Bb2419581967Bb2419581967
Bb2419581967
 
Aa04606162167
Aa04606162167Aa04606162167
Aa04606162167
 
Performance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSK
Performance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSKPerformance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSK
Performance Analysis of MIMO-OFDM System Using QOSTBC Code Structure for M-PSK
 
Energy Efficiency of MIMO-OFDM Communication System
Energy Efficiency of MIMO-OFDM Communication SystemEnergy Efficiency of MIMO-OFDM Communication System
Energy Efficiency of MIMO-OFDM Communication System
 
40120140503001 2-3
40120140503001 2-340120140503001 2-3
40120140503001 2-3
 
Hybrid approach to solve the problem of papr in ofdm signal a survey
Hybrid approach to solve the problem of papr in ofdm signal a surveyHybrid approach to solve the problem of papr in ofdm signal a survey
Hybrid approach to solve the problem of papr in ofdm signal a survey
 
ofdm
ofdmofdm
ofdm
 
Ijetcas14 344
Ijetcas14 344Ijetcas14 344
Ijetcas14 344
 
H04654853
H04654853H04654853
H04654853
 
Comparative ber analysis of mitigation of ici through sc,ml and ekf methods i...
Comparative ber analysis of mitigation of ici through sc,ml and ekf methods i...Comparative ber analysis of mitigation of ici through sc,ml and ekf methods i...
Comparative ber analysis of mitigation of ici through sc,ml and ekf methods i...
 
DESIGN AND IMPLEMENTATION OF OFDM SYSTEM AND REDUCTION OF INTER-CARRIER INTER...
DESIGN AND IMPLEMENTATION OF OFDM SYSTEM AND REDUCTION OF INTER-CARRIER INTER...DESIGN AND IMPLEMENTATION OF OFDM SYSTEM AND REDUCTION OF INTER-CARRIER INTER...
DESIGN AND IMPLEMENTATION OF OFDM SYSTEM AND REDUCTION OF INTER-CARRIER INTER...
 
D010231821
D010231821D010231821
D010231821
 

Plus de AM Publications

ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
AM Publications
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
AM Publications
 

Plus de AM Publications (20)

DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
DEVELOPMENT OF TODDLER FAMILY CADRE TRAINING BASED ON ANDROID APPLICATIONS IN...
 
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
TESTING OF COMPOSITE ON DROP-WEIGHT IMPACT TESTING AND DAMAGE IDENTIFICATION ...
 
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGNTHE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
THE USE OF FRACTAL GEOMETRY IN TILING MOTIF DESIGN
 
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
TWO-DIMENSIONAL INVERSION FINITE ELEMENT MODELING OF MAGNETOTELLURIC DATA: CA...
 
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
USING THE GENETIC ALGORITHM TO OPTIMIZE LASER WELDING PARAMETERS FOR MARTENSI...
 
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISESANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
ANALYSIS AND DESIGN E-MARKETPLACE FOR MICRO, SMALL AND MEDIUM ENTERPRISES
 
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
REMOTE SENSING AND GEOGRAPHIC INFORMATION SYSTEMS
 
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
EVALUATE THE STRAIN ENERGY ERROR FOR THE LASER WELD BY THE H-REFINEMENT OF TH...
 
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITIONHMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
HMM APPLICATION IN ISOLATED WORD SPEECH RECOGNITION
 
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
PEDESTRIAN DETECTION IN LOW RESOLUTION VIDEOS USING A MULTI-FRAME HOG-BASED D...
 
INTELLIGENT BLIND STICK
INTELLIGENT BLIND STICKINTELLIGENT BLIND STICK
INTELLIGENT BLIND STICK
 
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
EFFECT OF SILICON - RUBBER (SR) SHEETS AS AN ALTERNATIVE FILTER ON HIGH AND L...
 
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
UTILIZATION OF IMMUNIZATION SERVICES AMONG CHILDREN UNDER FIVE YEARS OF AGE I...
 
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
REPRESENTATION OF THE BLOCK DATA ENCRYPTION ALGORITHM IN AN ANALYTICAL FORM F...
 
OPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNNOPTICAL CHARACTER RECOGNITION USING RBFNN
OPTICAL CHARACTER RECOGNITION USING RBFNN
 
DETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECTDETECTION OF MOVING OBJECT
DETECTION OF MOVING OBJECT
 
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENTSIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
SIMULATION OF ATMOSPHERIC POLLUTANTS DISPERSION IN AN URBAN ENVIRONMENT
 
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
PREPARATION AND EVALUATION OF WOOL KERATIN BASED CHITOSAN NANOFIBERS FOR AIR ...
 
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
ANALYSIS ON LOAD BALANCING ALGORITHMS IMPLEMENTATION ON CLOUD COMPUTING ENVIR...
 
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
A MODEL BASED APPROACH FOR IMPLEMENTING WLAN SECURITY
 

Dernier

VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
dharasingh5698
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 

Dernier (20)

VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Palanpur 7001035870 Whatsapp Number, 24/07 Booking
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Intro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdfIntro To Electric Vehicles PDF Notes.pdf
Intro To Electric Vehicles PDF Notes.pdf
 
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Wakad Call Me 7737669865 Budget Friendly No Advance Booking
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 

OFDM: Modulation Technique for Wireless Communication

  • 1. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ___________________________________________________________________________________________________ ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE - All Rights Reserved Page - 1 OFDM: Modulation Technique for Wireless Communication Rashmi.R Sarala.S.M Department of Electronics and Communication Department of Electronics and Communication M.S.Ramaiah Institute of Technology, Bangalore, India M.S.Ramaiah Institute of Technology, Bangalore, India rashmirmohan@gmail.com saralasm@msrit.edu Abstract— Orthogonal Frequency Division Multiplexing (OFDM) has become the modulation technique for many wireless communication standards. In a wireless system, a signal transmitted into channel bounces off from various surfaces resulting in multiple delayed versions of the transmitted signal arriving at the receiver. The multiple signals are received due to the reflections from large objects, diffraction of electromagnetic waves around objects .This causes the received signal to be distorted. OFDM provides tolerance to such frequency selective channels and provides high data rates. In this paper we propose to analyze the theory of OFDM, simulate the OFDM transceiver using MATLAB and perform BER analysis. Keywords— OFDM, FFT, IFFT, ISI, BPSK, QPSK, AWGN, RAYLEIGH CHANNEL I. INTRODUCTION The progress in the semiconductor technology has made radio transmission without any physical connection possible throughout the world. The goal of future wireless communication is to provide communication with high data rates. The most popular technique in wireless communication is Orthogonal Frequency Division Multiplexing (OFDM). When the data is transmitted at high data rates over wireless radio channels, the symbols may overlap over each other which can lead to inter symbol interference (ISI). OFDM can combat the effect the ISI.OFDM is increasingly used in high mobility wireless communication systems, e.g. mobile WiMAX (IEEE 802.16e) and 3GPP’s UMTS Long-Term Evolution (LTE). The developments of OFDM systems can be divided into three parts .They are Frequency Division Multiple Access (FDMA), Multicarrier Communication and Orthogonal Frequency Division Multiplexing. In FDMA, the available bandwidth is divided into multiple channels and then allocated to the users. In Multicarrier Communication the signal is divided into a number of signals over a frequency range, whereas OFDM spaces the channels much closer by placing the carriers orthogonal to each other, thus using the spectrum efficiently as shown in Fig.1. Fig.1 a.)Multicarrier Technique (FDM) b.)Orthogonal Frequency Division Multiplexing. In 1960’s, the concept of using parallel data transmission by multicarrier modulation was published. However it was not practical to implement until the discovery of using the Discrete Fourier Transform (DFT).DFT is implemented using the computationally efficient Fast Fourier Transform (FFT). II. ORTHOGONAL FREQUENCY DIVISION MULTIPLEXING A. Theory of OFDM OFDM is a multicarrier transmission technique in which the high rate single data stream is transmitted over a number of low rate parallel subcarriers. Because of the low rate parallel subcarriers, the symbol duration increases which will
  • 2. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ___________________________________________________________________________________________________ ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE - All Rights Reserved Page - 2 reduce the effect of multipath delay spread on the signal. Fig.2 shows the orthogonal subcarriers in frequency and time domain. In a single carrier system, a single fade or interference can cause the entire link to fail, but in a multicarrier system, only a small percentage of the subcarriers will be affected. The term orthogonal in OFDM refers to the fact that the center frequencies of the sub channel are separated by the reciprocal of the OFDM block time T. Suppose the symbol length is T, sinusoidal signals differing in frequency by 1/T,will be orthogonal over the period T. The bandwidth upon which the channel response can be assumed to be flat is known as coherence bandwidth of the channel. Fig.2: a) Spectrum of Orthogonal subcarriers b.)Time domain representation of orthogonal subcarriers. If the data is transmitted at high rate, the bandwidth of the channel becomes wide and may exceed the coherence bandwidth of the channel. This distorts the signal and causes Inter Symbol Interference (ISI). A guard interval is introduced in every OFDM symbol to eliminate ISI. Two approaches are followed in OFDM to insert guard interval. The first one is known as zero padding, where zeros are inserted between OFDM symbols .The second one is known as cyclic prefix, where a part of the end of the OFDM symbol is copied and inserted in the beginning of the next OFDM symbol in time domain. The length of the guard interval must be at least equal to the length of the channel response to avoid the ISI. Usage of cyclic prefix is preferred than zero padding when FFT is used. Because FFT algorithms require the signal to be periodic to produce accurate results and cyclic prefix makes the signal periodic. Fig. 3 shows the OFDM symbol with cyclic prefix. Fig. 3: OFDM symbol with cyclic prefix in time domain. Fig. 4: Block diagram of the OFDM system B. System Description
  • 3. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ___________________________________________________________________________________________________ ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE - All Rights Reserved Page - 3 The block diagram of an OFDM system is represented in Fig.4. OFDM symbols are generated as follows .The transmitter section converts the digital data to be transmitted into a mapping of the sub carrier’s amplitude and phase using modulation techniques. The modulation technique such as the BPSK, QPSK or QAM can be used. The modulated data is converted into parallel stream for faster and optimum utilization of the bandwidth. Time domain representation of the data is created by using an Inverse Fast Fourier Transform (IFFT) which is an efficient method to implement DFT. OFDM symbol time domain representation is extended by addition of cyclic prefix to each symbol that solves both ISI and inter carrier interference (ICI). The time domain signal is passed through the channel. At the receiver side, the cyclic prefix is removed and converted to frequency domain by using FFT. Finally the parallel data is converted back to serial data. Mathematically, each subcarrier can be formulated as follows: (1) where Ac (t) is amplitude and  c (t) is phase. An OFDM symbol consists of many subcarriers. It is represented by: )( 1 )( 1 0 tA N tS N n ns     )]([ ttj nne   (2) where   nn 0 Ac (t) and  c (t) get different values in different symbols, but they are constant in every symbol and only depend on frequency of carriers. In every symbol, we have, nn t  )( , nn AtA )( (3) If the signal is sampled with 1/T where T is the duration of a symbol and substituting (3) in (2) we get,     1 0 1 )( N n ns A N kTS ]) 0 [( nkTnj e   (4) When 0 =0, (3) is converted to an IDFT transform. By adding cyclic prefix in time domain, ISI can be prevented. )(nsT (5) where Ncp is the length of the cyclic prefix. III. SIMULATION In this paper, we have simulated the OFDM transceiver using the model shown in Fig.4.We have used two modulation schemes, namely BPSK (Binary Phase Shift Keying), QPSK (Quadrature Phase Shift Keying).The ofdm symbols created after taking ifft is passed through the Gaussian channel which adds additive white Gaussian noise (AWGN).Cyclic prefix does not hold any significance in AWGN channel. The demodulation is performed at the receiver. Multipath Rayleigh fading channel is also considered for simulation. It is generated by considering sum of two random variables .Each path in the multipath scenario can be modelled as circularly symmetric Gaussian random variables with respect to time when central limit theorem is applied ,the envelope of the random variables will follow Rayleigh distribution .Hence it is known as Rayleigh fading channel. |)(|)()( tctcjetcAtcS  
  • 4. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ___________________________________________________________________________________________________ ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE - All Rights Reserved Page - 4 We have plotted the Bit error rate (BER) by considering the signal-to-noise ratio for the modulation techniques specified. An OFDM symbol is created after taking the 64 point ifft of the modulated data .An OFDM containing 64 subcarriers generated using BPSK modulation is as shown in Fig .5. Fig. 5: An OFDM symbol of containing 64 subcarriers using BPSK modulation. Simulated BER curves for BPSK, and QPSK in AWGN channel is as shown in Fig. 6. Fig. 6: BER vs. SNR plot for OFDM using BPSK, QPSK modulation techniques in AWGN channel. Simulated BER curves for BPSK, and QPSK in Rayleigh channel is as shown in Fig. 7. A 10 tap Rayleigh channel has been considered with a cyclic prefix of length 16.Cyclic prefix is used to minimize the effect of ISI. AWGN will also have an influence in the BER value in the Rayleigh fading channel.
  • 5. International Journal of Innovative Research in Advanced Engineering (IJIRAE) Volume 1 Issue 1 (March 2014) ___________________________________________________________________________________________________ ISSN: 2278-2311 IJIRAE | http://ijirae.com © 2014, IJIRAE - All Rights Reserved Page - 5 Fig.7: BER vs. SNR plot for OFDM using BPSK, QPSK modulation techniques in Rayleigh channel. TABLE I SIMULATION PARAMETERS Parameters Specification FFT size 64 No of subcarriers 64 Channel Model AWGN& Rayleigh Signal constellation BPSK&QPSK No of symbols 10000 Cyclic Prefix length 16 It is observed that for a particular value of SNR, the BER for BPSK and QPSK is almost equal in AWGN channel and in Rayleigh channel. The advantage of using QPSK modulated data is that it can be transmitted as twice the data rate when compared to BPSK modulated data. However, QPSK transmitters and receivers are complicated and expensive when compared to BPSK. IV.CONCLUSIONS OFDM provides high data rates and is robust in frequency selective channels .It minimizes the effect of ISI. Hence it is suitable for wireless communication .Simulation was performed for OFDM using BPSK and QPSK modulation in AWGN and in Rayleigh channels. The BER performance is similar for both, but QPSK is expensive in terms of bandwidth when compared to BPSK. REFERENCES [1] Ramjee Prasad,” Basics of OFDM and Synchronization “in OFDM for Wireless Communications systems, Artech, House, Inc, 2004, pp.117-122. [2] J.J.van de Beek, P.Odling, S.K.Wilson and P.O.Borjesson,”Orthogonal Frequency-Division Multiplexing (OFDM)”, International Union of Radio Science (URSI), Oxford University Press, 1999. [3] Bernard Sklar,”Rayleigh Fading Channels in Mobile Digital Communication Systems Part II: Mitigation, IEEE Communications Magazine, July 1997. [4] Ghassan M.T.Abdalla,”Orthogonal Frequency Division Multiplexing Theory and Challenges “, University of Khartoum Engineering Journal, Vol.1 Issue 2pp.1-8, October 2011. [5] Dusan Matic,”Mathematical description of OFDM”, JPL’s Wireless Communication Reference Website, Analog and Digital Transmission Chapter.