SlideShare a Scribd company logo
Application of Machine Learning in Physical Layer
Communication
Domain: Wireless Communication Research
Dr. Varun Kumar
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 1 / 18
Outlines
1 Fundamental of Physical Layer Communication
2 Limitation of Classical Methodology
3 Introduction to Multi-layer Perceptron
4 Introduction to Recurrent Neural Network
5 Use Cases of ML in Physical Layer Communication
6 References
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 2 / 18
Introduction to Physical Layer :
OSI Layer
Key feature of physical layer
This data stream contain not only the information bit, but also the
frame synchronization bits, channel control bits etc.
The key role of physical layer is to transmit these data stream from
transmitter end to receiver end successfully, irrespective of the
information bit, channel control bit, etc.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 3 / 18
Physical layer communication:
Basic of physical layer communication
1 Physical layer communication occurs either through the guided media
(UTP, co-axial cable, fiber optics) or unguided media (wireless).
2 There is more uncertainty to receive and properly detect the signal in
case of unguided media compare to guided media.
3 These digital bit stream is altered into a time varying analog signal by
the different digital modulation techniques.
4 Antenna terminal propagate these electromagnetic signal from
transmitter end to receiver end.
5 When any base station (BS) is mounted in the new geographical
location (unguided media) then there is a requirement of network
training for proper physical layer communication.
6 There are various parameter, which either require for maximization or
minimization in physical layer communication. Ex- Maximization
(data rate, capacity), minimization (power, latency, bandwidth, etc)
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 4 / 18
Challenges of physical layer communication:
Nature based transmission impairment
Attenuation
Distortion or fading
Dispersion
Noise
Challenges
Interference suppression (ISI, ICI)
Acquisition of channel state information (CSI)
Minimization of outage, BER, mutual coupling, antenna correlation
Maximization of capacity or data rate at minimum utilization of
wireless resource (time, frequency, power, space, code)
Many more
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 5 / 18
Introduction to classical methodology
Introduction to classical methodology :
1. Classical approach is based on the statistical analysis.
2. Characteristic of dependent variable is modeled into a well defined
mathematical form. Ex-
y = x + n ⇒ Received signal for guided media
y = hx + n ⇒ Received signal for unguided media
Note : h = f (v, f , d, g(θ)....)
v → Velocity
f → Operating carrier frequency
d → Physical separation between Tx and Rx .
g(θ) → Nature of the wireless media, where θ → (θ1, θ2, ....)
Many more
3. Dependent parameter is considered as a random variable.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 6 / 18
Continued–
4. With exhaustive study of well defined probability density function, a
closed-form expression is obtained.
5. This close-form expression provide the mean, variance and
information about higher order moment.
6. Statistical observation reduces the lots of computational burden with
significant proportion.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 7 / 18
Limitation of classical methodology:
Limitation
If dependent parameter has not well defined probability density
function (PDF).
If dependent variable depends on multiple independent parameters
and each parameter has well defined PDF then there is a maximum
chance that dependent variable has not the well defined PDF. EX
y =
x1 + x2
2
x3
+ x4
y → Dependent variable
x1, x2, x3, x4 → Independent variable
For convenience, let x1, x2, x3, x4 → all are Gaussian distributed random
variable then,
Q-What will be the PDF of dependent variable y ?
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 8 / 18
Case study:(received signal through unguided media)
Received signal expression (composite fading scenario)
y = hx + n (1)
h = gβ1/2 → Channel coefficient β = z
(r/r0)ν
x → Transmitted signal, r → Physical separation between Tx and Rx
r0 → Reference distance for far field communication, n → Noise
Statistical observation
g → Complex Gaussian RV in case of slow fading
n → Gaussian distributed random variable
β → Large scale fading coeff, β = f (z, r, ν)
z → Log-normal random variable
r → Poisson distributed random variable.
ν → Path loss coefficient (depends on nature of the media)
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 9 / 18
Continued–
Shannon’s Capacity Relation
C = log2(1 + SNR) = log2 1 +
P|h|2
σ2
n
(2)
where, P = E(xx∗) and σ2
n = E(nn∗)
Note: There may be possibility of many extensions for the above equation.
From (2), dependent variable C depends on multiple independent variables
having distributions are,
Gaussian distribution
Log-normal distribution
Chi-square distribution
Poison distribution and many more
Important conclusion:
Under specific condition, sub-optimal solution of C can be calculated.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 10 / 18
Effective state of art for physical layer communication:
Exact PDF calculation is very difficult, considering independent
variable having different distribution and all independent variables are
related with different arithmetic and other mathematical operation.
Important specification of 5G:
1 Ultra-reliable low latency (URLLC)
2 Enhanced mobile broadband (eMBB) → 5G NR
3 Massive machine type communication (mMTC)
Approach towards 5G beyond
Tera-Hertz communication
Commercially viable mm-Wave communication
Free space optics
Many more
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 11 / 18
Multi-layer perceptron : A machine learning methodology
Terminology and key features :
Feed-forward neural network : It is an artificial neural network wherein
connections between the nodes do not form a cycle.
A multi-layer perceptron (MLP) is a class of feed-forward artificial
neural network (ANN).
It can distinguish data that is not linearly separable.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 12 / 18
Recurrent neural network (RNN)
Recurrent neural network (RNN)
In RNN, there is requirement of feedback system.
A cycle/cycles makes between input-output mapping. Ex- hidden
layer outcome may be feed as an input to previous hidden layer from
below figure.
It is more robust, where optimal weight can be assigned with greater
accuracy.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 13 / 18
Learning
As per the application perspective, MLP and RNN may have a wider
application in physical layer communication.
Learning in context of deep neural network
Offline : There is no time bound for estimating the required
parameter. Ex-
Calibration of hardware unit for working in a real-time scenario.
Analysis of call pattern.
Online : Estimating the parameter within a limited time constraints.
Coherent channel estimation and detection
Error detection and correction
Repeat and request operation in signal transmission
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 14 / 18
Use Case 1
MIMO Detection:
Downlink scenario is taken consideration.
Information bits are passed through N RF chain and it is translated
across M number of antenna.
Through M antenna, information bits are sent to K mobile users.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 15 / 18
Use Case 2
From information bits transmission to detection by end-user, multiple
operation can be modeled through feed-forward network and recurrent
network.
Real time modulation classification:
For different application, various modulation techniques are used, such as
BPSK, QPSK, 16-QAM, 32-QAM,...256-QAM.
Note 1:
If signal strength is very poor, then BPSK is more preferable over
higher order modulation for maintaining constant BER.
Higher order modulation quantify the transmission efficiency of
wireless network.
Note 2:
Multiple devices experience different SNR and improved transmission
efficiency is the ultimate goal physical layer communication.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 16 / 18
Conclusion
In this context a huge amount of data processing and management is
required. Hence machine learning may be the possible path.
Conclusion
1 Machine learning may be helpful for the physical layer communication.
2 Due to proliferation of larger computational capability, classical
problem can be solved up-to some extent.
3 In current scenario, all problems related to physical layer
communication can not be mathematically modeled.
4 Due to advancement of wireless technology, we have ample amount of
training data under different scenario, that can be beneficial for
analytical modeling.
5 Still the usage of machine learning in physical layer communication is
in an infantry stage, but in upcoming future it will lead for solving
physical layer communication problem
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 17 / 18
References
E. Alpaydin, Introduction to machine learning. MIT press, 2020.
J. Grus, Data science from scratch: first principles with python. O’Reilly Media,
2019.
T. M. Mitchell, The discipline of machine learning. Carnegie Mellon University,
School of Computer Science, Machine Learning , 2006, vol. 9.
S. Haykin, Neural Networks and Learning Machines, 3/E. Pearson Education
India, 2010.
Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 18 / 18

