SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3JAIGANESH SEKAR
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationSahar Foroughi
 
2.2 frequency division multiple access
2.2   frequency division multiple access2.2   frequency division multiple access
2.2 frequency division multiple accessJAIGANESH SEKAR
 
Introduction to Massive Mimo
Introduction to Massive MimoIntroduction to Massive Mimo
Introduction to Massive MimoAhmed Nasser Agag
 
Concept of Diversity & Fading (wireless communication)
Concept of Diversity & Fading (wireless communication)Concept of Diversity & Fading (wireless communication)
Concept of Diversity & Fading (wireless communication)Omkar Rane
 
Rayleigh Fading Channel In Mobile Digital Communication System
Rayleigh Fading Channel In Mobile Digital Communication SystemRayleigh Fading Channel In Mobile Digital Communication System
Rayleigh Fading Channel In Mobile Digital Communication SystemOUM SAOKOSAL
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Gagan Randhawa
 
OFDM (Orthogonal Frequency Division Multiplexing)
OFDM (Orthogonal Frequency Division Multiplexing)OFDM (Orthogonal Frequency Division Multiplexing)
OFDM (Orthogonal Frequency Division Multiplexing)Ameya Vijay Gokhale
 
Combating fading channels (1) (3)
Combating fading channels (1) (3)Combating fading channels (1) (3)
Combating fading channels (1) (3)liril sharma
 

Tendances (20)

CDMA
CDMACDMA
CDMA
 
Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless Communication
 
2.2 frequency division multiple access
2.2   frequency division multiple access2.2   frequency division multiple access
2.2 frequency division multiple access
 
Introduction to Massive Mimo
Introduction to Massive MimoIntroduction to Massive Mimo
Introduction to Massive Mimo
 
Concept of Diversity & Fading (wireless communication)
Concept of Diversity & Fading (wireless communication)Concept of Diversity & Fading (wireless communication)
Concept of Diversity & Fading (wireless communication)
 
Rayleigh Fading Channel In Mobile Digital Communication System
Rayleigh Fading Channel In Mobile Digital Communication SystemRayleigh Fading Channel In Mobile Digital Communication System
Rayleigh Fading Channel In Mobile Digital Communication System
 
MIMO
MIMOMIMO
MIMO
 
MIMO in 15 minutes
MIMO in 15 minutesMIMO in 15 minutes
MIMO in 15 minutes
 
4.3 types of diversity
4.3  types of diversity4.3  types of diversity
4.3 types of diversity
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Satellite ppt
Satellite pptSatellite ppt
Satellite ppt
 
Mimo
MimoMimo
Mimo
 
Ofdma Basics
Ofdma BasicsOfdma Basics
Ofdma Basics
 
Spread spectrum modulation
Spread spectrum modulationSpread spectrum modulation
Spread spectrum modulation
 
OFDM (Orthogonal Frequency Division Multiplexing)
OFDM (Orthogonal Frequency Division Multiplexing)OFDM (Orthogonal Frequency Division Multiplexing)
OFDM (Orthogonal Frequency Division Multiplexing)
 
Ofdm
OfdmOfdm
Ofdm
 
Combating fading channels (1) (3)
Combating fading channels (1) (3)Combating fading channels (1) (3)
Combating fading channels (1) (3)
 
Mimo
MimoMimo
Mimo
 
(Ofdm)
(Ofdm)(Ofdm)
(Ofdm)
 

Similaire à Comparison of Single Carrier and Multi-carrier.ppt

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
 
Design and Implementation of OFDM Trans-Receiver for IEEE 802.11(WLAN)
Design and Implementation of OFDM Trans-Receiver for IEEE  802.11(WLAN) Design and Implementation of OFDM Trans-Receiver for IEEE  802.11(WLAN)
Design and Implementation of OFDM Trans-Receiver for IEEE 802.11(WLAN) IJMER
 

Similaire à Comparison of Single Carrier and Multi-carrier.ppt (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
 
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)
 

Plus de 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
 

Plus de 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
 

Dernier

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
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
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 

Dernier (20)

BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
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
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 

Comparison of Single Carrier and Multi-carrier.ppt

  • 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.