SlideShare uma empresa Scribd logo
1 de 25
Baixar para ler offline
“Performance analysis of OFDM over AWGN and
Rayleigh channels”
Presented By: Saroj Dhakal
068/MSI/618
IOE, Pulchowk campus
Date: 2069/6/25
Presentation outlines
• Introduction
• Objective of the project
• OFDM Transmitter block
• Serial data transmission via channel
• Receiver section of OFDM
• Simulation outcomes for AWGN channel
• Simulation outcomes for Rayleigh channel
• Future enhancement
• Conclusion
• References
Introduction
What is OFDM?
• Orthogonal Frequency Division Multiplexing
• uses multiple sub-carriers but the sub-carriers are closely
spaced to each other without causing interference,
removing guard bands between adjacent sub carriers, all
the sub carriers are orthogonal to each other
• Two periodic signals are orthogonal when the integral of
their product, over one period, is equal to zero
Why OFDM?
• In a classical parallel data system, the total signal
frequency band is divided into N non overlapping
frequency sub channels. Each sub channel is modulated
with a separate symbol and then the N sub channels are
frequency-multiplexed
• Results in High Bandwidth occupancy, Inter symbol
interference(ISI) and multipath fading
Why OFDM contd…
• A special case of multicarrier transmission, where a
single data stream is transmitted over a number of lower
rate subcarriers which are orthogonal to each other
Serial To
parallel
converter
Symbol
mapper
Symbol
mapper
Symbol
mapper
g(t)
g(t)
g(t)
R/N bps
R/N bps
R/N bps
So
S1
Sn-1
cos(2πfot)
cos(2πf1t)
cos(2πfN-1t)
R bps

Why OFDM Contd…
-reduces ISI
-minimizes the effect of multipath fading
-results in bandwidth saving
Objective
• The study of OFDM performance over AWGN
channel and Rayleigh channel using MATLAB
simulation
OFDM transmitter block
Digital
serial
data
source
Serial
to
parallel
converter
Cyclic
Prefix
Insertion
Constella
-tion
mapping
Pilot
insertion
and
padding
IFFT
Parallel to
serial
converter
Serial data to be
transmitted
104 bits
per frame
2bits
per line
QPSK symbol
per line
48 parallel
lines
48 data
symbol+4 pilot
symbol +12
zero padding
64
Subcarriers
80
subcarriers
Digital data source
• Initial parameter needed to be defined for data generation
• Number of bits per frame
• Number of data frames
% Generating and coding data
BPF=2*52; % Number of bits per
frame
NoF=10^4; % Number of Frame
tx_data=randint(1,NoF*BPF);
1 0 1 0 1 1 1 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 1
Bit 1 Bit 2 Bit 4Bit 3 2X52X104 Bits
Serial to parallel conversion
1 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 1
1 0
1 0
1 1
0 0
0 1
0 1
1 1
0 0
1 0
1 0
Serial Data
Parallel
Data
% Framing before modulation
creating modulation symbol using
n-bit pattern
fbfm_data=reshape(aint_data,bp
_symbol,(1/Rc)*BPF*NoF*(1/bp_
symbol));
afbfm_data=fbfm_data';
Modulation and constellation mapping
2
2
3
0
1
1
3
0
2
2
% Binary to decimal conversion and 16-QAM
modulation
dec=bi2de(afbfm_data,'left-msb');
mod_data = modulate(M,dec);
1 0
1 0
1 1
0 0
0 1
0 1
1 1
0 0
1 0
1 0
Preparation for pilot insertion and padding
-
-
-
-
-
-
-
-
-
-
Parameter for IFFT
• Number of data
subcarrier= 48
• Pilot subcarrier =4
• Zero padding =12
- - - - - - - - -
Input symbol frame 1
Input symbol frame 2
Input symbol frame 3
Input symbol frame 10^4
dfmod_data=reshape(mod_data,1,(1/Rc)*BPF*NoF*(1/bp_symbol));
%%
%16-QAM symbol framing for ODQM symbol formation
par_data=(reshape(dfmod_data,NoDsc,NoF)).';
Pilot insertion
• Defining pilot carrier
P1 - p2 - - p3 - p4 -
P1 - P2 - - P3 - P4 -
Pilot insertion and zero padding
• Defining pilot carrier
and adding zero padding
z1 _ _ z6 p1 - p2 - - p3 - p4 - Z7 - - z12
P1 - p2 - - P3 - p4 -
IFFT Implementation
Cyclic prefix Insertion
cyclic prefix
cp1
. cp2
.
64 Subcarriers . cp16
. .
. .
. .
80 Subcarriers
Cyclic
Prefix
insertion
Parallel to serial conversion
1 1
1 0
0 0
1 0
0 1
1 0
1 1
1 1 1 0 0 0 1 0 0 1 1 0
Parallel data
streams
Serial data conversion
Conversion can be
done by using matlab
function reshape
Serial data transmission via
• AWGN channel
• Rayleigh Channel
Receiver section of OFDM
The processes are just opposite
to the transmitter part
Simulation outcomes for AWGN channel
Simulation outcomes for Rayleigh channel
Future Enhancements
• To be analyzed for other different channel like Nakagami,
Rice channel etc
• Level of SNR can be maximized and more BER analysis
for larger range can be performed
Conclusion
• Simulation result closely resembles analytical result
• Thus the BER rapidly decreased with increase in SNR in
case of AWGN channel
• Similarly in Rayleigh channel BER slowly decreased with
increased in SNR very quickly
• Hence the BER Versus SNR curve gives the performance
analysis of OFDM over the AWGN and Rayleigh channel
References
• Nick LaSorte, W. Justin Barnes, Hazem H. Refai, Member,
IEEE, The History of Orthogonal Frequency Division
Multiplexing
• Acosta, Guillermo, OFDM Simulation Using MATLAB, 2000.
• Dr. Jean Armstrong, OFDM – Orthogonal Frequency Division
Multiplexing Department of Electronic Engineering La Trobe
University
• Marcos Majo, Design and implementation of an OFDM-based
communication System for the GNU Radio platform, Master
Thesis, University of Stuttgart Germany.
• Edan Bolat, Study of OFDM Performance over AWGN
Channel, Eastern Mediterranean University, 2003.
• Erik Dahlman, Stefan Parkvall, 3G Evolution for HSPA and LTE
for mobile Broadband
Thank You!!!!!!