More Related Content

PPTX
Routing Protocols in WSN
PDF
linear classification
PPTX
Wireless Channels Capacity
PPTX
Routing algorithm
PDF
Channel Estimation
PPT
Common protocols
PPT
Simulating communication systems with MATLAB: An introduction
PPTX
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...
Routing Protocols in WSN
linear classification
Wireless Channels Capacity
Routing algorithm
Channel Estimation
Common protocols
Simulating communication systems with MATLAB: An introduction
SDN( Software Defined Network) and NFV(Network Function Virtualization) for I...

What's hot (20)

PPTX
Mimo radar(1)
PPTX
Physical design of io t
PDF
Distance Vector Multicast Routing Protocol (DVMRP) : Combined Presentation
PPT
Link power and rise time budget analysis
PPT
Adhoc wireless
PDF
MIMO Channel Capacity
PPT
Rayleigh Fading Channel In Mobile Digital Communication System
PPT
GSM Technology
PDF
MULTIPLE CHOICE QUESTIONS WITH ANSWERS ON WIRELESS SENSOR NETWORKS
PDF
Jupyter machine learning crash course
PPT
UDP and TCP header.ppt
PPT
Antenna synthesis
PPTX
Optical Fiber communication
PDF
Power Aware Routing in Adhoc Networks
PPTX
Monolithic ic
PPTX
Multicast routing
PPTX
Optical Wavelength converters
PPTX
Equalization
Mimo radar(1)
Physical design of io t
Distance Vector Multicast Routing Protocol (DVMRP) : Combined Presentation
Link power and rise time budget analysis
Adhoc wireless
MIMO Channel Capacity
Rayleigh Fading Channel In Mobile Digital Communication System
GSM Technology
MULTIPLE CHOICE QUESTIONS WITH ANSWERS ON WIRELESS SENSOR NETWORKS
Jupyter machine learning crash course
UDP and TCP header.ppt
Antenna synthesis
Optical Fiber communication
Power Aware Routing in Adhoc Networks
Monolithic ic
Multicast routing
Optical Wavelength converters
Equalization
Ad

