SlideShare a Scribd company logo
1 of 27
• Electrical Engineering
Group Members:
Asghar Hasnain
Anantakrishna Varanasi
Pavan Venugopal
Professor : Dr. Pao Lo Liu
Teaching Assistant: Saurav Bandyopadhyay
Comparison of Single Carrier and Multi-carrier (OFDM) PSK
transmission schemes in Multi-path Wireless channel
• Electrical Engineering
Presentation Outline
•Understanding Multipath Wireless channel and ISI
•OFDM and OFDM Block Diagram
•Our approach
•MATLAB Implementation – Block by Block explanation
•Simulation Results
•Conclusion
• Electrical Engineering
Characteristics of a Multipath Wireless Channel
– Delay Spread – It is the interval for which a symbol remains
inside the multi path channel.
– Channel can be modeled as a FIR filter with one line of sight
path and several multipaths , the signals from the multipaths
being delayed and attenuated version of the signal from the
line of sight path.
• Electrical Engineering
Inter Symbol Interference and its Solution
• High Data rate requires smaller symbol period
• If symbol period < delay spread then we have ISI.
• Effect of Modulation Scheme and Symbol period on ISI.
• BER BER
• Electrical Engineering
Solution to ISI
• Having multiple carriers and making the symbol period on each
carrier higher than the delay spread of the channel .
• Effective rate will be high because we are using multiple carriers
(serial to parallel conversion).
• This is similar to FDM where we use different carriers in non-
overlapping frequency bands – NOT BANDWIDTH EFFICIENT
• In OFDM due to the orthogonality property of the carriers we place
them as close as possible ensuring bandwidth efficiency.
• Electrical Engineering
A Qualitative Description of OFDM
OFDM stands for Orthogonal Frequency Division
Multiplexing.
• OFDM is based on a parallel data transmission
scheme that reduces the effect of multipath fading and
makes the use of complex equalizers unnecessary.
•OFDM is derived from the fact that the digital data is
sent using many carriers, each of a different frequency
and these carriers are orthogonal to each other, hence
Orthogonal Frequency Division Multiplexing . The
frequency spacing of the carriers is chosen in such a
way that the modulated carriers are orthogonal and do
not interfere with one another.
• Electrical Engineering
Our approach
– To use MATLAB to simulate a multi path (frequency selective
fading) channel for a given number of Multi Paths. We will
explain and use the FIR filter model of a Frequency Selecting
Fading Channel.
– Simulate Modulator and Demodulator Structures for the Single
and Multi Carrier PSK Transmission System along with proper
“Symbol Generation” system to simulate Frequency Selective
Fading in the Wireless Channel
– Employ equal degree of FEC or forward error correction such as
Rate Punctured Convolution Encoder/Decoder (RCPC) and
compare the BER performance of both the Single and Multi
Carrier Transmission systems against symbol period and SNR .
– Compare the Results and give a justification if the use of Multi-
Carrier Transmission is sensible.
• Electrical Engineering
OFDM BLOCK DIAGRAM
• Electrical Engineering
Source Encoder / Decoder
ENCODER
 The data is usually image, wav or text which is
converted into binary data bits.
 These bits are then padded with zeros such as
to form group of bits to create the symbols
based on the modulation scheme.
DECODER
 At the decoder the recovered bits are put back
to get back the original source data.
• Electrical Engineering
Channel Encoder/Decoder
ENCODER
 The data is then encoded for the channel
based on the channel rate.
 We use RCPC ( Rate Compatible
Punctured Convolution Codes).
 RCPC is used to give different level of
protection for the data bits. The channel
rates used are (1/3 , 1/2 and 2/3).
• Electrical Engineering
Channel Encoder/Decoder...contd.
DECODER
• The data recovered is in the form of + 1 and
-1 (bipolar form).
• The bits recovered from demodulator
inserted with zeros at the punctured places-
-- this is the UNQUANT MODE.
• These bits are then decoded using VITERBI
Decoder. We use the standard vitdec ( )
function in MATLAB.
• Electrical Engineering
Mapping /Recovering Symbols
MAPPING of SYMBOLS
 We group the bits based on the
modulation method selected by the user
to form symbols ready for modulation.
 For Multicarrier transmission signal we