Mais conteúdo relacionado

Mais procurados

Basic Principles and Design of The Antenna in Mobile Communications
Basic Principles and Design of The Antenna in Mobile CommunicationsBasic Principles and Design of The Antenna in Mobile Communications
Basic Principles and Design of The Antenna in Mobile Communications
Tempus Telcosys
 

Mais procurados (20)

Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMC
 
The wireless channel, diversity and capacity of wireless channels
The wireless channel, diversity and capacity of wireless channelsThe wireless channel, diversity and capacity of wireless channels
The wireless channel, diversity and capacity of wireless channels
 
OFDM
OFDMOFDM
OFDM
 
Link Power Budget Calculation and Propagation Factors for Satellite COmmunica...
Link Power Budget Calculation and Propagation Factors for Satellite COmmunica...Link Power Budget Calculation and Propagation Factors for Satellite COmmunica...
Link Power Budget Calculation and Propagation Factors for Satellite COmmunica...
 
Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)Orthogonal Frequency Division Multiplexing (OFDM)
Orthogonal Frequency Division Multiplexing (OFDM)
 
Large scale path loss 1
Large scale path loss 1Large scale path loss 1
Large scale path loss 1
 
Log periodic antenna
Log periodic antennaLog periodic antenna
Log periodic antenna
 
Ofdm
OfdmOfdm
Ofdm
 
GSM Link Budget
GSM Link BudgetGSM Link Budget
GSM Link Budget
 
Adaptive equalization
Adaptive equalizationAdaptive equalization
Adaptive equalization
 
Basic Principles and Design of The Antenna in Mobile Communications
Basic Principles and Design of The Antenna in Mobile CommunicationsBasic Principles and Design of The Antenna in Mobile Communications
Basic Principles and Design of The Antenna in Mobile Communications
 
Channel Estimation
Channel EstimationChannel Estimation
Channel Estimation
 
OFDMA principles
OFDMA principlesOFDMA principles
OFDMA principles
 
Ofdm
OfdmOfdm
Ofdm
 
Patch antenna
Patch antenna Patch antenna
Patch antenna
 
Diversity Techniques in Wireless Communication
Diversity Techniques in Wireless CommunicationDiversity Techniques in Wireless Communication
Diversity Techniques in Wireless Communication
 
Combating fading channels (1) (3)
Combating fading channels (1) (3)Combating fading channels (1) (3)
Combating fading channels (1) (3)
 
Microwave Coupler
Microwave CouplerMicrowave Coupler
Microwave Coupler
 
Wireless transmission
Wireless transmissionWireless transmission
Wireless transmission
 
OFDM
OFDMOFDM
OFDM
 

Destaque

Simulation of A Communications System Using Matlab
Simulation of A Communications System Using MatlabSimulation of A Communications System Using Matlab
Simulation of A Communications System Using Matlab
Polytechnique Montreal
 