Similar to Application of ML in physical layer (20)

PDF
Lec2WirelessChannelandRadioPropagation.pdf
PDF
Fundamental of Outage Probability
PDF
Artificial Intelligence in Wireless Communications Mobile Communications 1st ...
PPT
Data communication VTU SYLLABUS Based presentation
PDF
I045075155
PPT
Lecture 2 data communication physical layer
PDF
Practical digital wireless signals Earl Mccune
PDF
Wireless Physical Layer Network Coding Jan Sykora Alister Burr
PDF
Ff34970973
PPT
Wireless Networks Lecture No One notes from The Virtual University Lahore
PDF
Modem Theory An Introduction To Telecommunications 1st Edition Richard E Blahut
PDF
Performance Improvement of IEEE 802.22 WRAN Physical Layer
PDF
Performance Improvement of IEEE 802.22 WRAN Physical Layer
PDF
Performance Improvement of IEEE 802.22 WRAN Physical Layer
PDF
The Physical Layer
PDF
Practical digital wireless signals Earl Mccune
PPTX
Introduction to Wireless Communication
PPTX
Final Wireless communication PPT
PDF
Templates and other research methods in Telecommunications
PPT
15-06-0191-00-003c-channel-model-based-ibm-measured-data (1).ppt
Lec2WirelessChannelandRadioPropagation.pdf
Fundamental of Outage Probability
Artificial Intelligence in Wireless Communications Mobile Communications 1st ...
Data communication VTU SYLLABUS Based presentation
I045075155
Lecture 2 data communication physical layer
Practical digital wireless signals Earl Mccune
Wireless Physical Layer Network Coding Jan Sykora Alister Burr
Ff34970973
Wireless Networks Lecture No One notes from The Virtual University Lahore
Modem Theory An Introduction To Telecommunications 1st Edition Richard E Blahut
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
Performance Improvement of IEEE 802.22 WRAN Physical Layer
The Physical Layer
Practical digital wireless signals Earl Mccune
Introduction to Wireless Communication
Final Wireless communication PPT
Templates and other research methods in Telecommunications
15-06-0191-00-003c-channel-model-based-ibm-measured-data (1).ppt
Ad

More from VARUN KUMAR (20)

PDF
Distributed rc Model
PDF
Electrical Wire Model
PDF
Interconnect Parameter in Digital VLSI Design
PDF
Introduction to Digital VLSI Design
PDF
Challenges of Massive MIMO System
PDF
E-democracy or Digital Democracy
PDF
Ethics of Parasitic Computing
PDF
Action Lines of Geneva Plan of Action
PDF
Geneva Plan of Action
PDF
Fair Use in the Electronic Age
PDF
Software as a Property
PDF
Orthogonal Polynomial
PDF
Patent Protection
PDF
Copyright Vs Patent and Trade Secrecy Law
PDF
Property Right and Software
PDF
Investigating Data Trials
PDF
Gaussian Numerical Integration
PDF
Censorship and Controversy
PDF
Romberg's Integration
PDF
Introduction to Censorship
Distributed rc Model
Electrical Wire Model
Interconnect Parameter in Digital VLSI Design
Introduction to Digital VLSI Design
Challenges of Massive MIMO System
E-democracy or Digital Democracy
Ethics of Parasitic Computing
Action Lines of Geneva Plan of Action
Geneva Plan of Action
Fair Use in the Electronic Age
Software as a Property
Orthogonal Polynomial
Patent Protection
Copyright Vs Patent and Trade Secrecy Law
Property Right and Software
Investigating Data Trials
Gaussian Numerical Integration
Censorship and Controversy
Romberg's Integration
Introduction to Censorship