pad the bits with zeros to make it a
multiple of sub- carriers .
RECOVERING of SYMBOLS
 The bits are recovered from the symbols
by unpacking the symbols.
• Electrical Engineering
Modulation / Demodulation
The symbols are then modulated and demodulated
using the different modulation schemes
1. BPSK Modulation
2. QPSK Modulation
3. 8PSK Modulation
4. 16PSK Modulation
5. 8QAM Modulation
6. 16QAM Modulation
7. 32QAM Modulation
8. 64QAM Modulation
• Electrical Engineering
Generation of FIR filter model to
simulate a multipath fading channel
• The function takes in the number of
multipaths and the delay spread.
• It returns a vector ( our channel ) whose length
is equal to the delay spread and the number
of non zero coeffcients is the given number of
multipaths.
• We try to implement a Rician Fading Channel
which has a LOS path.
• Technically, we should choose our Channel
Coefficients from a Rician PDF, but we
approximated it using a Raleigh PDF.
• Electrical Engineering
Single carrier Transmission Scheme
• After the Modulator, we employ the following for
Single Carrier Transmission Scheme.
• The Modulated Data is Delayed and Multiplied
with the associated channel coefficient and added
to get the channel output.
• This signal is corrupted with noise based on the
modulation scheme, with BPSK getting Real
Noise and Complex Noise for Other Schemes.
• Electrical Engineering
Simulation of a multi-carrier system -
Transmitter
• Using the Spectrum of a Particular symbol we locate the
carrier positions in the frequency domain.
• We proceed to perform a serial to parallel conversion on the
stream of symbols and placing them at the positions of the
carriers along with pilot symbols next to them.
• We take an IFFT to get the OFDM time signal per block of
symbols. We concatenate all the blocks to get the total OFDM
time signal
• We insert guard time(cyclic prefix) to prevent inter-block
interference.
• We filter this time signal through an FIR filter and add noise to
obtain our received signal
• Electrical Engineering
Simulation of a multi-carrier system -
Receiver
• We remove the Guard Band and divide the time signal
into the OFDM blocks.
• For Each Block we take the FFT and locate the symbols
on interest and also pilot symbols as per the carrier
locations.
• We try to Estimate the Channel Frequency Response
using the Pilot Symbols and use the same to
approximately correct the distortion in the desired
symbol.
• Electrical Engineering
Pilot Signal Transmission Technique
The channel is frequency selective and in order to
reconstruct the symbols at the receiver we need the
channel response at the position of the symbol.
We insert known pilot symbols very next to our symbols
and send them through the same channel filter.
At the receiver we estimate the channel response by
using the pilot symbols and take the frequency response
of the channel to be the same at the position of the
symbol
 We correct the distortion in the symbols of interest using
the approximate channel response obtained using pilot
symbols.
• Electrical Engineering
Insertion of Guard Time – Cyclic Prefixes
• Electrical Engineering
Insertion of guard time (cyclic prefixing)
Our function inserts the Cyclic Prefix to serve
as a Guard time for the OFDM time signal. The
length of the Guard Time (M) is chosen to be the
length of the filter. We basically copy the last M
samples of the previous block and attach it to
the beginning of the current block.
• Electrical Engineering
SIMULATION RESULTS
SINGLE CARRIER
MULTI CARRIER
SINGLE CARRIER
MULTI CARRIER
• Electrical Engineering
SINGLE CARRIER
MULTI CARRIER
1 1.5 2 2.5 3 3.5 4 4.5 5 5.5 6
10
-4
10
-3
10
-2
10
-1
10
0
COMPARISON OF SINGLE CARRIER AND MULTI CARRIER PSK SYSTEM FOR BER VS USER SNR
BIT
ERROR
RATE
USER SNR
SINGLE CARRIER
MULTI CARRIER
• Electrical Engineering
COMPARISON TABLES
• Electrical Engineering
• Electrical Engineering
Conclusions and Future Work
• Conclusions:
 Multi Carrier Outperforms Single Carrier Transmission
Schemes for a Given Channel and Equal Degree of
FEC at a particular high data rate.
• Future Work:
 Implementation of the same with Time Varying
Channel and Rician Fading Coefficients.
 Addressing the Problem of Peak to Average Power