matlab code for channel estimation for ofdm
matlab code for channel estimation for ofdmmatlab code for channel estimation for ofdm
matlab code for channel estimation for ofdm
Gyana Ranjan Mati
 
5 g tests presentation keysight
5 g tests presentation   keysight 5 g tests presentation   keysight
5 g tests presentation keysight
CPqD
 
Mimo ofdm wireless communications with matlab
Mimo ofdm wireless communications with matlabMimo ofdm wireless communications with matlab
Mimo ofdm wireless communications with matlab
Gay Yemen
 
PROJECT FINAL PAPER
PROJECT FINAL PAPERPROJECT FINAL PAPER
PROJECT FINAL PAPER
Souvik Roy
 

Destaque (20)

Design Ofdm System And Remove Nonlinear Distortion In OFDM Signal At Transmit...
Design Ofdm System And Remove Nonlinear Distortion In OFDM Signal At Transmit...Design Ofdm System And Remove Nonlinear Distortion In OFDM Signal At Transmit...
Design Ofdm System And Remove Nonlinear Distortion In OFDM Signal At Transmit...
 
OFDM transmission step-by-step
OFDM transmission step-by-stepOFDM transmission step-by-step
OFDM transmission step-by-step
 
DIY OFDM Session
DIY OFDM SessionDIY OFDM Session
DIY OFDM Session
 
Ofdm sim-matlab-code-tutorial web for EE students
Ofdm sim-matlab-code-tutorial web for EE studentsOfdm sim-matlab-code-tutorial web for EE students
Ofdm sim-matlab-code-tutorial web for EE students
 
Multiuser MIMO-OFDM simulation framework in Matlab
Multiuser MIMO-OFDM simulation framework in MatlabMultiuser MIMO-OFDM simulation framework in Matlab
Multiuser MIMO-OFDM simulation framework in Matlab
 
4g lte matlab
4g lte matlab4g lte matlab
4g lte matlab
 
Final ppt
Final pptFinal ppt
Final ppt
 
Simulation of A Communications System Using Matlab
Simulation of A Communications System Using MatlabSimulation of A Communications System Using Matlab
Simulation of A Communications System Using Matlab
 
MIMO-OFDM for 4G network
MIMO-OFDM for 4G networkMIMO-OFDM for 4G network
MIMO-OFDM for 4G network
 
Matlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codesMatlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codes
 
matlab code for channel estimation for ofdm
matlab code for channel estimation for ofdmmatlab code for channel estimation for ofdm
matlab code for channel estimation for ofdm
 
Introduction to OFDM
Introduction to OFDMIntroduction to OFDM
Introduction to OFDM
 
5 g tests presentation keysight
5 g tests presentation   keysight 5 g tests presentation   keysight
5 g tests presentation keysight
 
Sistec ppt
Sistec pptSistec ppt
Sistec ppt
 
Cv kaushalesh gupta
Cv kaushalesh guptaCv kaushalesh gupta
Cv kaushalesh gupta
 
Mimo ofdm wireless communications with matlab
Mimo ofdm wireless communications with matlabMimo ofdm wireless communications with matlab
Mimo ofdm wireless communications with matlab
 
M.tech Thesis
M.tech ThesisM.tech Thesis
M.tech Thesis
 
audit
auditaudit
audit
 
PROJECT FINAL PAPER
PROJECT FINAL PAPERPROJECT FINAL PAPER
PROJECT FINAL PAPER
 
Wimax ofdma
Wimax ofdmaWimax ofdma
Wimax ofdma
 

Semelhante a Ofdm performance analysis

Cross-Layer Design of Raptor Codes for Video Multicast over 802.11n MIMO Chan...
Cross-Layer Design of Raptor Codes for Video Multicast over 802.11n MIMO Chan...Cross-Layer Design of Raptor Codes for Video Multicast over 802.11n MIMO Chan...
Cross-Layer Design of Raptor Codes for Video Multicast over 802.11n MIMO Chan...
Berna Bulut
 

Semelhante a Ofdm performance analysis (20)

OFDM Basics
OFDM BasicsOFDM Basics
OFDM Basics
 
Vlsi implementation ofdm
Vlsi implementation ofdmVlsi implementation ofdm
Vlsi implementation ofdm
 
Comparison of Single Carrier and Multi-carrier.ppt
Comparison of Single Carrier and Multi-carrier.pptComparison of Single Carrier and Multi-carrier.ppt
Comparison of Single Carrier and Multi-carrier.ppt
 