Recently uploaded (20)

PPTX
UNIT 4 Total Quality Management .pptx
PPTX
Construction Project Organization Group 2.pptx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PPTX
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
CH1 Production IntroductoryConcepts.pptx
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPT
Mechanical Engineering MATERIALS Selection
PDF
Digital Logic Computer Design lecture notes
PDF
Model Code of Practice - Construction Work - 21102022 .pdf
PPTX
web development for engineering and engineering
PPTX
additive manufacturing of ss316l using mig welding
UNIT 4 Total Quality Management .pptx
Construction Project Organization Group 2.pptx
Automation-in-Manufacturing-Chapter-Introduction.pdf
KTU 2019 -S7-MCN 401 MODULE 2-VINAY.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
Embodied AI: Ushering in the Next Era of Intelligent Systems
CH1 Production IntroductoryConcepts.pptx
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
Foundation to blockchain - A guide to Blockchain Tech
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Mechanical Engineering MATERIALS Selection
Digital Logic Computer Design lecture notes
Model Code of Practice - Construction Work - 21102022 .pdf
web development for engineering and engineering
additive manufacturing of ss316l using mig welding

Application of ML in physical layer

  • 1. Application of Machine Learning in Physical Layer Communication Domain: Wireless Communication Research Dr. Varun Kumar Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 1 / 18
  • 2. Outlines 1 Fundamental of Physical Layer Communication 2 Limitation of Classical Methodology 3 Introduction to Multi-layer Perceptron 4 Introduction to Recurrent Neural Network 5 Use Cases of ML in Physical Layer Communication 6 References Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 2 / 18
  • 3. Introduction to Physical Layer : OSI Layer Key feature of physical layer This data stream contain not only the information bit, but also the frame synchronization bits, channel control bits etc. The key role of physical layer is to transmit these data stream from transmitter end to receiver end successfully, irrespective of the information bit, channel control bit, etc. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 3 / 18
  • 4. Physical layer communication: Basic of physical layer communication 1 Physical layer communication occurs either through the guided media (UTP, co-axial cable, fiber optics) or unguided media (wireless). 2 There is more uncertainty to receive and properly detect the signal in case of unguided media compare to guided media. 3 These digital bit stream is altered into a time varying analog signal by the different digital modulation techniques. 4 Antenna terminal propagate these electromagnetic signal from transmitter end to receiver end. 5 When any base station (BS) is mounted in the new geographical location (unguided media) then there is a requirement of network training for proper physical layer communication. 6 There are various parameter, which either require for maximization or minimization in physical layer communication. Ex- Maximization (data rate, capacity), minimization (power, latency, bandwidth, etc) Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 4 / 18
  • 5. Challenges of physical layer communication: Nature based transmission impairment Attenuation Distortion or fading Dispersion Noise Challenges Interference suppression (ISI, ICI) Acquisition of channel state information (CSI) Minimization of outage, BER, mutual coupling, antenna correlation Maximization of capacity or data rate at minimum utilization of wireless resource (time, frequency, power, space, code) Many more Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 5 / 18
  • 6. Introduction to classical methodology Introduction to classical methodology : 1. Classical approach is based on the statistical analysis. 2. Characteristic of dependent variable is modeled into a well defined mathematical form. Ex- y = x + n ⇒ Received signal for guided media y = hx + n ⇒ Received signal for unguided media Note : h = f (v, f , d, g(θ)....) v → Velocity f → Operating carrier frequency d → Physical separation between Tx and Rx . g(θ) → Nature of the wireless media, where θ → (θ1, θ2, ....) Many more 3. Dependent parameter is considered as a random variable. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 6 / 18
  • 7. Continued– 4. With exhaustive study of well defined probability density function, a closed-form expression is obtained. 5. This close-form expression provide the mean, variance and information about higher order moment. 6. Statistical observation reduces the lots of computational burden with significant proportion. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 7 / 18
  • 8. Limitation of classical methodology: Limitation If dependent parameter has not well defined probability density function (PDF). If dependent variable depends on multiple independent parameters and each parameter has well defined PDF then there is a maximum chance that dependent variable has not the well defined PDF. EX y = x1 + x2 2 x3 + x4 y → Dependent variable x1, x2, x3, x4 → Independent variable For convenience, let x1, x2, x3, x4 → all are Gaussian distributed random variable then, Q-What will be the PDF of dependent variable y ? Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 8 / 18
  • 9. Case study:(received signal through unguided media) Received signal expression (composite fading scenario) y = hx + n (1) h = gβ1/2 → Channel coefficient β = z (r/r0)ν x → Transmitted signal, r → Physical separation between Tx and Rx r0 → Reference distance for far field communication, n → Noise Statistical observation g → Complex Gaussian RV in case of slow fading n → Gaussian distributed random variable β → Large scale fading coeff, β = f (z, r, ν) z → Log-normal random variable r → Poisson distributed random variable. ν → Path loss coefficient (depends on nature of the media) Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 9 / 18
  • 10. Continued– Shannon’s Capacity Relation C = log2(1 + SNR) = log2 1 + P|h|2 σ2 n (2) where, P = E(xx∗) and σ2 n = E(nn∗) Note: There may be possibility of many extensions for the above equation. From (2), dependent variable C depends on multiple independent variables having distributions are, Gaussian distribution Log-normal distribution Chi-square distribution Poison distribution and many more Important conclusion: Under specific condition, sub-optimal solution of C can be calculated. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 10 / 18
  • 11. Effective state of art for physical layer communication: Exact PDF calculation is very difficult, considering independent variable having different distribution and all independent variables are related with different arithmetic and other mathematical operation. Important specification of 5G: 1 Ultra-reliable low latency (URLLC) 2 Enhanced mobile broadband (eMBB) → 5G NR 3 Massive machine type communication (mMTC) Approach towards 5G beyond Tera-Hertz communication Commercially viable mm-Wave communication Free space optics Many more Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 11 / 18
  • 12. Multi-layer perceptron : A machine learning methodology Terminology and key features : Feed-forward neural network : It is an artificial neural network wherein connections between the nodes do not form a cycle. A multi-layer perceptron (MLP) is a class of feed-forward artificial neural network (ANN). It can distinguish data that is not linearly separable. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 12 / 18
  • 13. Recurrent neural network (RNN) Recurrent neural network (RNN) In RNN, there is requirement of feedback system. A cycle/cycles makes between input-output mapping. Ex- hidden layer outcome may be feed as an input to previous hidden layer from below figure. It is more robust, where optimal weight can be assigned with greater accuracy. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 13 / 18
  • 14. Learning As per the application perspective, MLP and RNN may have a wider application in physical layer communication. Learning in context of deep neural network Offline : There is no time bound for estimating the required parameter. Ex- Calibration of hardware unit for working in a real-time scenario. Analysis of call pattern. Online : Estimating the parameter within a limited time constraints. Coherent channel estimation and detection Error detection and correction Repeat and request operation in signal transmission Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 14 / 18
  • 15. Use Case 1 MIMO Detection: Downlink scenario is taken consideration. Information bits are passed through N RF chain and it is translated across M number of antenna. Through M antenna, information bits are sent to K mobile users. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 15 / 18
  • 16. Use Case 2 From information bits transmission to detection by end-user, multiple operation can be modeled through feed-forward network and recurrent network. Real time modulation classification: For different application, various modulation techniques are used, such as BPSK, QPSK, 16-QAM, 32-QAM,...256-QAM. Note 1: If signal strength is very poor, then BPSK is more preferable over higher order modulation for maintaining constant BER. Higher order modulation quantify the transmission efficiency of wireless network. Note 2: Multiple devices experience different SNR and improved transmission efficiency is the ultimate goal physical layer communication. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 16 / 18
  • 17. Conclusion In this context a huge amount of data processing and management is required. Hence machine learning may be the possible path. Conclusion 1 Machine learning may be helpful for the physical layer communication. 2 Due to proliferation of larger computational capability, classical problem can be solved up-to some extent. 3 In current scenario, all problems related to physical layer communication can not be mathematically modeled. 4 Due to advancement of wireless technology, we have ample amount of training data under different scenario, that can be beneficial for analytical modeling. 5 Still the usage of machine learning in physical layer communication is in an infantry stage, but in upcoming future it will lead for solving physical layer communication problem Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 17 / 18
  • 18. References E. Alpaydin, Introduction to machine learning. MIT press, 2020. J. Grus, Data science from scratch: first principles with python. O’Reilly Media, 2019. T. M. Mitchell, The discipline of machine learning. Carnegie Mellon University, School of Computer Science, Machine Learning , 2006, vol. 9. S. Haykin, Neural Networks and Learning Machines, 3/E. Pearson Education India, 2010. Domain: Wireless Communication Research Dr. Varun KumarDr. Varun Kumar 18 / 18