Problem in OFDM.
• Electrical Engineering
Questions?
?
• Electrical Engineering
THANK YOU

More Related Content

What's hot

An Introduction to RF Design, Live presentation at EELive 2014
An Introduction to RF Design, Live presentation at EELive 2014An Introduction to RF Design, Live presentation at EELive 2014
An Introduction to RF Design, Live presentation at EELive 2014Rohde & Schwarz North America
 
FHSS- Frequency Hop Spread Spectrum
FHSS- Frequency Hop Spread SpectrumFHSS- Frequency Hop Spread Spectrum
FHSS- Frequency Hop Spread SpectrumRohit Choudhury
 
Combating fading channels (1) (3)
Combating fading channels (1) (3)Combating fading channels (1) (3)
Combating fading channels (1) (3)liril sharma
 
Radar 2009 a 11 waveforms and pulse compression
Radar 2009 a 11 waveforms and pulse compressionRadar 2009 a 11 waveforms and pulse compression
Radar 2009 a 11 waveforms and pulse compressionForward2025
 
3.1 structure of a wireless communicaiton link
3.1   structure of a wireless communicaiton link3.1   structure of a wireless communicaiton link
3.1 structure of a wireless communicaiton linkJAIGANESH SEKAR
 
Multi-Funtion Phased Array Radar
Multi-Funtion Phased Array RadarMulti-Funtion Phased Array Radar
Multi-Funtion Phased Array RadarMistral Solutions
 
Chap 5 (small scale fading)
Chap 5 (small scale fading)Chap 5 (small scale fading)
Chap 5 (small scale fading)asadkhan1327
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCVetrivel Chelian
 
multiple access techniques used in wireless communication
multiple access techniques used in wireless communicationmultiple access techniques used in wireless communication
multiple access techniques used in wireless communicationSajid ali
 
Cdma system
Cdma systemCdma system
Cdma systemtrimba
 
Moving target indicator radar (mti)
Moving target indicator radar (mti) Moving target indicator radar (mti)
Moving target indicator radar (mti) abdulrehmanali
 
Small scale fading and multipath measurements
Small scale fading and multipath measurementsSmall scale fading and multipath measurements
Small scale fading and multipath measurementsVrince Vimal
 
WE3.L10.2: COMMUNICATION CODING OF PULSED RADAR SYSTEMS
WE3.L10.2: COMMUNICATION CODING OF PULSED RADAR SYSTEMSWE3.L10.2: COMMUNICATION CODING OF PULSED RADAR SYSTEMS
WE3.L10.2: COMMUNICATION CODING OF PULSED RADAR SYSTEMSgrssieee
 

What's hot (20)

An Introduction to RF Design, Live presentation at EELive 2014
An Introduction to RF Design, Live presentation at EELive 2014An Introduction to RF Design, Live presentation at EELive 2014
An Introduction to RF Design, Live presentation at EELive 2014
 
FHSS- Frequency Hop Spread Spectrum
FHSS- Frequency Hop Spread SpectrumFHSS- Frequency Hop Spread Spectrum
FHSS- Frequency Hop Spread Spectrum
 
orthogonal frequency division multiplexing(OFDM)
orthogonal frequency division multiplexing(OFDM)orthogonal frequency division multiplexing(OFDM)
orthogonal frequency division multiplexing(OFDM)
 
Rake Receiver
Rake ReceiverRake Receiver
Rake Receiver
 
ISI & niquist Criterion.pptx
ISI & niquist Criterion.pptxISI & niquist Criterion.pptx
ISI & niquist Criterion.pptx
 
Combating fading channels (1) (3)
Combating fading channels (1) (3)Combating fading channels (1) (3)
Combating fading channels (1) (3)
 
Radar 2009 a 11 waveforms and pulse compression
Radar 2009 a 11 waveforms and pulse compressionRadar 2009 a 11 waveforms and pulse compression
Radar 2009 a 11 waveforms and pulse compression
 
3.1 structure of a wireless communicaiton link
3.1   structure of a wireless communicaiton link3.1   structure of a wireless communicaiton link
3.1 structure of a wireless communicaiton link
 
Mimo
MimoMimo
Mimo
 