Performance Analysis of Creido Enhanced Chord Overlay Protocol for Wireless S...
Performance Analysis of Creido Enhanced Chord Overlay Protocol for Wireless S...Performance Analysis of Creido Enhanced Chord Overlay Protocol for Wireless S...
Performance Analysis of Creido Enhanced Chord Overlay Protocol for Wireless S...
 
Cross-Layer Design of Raptor Codes for Video Multicast over 802.11n MIMO Chan...
Cross-Layer Design of Raptor Codes for Video Multicast over 802.11n MIMO Chan...Cross-Layer Design of Raptor Codes for Video Multicast over 802.11n MIMO Chan...
Cross-Layer Design of Raptor Codes for Video Multicast over 802.11n MIMO Chan...
 
Analysis Of Ofdm Parameters Using Cyclostationary Spectrum Sensing
Analysis Of Ofdm Parameters Using Cyclostationary Spectrum SensingAnalysis Of Ofdm Parameters Using Cyclostationary Spectrum Sensing
Analysis Of Ofdm Parameters Using Cyclostationary Spectrum Sensing
 
Dc ch05 : signal encoding techniques
Dc ch05 : signal encoding techniquesDc ch05 : signal encoding techniques
Dc ch05 : signal encoding techniques
 
Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3
 
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
 
Digital signal transmission in ofc
Digital signal transmission in ofcDigital signal transmission in ofc
Digital signal transmission in ofc
 
4g LTE and LTE-A for mobile broadband-note
4g LTE and LTE-A for mobile broadband-note4g LTE and LTE-A for mobile broadband-note
4g LTE and LTE-A for mobile broadband-note
 
Introduction to LTE
Introduction to LTEIntroduction to LTE
Introduction to LTE
 
Coding
CodingCoding
Coding
 
Digital & analog transmission
Digital & analog transmissionDigital & analog transmission
Digital & analog transmission
 
IRJET- Review of Orthogonal Frequency Division Multiplexing for Wireless ...
IRJET-  	  Review of Orthogonal Frequency Division Multiplexing for Wireless ...IRJET-  	  Review of Orthogonal Frequency Division Multiplexing for Wireless ...
IRJET- Review of Orthogonal Frequency Division Multiplexing for Wireless ...
 
On the Performance of Carrier Interferometry OFDM by Wavelet Transform
On the Performance of Carrier Interferometry OFDM by Wavelet TransformOn the Performance of Carrier Interferometry OFDM by Wavelet Transform
On the Performance of Carrier Interferometry OFDM by Wavelet Transform
 
Introduction to LTE
Introduction to LTEIntroduction to LTE
Introduction to LTE
 
Power line carrier communication,ETL41/42
Power line carrier communication,ETL41/42Power line carrier communication,ETL41/42
Power line carrier communication,ETL41/42
 
Introduction to LTE
Introduction to LTEIntroduction to LTE
Introduction to LTE
 
Digital Communication 2
Digital Communication 2Digital Communication 2
Digital Communication 2
 

Último

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
 
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
 
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
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 

Último (20)