Multi-Funtion Phased Array Radar
Multi-Funtion Phased Array RadarMulti-Funtion Phased Array Radar
Multi-Funtion Phased Array Radar
 
Chap 5 (small scale fading)
Chap 5 (small scale fading)Chap 5 (small scale fading)
Chap 5 (small scale fading)
 
Ofdm
OfdmOfdm
Ofdm
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMC
 
multiple access techniques used in wireless communication
multiple access techniques used in wireless communicationmultiple access techniques used in wireless communication
multiple access techniques used in wireless communication
 
Cdma system
Cdma systemCdma system
Cdma system
 
rake reciever ppt
rake reciever pptrake reciever ppt
rake reciever ppt
 
carrier synchronization
carrier synchronizationcarrier synchronization
carrier synchronization
 
Moving target indicator radar (mti)
Moving target indicator radar (mti) Moving target indicator radar (mti)
Moving target indicator radar (mti)
 
Small scale fading and multipath measurements
Small scale fading and multipath measurementsSmall scale fading and multipath measurements
Small scale fading and multipath measurements
 
WE3.L10.2: COMMUNICATION CODING OF PULSED RADAR SYSTEMS
WE3.L10.2: COMMUNICATION CODING OF PULSED RADAR SYSTEMSWE3.L10.2: COMMUNICATION CODING OF PULSED RADAR SYSTEMS
WE3.L10.2: COMMUNICATION CODING OF PULSED RADAR SYSTEMS
 

Similar to Comparing Single Carrier and OFDM Schemes

Progress seminar
Progress seminarProgress seminar
Progress seminarBarnali Dey
 
Ibfd presentation
Ibfd presentationIbfd presentation
Ibfd presentationFuyun Ling
 
GETA fall 07- OFDM with MathCAD.ppt
GETA fall 07- OFDM with MathCAD.pptGETA fall 07- OFDM with MathCAD.ppt
GETA fall 07- OFDM with MathCAD.pptRUPALIAGARWAL14
 
Chapter 2.1.pptx
Chapter 2.1.pptxChapter 2.1.pptx
Chapter 2.1.pptxTekle12
 
Chapter 2.1.pptx
Chapter 2.1.pptxChapter 2.1.pptx
Chapter 2.1.pptxTekle12
 
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
 
Implementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation SchemesImplementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation SchemesIJCSIS Research Publications
 
Final presentation
Final presentationFinal presentation
Final presentationRohan Lad
 
Digital signal transmission in ofc
Digital signal transmission in ofcDigital signal transmission in ofc
Digital signal transmission in ofcAnkith Shetty
 
Digital Communication 1
Digital Communication 1Digital Communication 1
Digital Communication 1admercano101
 
93755181 lte-hoping
93755181 lte-hoping93755181 lte-hoping
93755181 lte-hopingSadef Karish
 
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd Iaetsd
 
Satellite communications notes.thurd module
Satellite communications notes.thurd moduleSatellite communications notes.thurd module
Satellite communications notes.thurd modulesimranbisti
 
Project session part_2
Project  session part_2Project  session part_2
Project session part_2Mina Yonan
 
Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3JAIGANESH SEKAR
 

Similar to Comparing Single Carrier and OFDM Schemes (20)

Progress seminar
Progress seminarProgress seminar
Progress seminar
 
Ibfd presentation
Ibfd presentationIbfd presentation
Ibfd presentation
 
GETA fall 07- OFDM with MathCAD.ppt
GETA fall 07- OFDM with MathCAD.pptGETA fall 07- OFDM with MathCAD.ppt
GETA fall 07- OFDM with MathCAD.ppt
 
Chapter 2.1.pptx
Chapter 2.1.pptxChapter 2.1.pptx
Chapter 2.1.pptx
 
Chapter 2.1.pptx
Chapter 2.1.pptxChapter 2.1.pptx
Chapter 2.1.pptx
 
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
 
ANALOG-TO-DIGITAL CONVERSION
ANALOG-TO-DIGITAL CONVERSIONANALOG-TO-DIGITAL CONVERSION
ANALOG-TO-DIGITAL CONVERSION
 
LTE Key Technologies
LTE Key TechnologiesLTE Key Technologies
LTE Key Technologies
 
Implementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation SchemesImplementation of OFDM System Using Various Channel Modulation Schemes
Implementation of OFDM System Using Various Channel Modulation Schemes
 
Final presentation
Final presentationFinal presentation
Final presentation
 
Digital signal transmission in ofc
Digital signal transmission in ofcDigital signal transmission in ofc
Digital signal transmission in ofc
 
Digital Communication 1
Digital Communication 1Digital Communication 1
Digital Communication 1
 
93755181 lte-hoping
93755181 lte-hoping93755181 lte-hoping
93755181 lte-hoping
 
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wmanIaetsd stbc-ofdm downlink baseband receiver for mobile wman
Iaetsd stbc-ofdm downlink baseband receiver for mobile wman
 
Satellite communications notes.thurd module
Satellite communications notes.thurd moduleSatellite communications notes.thurd module
Satellite communications notes.thurd module
 
Project session part_2
Project  session part_2Project  session part_2
Project session part_2
 
I010216266
I010216266I010216266
I010216266
 
Coffee can radar
Coffee can radarCoffee can radar
Coffee can radar
 
Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3
 

More from Stefan Oprea

Training-Book-Samsung.ppt
Training-Book-Samsung.pptTraining-Book-Samsung.ppt
Training-Book-Samsung.pptStefan Oprea
 
PRESENTATION ON TOUCH TECHNOLOGY.ppt
PRESENTATION ON TOUCH TECHNOLOGY.pptPRESENTATION ON TOUCH TECHNOLOGY.ppt
PRESENTATION ON TOUCH TECHNOLOGY.pptStefan Oprea
 
Web technologies-course 12.pptx
Web technologies-course 12.pptxWeb technologies-course 12.pptx
Web technologies-course 12.pptxStefan Oprea
 
Web technologies-course 11.pptx
Web technologies-course 11.pptxWeb technologies-course 11.pptx
Web technologies-course 11.pptxStefan Oprea
 
Web technologies-course 10.pptx
Web technologies-course 10.pptxWeb technologies-course 10.pptx
Web technologies-course 10.pptxStefan Oprea
 
Web technologies-course 09.pptx
Web technologies-course 09.pptxWeb technologies-course 09.pptx
Web technologies-course 09.pptxStefan Oprea
 
Web technologies-course 08.pptx
Web technologies-course 08.pptxWeb technologies-course 08.pptx
Web technologies-course 08.pptxStefan Oprea
 
Web technologies-course 07.pptx
Web technologies-course 07.pptxWeb technologies-course 07.pptx
Web technologies-course 07.pptxStefan Oprea
 
Web technologies-course 06.pptx
Web technologies-course 06.pptxWeb technologies-course 06.pptx
Web technologies-course 06.pptxStefan Oprea
 
Web technologies-course 05.pptx
Web technologies-course 05.pptxWeb technologies-course 05.pptx
Web technologies-course 05.pptxStefan Oprea
 
Web technologies-course 04.pptx
Web technologies-course 04.pptxWeb technologies-course 04.pptx
Web technologies-course 04.pptxStefan Oprea
 
Web technologies-course 03.pptx
Web technologies-course 03.pptxWeb technologies-course 03.pptx
Web technologies-course 03.pptxStefan Oprea
 
Web technologies-course 02.pptx
Web technologies-course 02.pptxWeb technologies-course 02.pptx
Web technologies-course 02.pptxStefan Oprea
 
Web technologies-course 01.pptx
Web technologies-course 01.pptxWeb technologies-course 01.pptx
Web technologies-course 01.pptxStefan Oprea
 
Fundamentals of Digital Modulation.ppt
Fundamentals of Digital Modulation.pptFundamentals of Digital Modulation.ppt
Fundamentals of Digital Modulation.pptStefan Oprea
 
Orthogonal Frequency Division Multiplexing.ppt
Orthogonal Frequency Division Multiplexing.pptOrthogonal Frequency Division Multiplexing.ppt
Orthogonal Frequency Division Multiplexing.pptStefan Oprea
 
Modulation tutorial.ppt
Modulation tutorial.pptModulation tutorial.ppt
Modulation tutorial.pptStefan Oprea
 