(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
 
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
 
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
 
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
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
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
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
(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
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
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
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 

Ofdm performance analysis

  • 1. “Performance analysis of OFDM over AWGN and Rayleigh channels” Presented By: Saroj Dhakal 068/MSI/618 IOE, Pulchowk campus Date: 2069/6/25
  • 2. Presentation outlines • Introduction • Objective of the project • OFDM Transmitter block • Serial data transmission via channel • Receiver section of OFDM • Simulation outcomes for AWGN channel • Simulation outcomes for Rayleigh channel • Future enhancement • Conclusion • References
  • 3. Introduction What is OFDM? • Orthogonal Frequency Division Multiplexing • uses multiple sub-carriers but the sub-carriers are closely spaced to each other without causing interference, removing guard bands between adjacent sub carriers, all the sub carriers are orthogonal to each other • Two periodic signals are orthogonal when the integral of their product, over one period, is equal to zero
  • 4. Why OFDM? • In a classical parallel data system, the total signal frequency band is divided into N non overlapping frequency sub channels. Each sub channel is modulated with a separate symbol and then the N sub channels are frequency-multiplexed • Results in High Bandwidth occupancy, Inter symbol interference(ISI) and multipath fading
  • 5. Why OFDM contd… • A special case of multicarrier transmission, where a single data stream is transmitted over a number of lower rate subcarriers which are orthogonal to each other Serial To parallel converter Symbol mapper Symbol mapper Symbol mapper g(t) g(t) g(t) R/N bps R/N bps R/N bps So S1 Sn-1 cos(2πfot) cos(2πf1t) cos(2πfN-1t) R bps
  • 6.  Why OFDM Contd… -reduces ISI -minimizes the effect of multipath fading -results in bandwidth saving
  • 7. Objective • The study of OFDM performance over AWGN channel and Rayleigh channel using MATLAB simulation
  • 8. OFDM transmitter block Digital serial data source Serial to parallel converter Cyclic Prefix Insertion Constella -tion mapping Pilot insertion and padding IFFT Parallel to serial converter Serial data to be transmitted 104 bits per frame 2bits per line QPSK symbol per line 48 parallel lines 48 data symbol+4 pilot symbol +12 zero padding 64 Subcarriers 80 subcarriers
  • 9. Digital data source • Initial parameter needed to be defined for data generation • Number of bits per frame • Number of data frames % Generating and coding data BPF=2*52; % Number of bits per frame NoF=10^4; % Number of Frame tx_data=randint(1,NoF*BPF); 1 0 1 0 1 1 1 0 0 1 0 0 0 1 1 0 1 0 0 1 1 0 1 0 1 1 Bit 1 Bit 2 Bit 4Bit 3 2X52X104 Bits
  • 10. Serial to parallel conversion 1 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 0 1 1 1 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 1 0 Serial Data Parallel Data % Framing before modulation creating modulation symbol using n-bit pattern fbfm_data=reshape(aint_data,bp _symbol,(1/Rc)*BPF*NoF*(1/bp_ symbol)); afbfm_data=fbfm_data';
  • 11. Modulation and constellation mapping 2 2 3 0 1 1 3 0 2 2 % Binary to decimal conversion and 16-QAM modulation dec=bi2de(afbfm_data,'left-msb'); mod_data = modulate(M,dec); 1 0 1 0 1 1 0 0 0 1 0 1 1 1 0 0 1 0 1 0
  • 12. Preparation for pilot insertion and padding - - - - - - - - - - Parameter for IFFT • Number of data subcarrier= 48 • Pilot subcarrier =4 • Zero padding =12 - - - - - - - - - Input symbol frame 1 Input symbol frame 2 Input symbol frame 3 Input symbol frame 10^4 dfmod_data=reshape(mod_data,1,(1/Rc)*BPF*NoF*(1/bp_symbol)); %% %16-QAM symbol framing for ODQM symbol formation par_data=(reshape(dfmod_data,NoDsc,NoF)).';
  • 13. Pilot insertion • Defining pilot carrier P1 - p2 - - p3 - p4 - P1 - P2 - - P3 - P4 -
  • 14. Pilot insertion and zero padding • Defining pilot carrier and adding zero padding z1 _ _ z6 p1 - p2 - - p3 - p4 - Z7 - - z12 P1 - p2 - - P3 - p4 -
  • 16. Cyclic prefix Insertion cyclic prefix cp1 . cp2 . 64 Subcarriers . cp16 . . . . . . 80 Subcarriers Cyclic Prefix insertion
  • 17. Parallel to serial conversion 1 1 1 0 0 0 1 0 0 1 1 0 1 1 1 1 1 0 0 0 1 0 0 1 1 0 Parallel data streams Serial data conversion Conversion can be done by using matlab function reshape
  • 18. Serial data transmission via • AWGN channel • Rayleigh Channel
  • 19. Receiver section of OFDM The processes are just opposite to the transmitter part
  • 20. Simulation outcomes for AWGN channel
  • 21. Simulation outcomes for Rayleigh channel
  • 22. Future Enhancements • To be analyzed for other different channel like Nakagami, Rice channel etc • Level of SNR can be maximized and more BER analysis for larger range can be performed
  • 23. Conclusion • Simulation result closely resembles analytical result • Thus the BER rapidly decreased with increase in SNR in case of AWGN channel • Similarly in Rayleigh channel BER slowly decreased with increased in SNR very quickly • Hence the BER Versus SNR curve gives the performance analysis of OFDM over the AWGN and Rayleigh channel
  • 24. References • Nick LaSorte, W. Justin Barnes, Hazem H. Refai, Member, IEEE, The History of Orthogonal Frequency Division Multiplexing • Acosta, Guillermo, OFDM Simulation Using MATLAB, 2000. • Dr. Jean Armstrong, OFDM – Orthogonal Frequency Division Multiplexing Department of Electronic Engineering La Trobe University • Marcos Majo, Design and implementation of an OFDM-based communication System for the GNU Radio platform, Master Thesis, University of Stuttgart Germany. • Edan Bolat, Study of OFDM Performance over AWGN Channel, Eastern Mediterranean University, 2003. • Erik Dahlman, Stefan Parkvall, 3G Evolution for HSPA and LTE for mobile Broadband