OFDM and MC-CDMA An Implementation using MATLAB.ppt
OFDM and MC-CDMA An Implementation using MATLAB.pptOFDM and MC-CDMA An Implementation using MATLAB.ppt
OFDM and MC-CDMA An Implementation using MATLAB.pptStefan Oprea
 
Concepts of 3GPP LTE.ppt
Concepts of 3GPP LTE.pptConcepts of 3GPP LTE.ppt
Concepts of 3GPP LTE.pptStefan Oprea
 
Multi-Carrier Transmission over Mobile Radio Channels.ppt
Multi-Carrier Transmission over Mobile Radio Channels.pptMulti-Carrier Transmission over Mobile Radio Channels.ppt
Multi-Carrier Transmission over Mobile Radio Channels.pptStefan Oprea
 

More from Stefan Oprea (20)

Training-Book-Samsung.ppt
Training-Book-Samsung.pptTraining-Book-Samsung.ppt
Training-Book-Samsung.ppt
 
PRESENTATION ON TOUCH TECHNOLOGY.ppt
PRESENTATION ON TOUCH TECHNOLOGY.pptPRESENTATION ON TOUCH TECHNOLOGY.ppt
PRESENTATION ON TOUCH TECHNOLOGY.ppt
 
Web technologies-course 12.pptx
Web technologies-course 12.pptxWeb technologies-course 12.pptx
Web technologies-course 12.pptx
 
Web technologies-course 11.pptx
Web technologies-course 11.pptxWeb technologies-course 11.pptx
Web technologies-course 11.pptx
 
Web technologies-course 10.pptx
Web technologies-course 10.pptxWeb technologies-course 10.pptx
Web technologies-course 10.pptx
 
Web technologies-course 09.pptx
Web technologies-course 09.pptxWeb technologies-course 09.pptx
Web technologies-course 09.pptx
 
Web technologies-course 08.pptx
Web technologies-course 08.pptxWeb technologies-course 08.pptx
Web technologies-course 08.pptx
 
Web technologies-course 07.pptx
Web technologies-course 07.pptxWeb technologies-course 07.pptx
Web technologies-course 07.pptx
 
Web technologies-course 06.pptx
Web technologies-course 06.pptxWeb technologies-course 06.pptx
Web technologies-course 06.pptx
 
Web technologies-course 05.pptx
Web technologies-course 05.pptxWeb technologies-course 05.pptx
Web technologies-course 05.pptx
 
Web technologies-course 04.pptx
Web technologies-course 04.pptxWeb technologies-course 04.pptx
Web technologies-course 04.pptx
 
Web technologies-course 03.pptx
Web technologies-course 03.pptxWeb technologies-course 03.pptx
Web technologies-course 03.pptx
 
Web technologies-course 02.pptx
Web technologies-course 02.pptxWeb technologies-course 02.pptx
Web technologies-course 02.pptx
 
Web technologies-course 01.pptx
Web technologies-course 01.pptxWeb technologies-course 01.pptx
Web technologies-course 01.pptx
 
Fundamentals of Digital Modulation.ppt
Fundamentals of Digital Modulation.pptFundamentals of Digital Modulation.ppt
Fundamentals of Digital Modulation.ppt
 
Orthogonal Frequency Division Multiplexing.ppt
Orthogonal Frequency Division Multiplexing.pptOrthogonal Frequency Division Multiplexing.ppt
Orthogonal Frequency Division Multiplexing.ppt
 
Modulation tutorial.ppt
Modulation tutorial.pptModulation tutorial.ppt
Modulation tutorial.ppt
 
OFDM and MC-CDMA An Implementation using MATLAB.ppt
OFDM and MC-CDMA An Implementation using MATLAB.pptOFDM and MC-CDMA An Implementation using MATLAB.ppt
OFDM and MC-CDMA An Implementation using MATLAB.ppt
 
Concepts of 3GPP LTE.ppt
Concepts of 3GPP LTE.pptConcepts of 3GPP LTE.ppt
Concepts of 3GPP LTE.ppt
 
Multi-Carrier Transmission over Mobile Radio Channels.ppt
Multi-Carrier Transmission over Mobile Radio Channels.pptMulti-Carrier Transmission over Mobile Radio Channels.ppt
Multi-Carrier Transmission over Mobile Radio Channels.ppt
 

Recently uploaded

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxsocialsciencegdgrohi
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 

Recently uploaded (20)

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptxHistory Class XII Ch. 3 Kinship, Caste and Class (1).pptx
History Class XII Ch. 3 Kinship, Caste and Class (1).pptx
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 

Comparing Single Carrier and OFDM Schemes

  • 1. • Electrical Engineering Group Members: Asghar Hasnain Anantakrishna Varanasi Pavan Venugopal Professor : Dr. Pao Lo Liu Teaching Assistant: Saurav Bandyopadhyay Comparison of Single Carrier and Multi-carrier (OFDM) PSK transmission schemes in Multi-path Wireless channel
  • 2. • Electrical Engineering Presentation Outline •Understanding Multipath Wireless channel and ISI •OFDM and OFDM Block Diagram •Our approach •MATLAB Implementation – Block by Block explanation •Simulation Results •Conclusion
  • 3. • Electrical Engineering Characteristics of a Multipath Wireless Channel – Delay Spread – It is the interval for which a symbol remains inside the multi path channel. – Channel can be modeled as a FIR filter with one line of sight path and several multipaths , the signals from the multipaths being delayed and attenuated version of the signal from the line of sight path.
  • 4. • Electrical Engineering Inter Symbol Interference and its Solution • High Data rate requires smaller symbol period • If symbol period < delay spread then we have ISI. • Effect of Modulation Scheme and Symbol period on ISI. • BER BER
  • 5. • Electrical Engineering Solution to ISI • Having multiple carriers and making the symbol period on each carrier higher than the delay spread of the channel . • Effective rate will be high because we are using multiple carriers (serial to parallel conversion). • This is similar to FDM where we use different carriers in non- overlapping frequency bands – NOT BANDWIDTH EFFICIENT • In OFDM due to the orthogonality property of the carriers we place them as close as possible ensuring bandwidth efficiency.
  • 6. • Electrical Engineering A Qualitative Description of OFDM OFDM stands for Orthogonal Frequency Division Multiplexing. • OFDM is based on a parallel data transmission scheme that reduces the effect of multipath fading and makes the use of complex equalizers unnecessary. •OFDM is derived from the fact that the digital data is sent using many carriers, each of a different frequency and these carriers are orthogonal to each other, hence Orthogonal Frequency Division Multiplexing . The frequency spacing of the carriers is chosen in such a way that the modulated carriers are orthogonal and do not interfere with one another.
  • 7. • Electrical Engineering Our approach – To use MATLAB to simulate a multi path (frequency selective fading) channel for a given number of Multi Paths. We will explain and use the FIR filter model of a Frequency Selecting Fading Channel. – Simulate Modulator and Demodulator Structures for the Single and Multi Carrier PSK Transmission System along with proper “Symbol Generation” system to simulate Frequency Selective Fading in the Wireless Channel – Employ equal degree of FEC or forward error correction such as Rate Punctured Convolution Encoder/Decoder (RCPC) and compare the BER performance of both the Single and Multi Carrier Transmission systems against symbol period and SNR . – Compare the Results and give a justification if the use of Multi- Carrier Transmission is sensible.
  • 9. • Electrical Engineering Source Encoder / Decoder ENCODER  The data is usually image, wav or text which is converted into binary data bits.  These bits are then padded with zeros such as to form group of bits to create the symbols based on the modulation scheme. DECODER  At the decoder the recovered bits are put back to get back the original source data.
  • 10. • Electrical Engineering Channel Encoder/Decoder ENCODER  The data is then encoded for the channel based on the channel rate.  We use RCPC ( Rate Compatible Punctured Convolution Codes).  RCPC is used to give different level of protection for the data bits. The channel rates used are (1/3 , 1/2 and 2/3).
  • 11. • Electrical Engineering Channel Encoder/Decoder...contd. DECODER • The data recovered is in the form of + 1 and -1 (bipolar form). • The bits recovered from demodulator inserted with zeros at the punctured places- -- this is the UNQUANT MODE. • These bits are then decoded using VITERBI Decoder. We use the standard vitdec ( ) function in MATLAB.
  • 12. • Electrical Engineering Mapping /Recovering Symbols MAPPING of SYMBOLS  We group the bits based on the modulation method selected by the user to form symbols ready for modulation.  For Multicarrier transmission signal we pad the bits with zeros to make it a multiple of sub- carriers . RECOVERING of SYMBOLS  The bits are recovered from the symbols by unpacking the symbols.
  • 13. • Electrical Engineering Modulation / Demodulation The symbols are then modulated and demodulated using the different modulation schemes 1. BPSK Modulation 2. QPSK Modulation 3. 8PSK Modulation 4. 16PSK Modulation 5. 8QAM Modulation 6. 16QAM Modulation 7. 32QAM Modulation 8. 64QAM Modulation
  • 14. • Electrical Engineering Generation of FIR filter model to simulate a multipath fading channel • The function takes in the number of multipaths and the delay spread. • It returns a vector ( our channel ) whose length is equal to the delay spread and the number of non zero coeffcients is the given number of multipaths. • We try to implement a Rician Fading Channel which has a LOS path. • Technically, we should choose our Channel Coefficients from a Rician PDF, but we approximated it using a Raleigh PDF.
  • 15. • Electrical Engineering Single carrier Transmission Scheme • After the Modulator, we employ the following for Single Carrier Transmission Scheme. • The Modulated Data is Delayed and Multiplied with the associated channel coefficient and added to get the channel output. • This signal is corrupted with noise based on the modulation scheme, with BPSK getting Real Noise and Complex Noise for Other Schemes.
  • 16. • Electrical Engineering Simulation of a multi-carrier system - Transmitter • Using the Spectrum of a Particular symbol we locate the carrier positions in the frequency domain. • We proceed to perform a serial to parallel conversion on the stream of symbols and placing them at the positions of the carriers along with pilot symbols next to them. • We take an IFFT to get the OFDM time signal per block of symbols. We concatenate all the blocks to get the total OFDM time signal • We insert guard time(cyclic prefix) to prevent inter-block interference. • We filter this time signal through an FIR filter and add noise to obtain our received signal
  • 17. • Electrical Engineering Simulation of a multi-carrier system - Receiver • We remove the Guard Band and divide the time signal into the OFDM blocks. • For Each Block we take the FFT and locate the symbols on interest and also pilot symbols as per the carrier locations. • We try to Estimate the Channel Frequency Response using the Pilot Symbols and use the same to approximately correct the distortion in the desired symbol.
  • 18. • Electrical Engineering Pilot Signal Transmission Technique The channel is frequency selective and in order to reconstruct the symbols at the receiver we need the channel response at the position of the symbol. We insert known pilot symbols very next to our symbols and send them through the same channel filter. At the receiver we estimate the channel response by using the pilot symbols and take the frequency response of the channel to be the same at the position of the symbol  We correct the distortion in the symbols of interest using the approximate channel response obtained using pilot symbols.
  • 19. • Electrical Engineering Insertion of Guard Time – Cyclic Prefixes
  • 20. • Electrical Engineering Insertion of guard time (cyclic prefixing) Our function inserts the Cyclic Prefix to serve as a Guard time for the OFDM time signal. The length of the Guard Time (M) is chosen to be the length of the filter. We basically copy the last M samples of the previous block and attach it to the beginning of the current block.
  • 21. • Electrical Engineering SIMULATION RESULTS SINGLE CARRIER MULTI CARRIER SINGLE CARRIER MULTI CARRIER
  • 22. • Electrical Engineering SINGLE CARRIER MULTI CARRIER 1 1.5 2 2.5 3 3.5 4 4.5 5 5.5 6 10 -4 10 -3 10 -2 10 -1 10 0 COMPARISON OF SINGLE CARRIER AND MULTI CARRIER PSK SYSTEM FOR BER VS USER SNR BIT ERROR RATE USER SNR SINGLE CARRIER MULTI CARRIER
  • 25. • Electrical Engineering Conclusions and Future Work • Conclusions:  Multi Carrier Outperforms Single Carrier Transmission Schemes for a Given Channel and Equal Degree of FEC at a particular high data rate. • Future Work:  Implementation of the same with Time Varying Channel and Rician Fading Coefficients.  Addressing the Problem of Peak to Average Power Problem in OFDM.