SlideShare ist ein Scribd-Unternehmen logo
1 von 26
KOCAELI UNIVERSITY
Graduate School of
Natural and Applied Sciences
Prepared By: Mohammed ABUIBAID
Email: m.a.abuibaid@gmail.com
Electronic and Communication Engineering
Adaptive Beam-Forming
AcademicYear
2015/2016
The radiated energy in direction to UEs
are much stronger than the other
parts which is not directed to UEs.
Motivation (Why we need Beam-Forming ?)
The radiated energy in almost same
amount in all direction but a large
portions of energy not directed to
those UEs is wasted
Technologies for BeamForming
Switched Array Antenna
 This technique changes the beam
pattern by switching on/off
antenna selectively from the array
of a antenna system.
 Used in WPAN applications
DSP Based Phase Manipulation
 This technique changes the beam
pattern by changing the phase of
the signal going through each
antenna.
 Used in military applications of
SONAR and RADAR.
Beamforming by Precoding
 This technique changes the beam
pattern by applying a specific
precoding matrix.
 Used in 3GPP LTE, WiMax.
Basic Concept:
Phased Array Beam-Forming
 Phased Array is a directive antenna made with
individual radiating sources (several units to
thousands of elements).
 Radiating Elements might be: dipoles, open-
ended waveguides, slotted waveguides, micro-
strip antennas, helices, spirals etc.
 The Shape and Direction of pattern is
determined by:
1. Number of Radiating Elements
2. Relative Phases and Amplitudes applied to
each radiating element
3. Spacing between radiating elements
4. Operating Frequency
Generic Adaptive
Antenna Array System
For optimal transmission/reception of the
desired signal d, an adaptive update of the
Weight Vector W is needed to steer spatial
filtering beam to the target’s time-varying
DOA and thus get rid of interferers.
Adaptive Beamforming Schemes:
1. Least Mean Squares (LMS) Algorithm
2. Normalized LMS Algorithm
3. Recursive Least Square (RLS) Algorithm
4. Constant Modulus (CM) Algorithm
General Classifications Of Adaptive Array Algorithms
Non-blind Adaptive Algorithms
rely on statistical knowledge
about the transmitted signal in
order to converge to a solution.
Blind Adaptive Algorithms
do not require prior training, and
hence they are referred to as
“blind” algorithms.
Least Mean Squares (LMS) Algorithm
LMS Algorithm Summary
The LMS algorithm for a 𝑝 𝑡ℎorder algorithm can be
summarized as:
Parameters: 𝑝 = filter order
𝜇 = step size
Initialization: ℎ 0 = 𝑧𝑒𝑟𝑜𝑠(𝑝)
Computation: For 𝑛 = 0,1,2, . . .
𝑥 𝑛 = [𝑥 𝑛 , 𝑥 𝑛 − 1 , . . . , 𝑥 𝑛 − 𝑝 + 1 ] 𝑇
𝑒 𝑛 = 𝑑 𝑛 − ℎ 𝐻(𝑛) 𝑥 𝑛
ℎ 𝑛 + 1 = ℎ 𝑛 − 𝜇𝑒∗ 𝑛 𝑥 𝑛
Advantages & DisAdvantages of LMS algorithm:
1. Simplicity in implementation
2. Stable and robust performance against different
signal conditions
3. Slow convergence (due to eigenvalue spread)
Adaptive Beam-Forming by LMS Algorithm
Polar Beam Pattern X-Y Beam Pattern
Error and Weight Vector Convergence by LMS Algorithm
Error Performance
Adaptive Beam-Forming by LMS
Algorithm
Normalized LMS Algorithm
NLMS Algorithm Summary
The NLMS algorithm for a 𝒑 𝒕𝒉
order algorithm can be summarized as:
Parameters: 𝑝 = filter order
𝜇 = step size
Initialization: ℎ 0 = 𝑧𝑒𝑟𝑜𝑠(𝑝)
Computation: For 𝑛 = 0,1,2, . . .
𝑥 𝑛 = [𝑥 𝑛 , 𝑥 𝑛 − 1 , . . . , 𝑥 𝑛 − 𝑝 + 1 ] 𝑇
𝑒 𝑛 = 𝑑 𝑛 − ℎ 𝐻
(𝑛) 𝑥 𝑛
ℎ 𝑛 + 1 = ℎ 𝑛 −
𝜇𝑒∗
𝑛 𝑥 𝑛
𝑥 𝐻 𝑛 𝑥 𝑛
Improvements on ‘Pure’ LMS algorithm:
 LMS algorithm is sensitive to the scaling of its input 𝑥 𝑛
 Choosing a learning rate 𝜇 that guarantees stability of
LMS algorithm is impossible.
 NLMS Algorithm solves this problem by normalizing with
the power of the input, thereby converging faster than
LMS
Polar Beam Pattern X-Y Beam Pattern
Adaptive Beam-Forming by NLMS Algorithm
Error and Weight Vector Convergence by NLMS Algorithm
Error Performance
Adaptive Beam-Forming by NLMS
Algorithm
Recursive Least Square (RLS) Algorithm
RLS Algorithm Summary
The RLS algorithm for a 𝒑 𝒕𝒉
order RLS filter can be
summarized as:
Parameters: 𝑝 = filter order
𝜆 = forgetting factor
𝛿 = value to initialize 𝑷 0
Initialization : 𝑤 𝑛 = 0
𝑥 𝑘 = 0, 𝑘 = −𝑝, . . . , −1
𝑑 𝑘 = 0, 𝑘 = −𝑝, . . . , −1
𝑷 0 = 𝛿−1
𝐼 𝑝×𝑝
Advantages & DisAdvantages of RLS algorithm:
 No need to invert matrices, thereby saving computational
power.
 It provides intuition behind its results.
 Faster than LMS and NLMS but more complex
Computation: For 𝑛 = 0,1,2, . . .
𝑥 𝑛 = [𝑥 𝑛 , 𝑥 𝑛 − 1 , . . . , 𝑥 𝑛 − 𝑝 ] 𝑇
𝛼 𝑛 = 𝑑 𝑛 − 𝑥 𝑇(𝑛) 𝑤 𝑛 − 1
𝒈 𝑛 =
𝑷 𝑛 − 1 𝑥∗ 𝑛
𝜆 + 𝑥 𝑇 𝑛 𝑷 𝑛 − 1 𝑥∗ 𝑛
𝑷 𝑛 = 𝜆−1 𝑷 𝑛 − 1 − 𝑔 𝑛 𝑥 𝑇(𝑛)𝜆−1 𝑷 𝑛 − 1
w 𝑛 = 𝑤 𝑛 − 1 − 𝛼(𝑛) 𝑔 𝑛
Polar Beam Pattern X-Y Beam Pattern
Adaptive Beam-Forming by RLS Algorithm
Error and Weight Vector Convergence by RLS Algorithm
Error Performance
Adaptive Beam-Forming by RLS
Algorithm
Constant Modulus (CM) Algorithm
CM Algorithm Summary
 Used for blind equalization of signals that have a constant
modulus such as MSK signal.
 It updates the weight coefficients exactly as LMS algorithm
 The error is defined by
𝑒 𝑛 = 1 − 𝑦 𝑛 2
− 𝑦∗
𝑛
Advantages:
 It only needs the instantaneous amplitude of the array output
𝑦 𝑛 , thereby, No synchronization is required.
 Simple to implement.
Dis-Advantages:
 Limited Applications since it valid only for constant modulus
Signals
Non-Constant Modulus
source constellation
(16-QAM)
CM source
Constellation
(4-PSK)
Polar Beam Pattern X-Y Beam Pattern
Adaptive Beam-Forming by CM Algorithm
Error and Weight Vector Convergence by CM Algorithm
Eye-Diagram Performance
Adaptive Beam-Forming by CM Algorithm
Transmitted Signal Received Signal before BF Received Signal After BF
Motivation to 3D Beam-Forming with
Full Dimension MIMO
Agenda
1. Introduction Videos about LTE AP Pro
2. Overview on LTE and 4.5 G Evolution Around the World
3. LTE Advance Pro: Enhancements
4. LTE Advance Pro: New Use Cases
5. Case Study: Turkey’s Mobile Operators Evolution towards 4.5 G
6. Summary of LTE Advance Pro
7. MATLAB Simulation: 2D Beamforming algorithms (LMS, NLMS RLS and CM)
8. References
References
[1] http://www.dailysabah.com/technology/2015/08/26/turkeys-45g-mobile-technology-tender-concludes-with-a-record-bid-
of-396-billion
[2] http://www.huawei.com/en/news/2016/2/Huawei-Opened-Massive-Commercial-Use-Era-of-45G
[3] http://www.huawei.com/en/news/2016/5/Huawei-Helps-Turkey-with-45G
[4] White paper: LTE-Advanced Pro Pushing LTE capabilities towards 5G, Nokia Solutions and Networks
[5] White paper: Nokia Active Antenna Systems: A step-change in base station site performance, Nokia Solutions and Networks
[6] Ericsson White paper: LTE release 13, Uen 284 23-8267 | April 2015 ,
[7] Leading the path towards 5G with LTE Advanced Pro January 2016 Qualcomm Technologies, Inc.
[8] Progress on LAA and its relationship to LTE-U and MulteFire™ Qualcomm Technologies, Inc. February 22, 2016
[9] Mobile technology shares: 2020 forecast, Global mobile Suppliers Association (GSA), March 3, 2016.
[10] Global 4.5G Development presented in Turkey 4.5G Industry Summit on May 10, 2016 – Istanbul, Turkey
[11] LTE MTC: Optimizing LTE Advanced for Machine-Type Communications, Qualcomm Technologies, Inc. November 2014
Mohammed Abuibaid
Live & Breathe Wireless

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

OKUMURA, HATA and COST231 Propagation Models
OKUMURA, HATA and COST231 Propagation ModelsOKUMURA, HATA and COST231 Propagation Models
OKUMURA, HATA and COST231 Propagation Models
 
Cdma ppt for ECE
Cdma ppt for ECECdma ppt for ECE
Cdma ppt for ECE
 
Smart antennas
Smart antennasSmart antennas
Smart antennas
 
Microstrip Patch Antenna Design
Microstrip Patch Antenna DesignMicrostrip Patch Antenna Design
Microstrip Patch Antenna Design
 
Outdoor propagatiom model
Outdoor propagatiom modelOutdoor propagatiom model
Outdoor propagatiom model
 
Lte Presentation.Ppt
Lte Presentation.PptLte Presentation.Ppt
Lte Presentation.Ppt
 
UMTS, Introduction.
UMTS, Introduction.UMTS, Introduction.
UMTS, Introduction.
 
Array Antennas
Array AntennasArray Antennas
Array Antennas
 
Traveling Wave Antenna
Traveling Wave Antenna  Traveling Wave Antenna
Traveling Wave Antenna
 
GSM channels
GSM channelsGSM channels
GSM channels
 
Adaptive analog beamforming
Adaptive analog beamformingAdaptive analog beamforming
Adaptive analog beamforming
 
Schelkunoff Polynomial Method for Antenna Synthesis
Schelkunoff Polynomial Method for Antenna SynthesisSchelkunoff Polynomial Method for Antenna Synthesis
Schelkunoff Polynomial Method for Antenna Synthesis
 
smart antennas ppt
smart antennas pptsmart antennas ppt
smart antennas ppt
 
Wireless Channels Capacity
Wireless Channels CapacityWireless Channels Capacity
Wireless Channels Capacity
 
Long Term Evolution (LTE) -
Long Term Evolution (LTE) -Long Term Evolution (LTE) -
Long Term Evolution (LTE) -
 
MU- mimo [autosaved]
MU- mimo [autosaved]MU- mimo [autosaved]
MU- mimo [autosaved]
 
Cognitive Radio
Cognitive RadioCognitive Radio
Cognitive Radio
 
Outdoor indoor Propagation
Outdoor indoor PropagationOutdoor indoor Propagation
Outdoor indoor Propagation
 
2.5 capacity calculations of fdma, tdma and cdma
2.5   capacity calculations of fdma, tdma and cdma2.5   capacity calculations of fdma, tdma and cdma
2.5 capacity calculations of fdma, tdma and cdma
 
GSM Technology
GSM TechnologyGSM Technology
GSM Technology
 

Ähnlich wie Adaptive Beamforming Algorithms

Application of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdmaApplication of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdmamarwaeng
 
A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas
A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas
A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas cscpconf
 
Real Time Implementation of Adaptive Beam former for Phased Array Radar over ...
Real Time Implementation of Adaptive Beam former for Phased Array Radar over ...Real Time Implementation of Adaptive Beam former for Phased Array Radar over ...
Real Time Implementation of Adaptive Beam former for Phased Array Radar over ...CSCJournals
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaTELKOMNIKA JOURNAL
 
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...IJRST Journal
 
Dynamic Music Emotion Recognition Using State-Space Models
Dynamic Music Emotion Recognition Using State-Space ModelsDynamic Music Emotion Recognition Using State-Space Models
Dynamic Music Emotion Recognition Using State-Space Modelsmultimediaeval
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmEfficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmCemal Ardil
 
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHMADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHMpijans
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...IRJET Journal
 
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAS
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNASHEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAS
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAScscpconf
 
Heuristic based adaptive step size clms algorithms for smart antennas
Heuristic based adaptive step size clms algorithms for smart antennasHeuristic based adaptive step size clms algorithms for smart antennas
Heuristic based adaptive step size clms algorithms for smart antennascsandit
 
Smart antenna algorithm and application
Smart antenna algorithm and applicationSmart antenna algorithm and application
Smart antenna algorithm and applicationVirak Sou
 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSiosrjce
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems IRJET Journal
 

Ähnlich wie Adaptive Beamforming Algorithms (20)

Application of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdmaApplication of smart antenna interference suppression techniques in tdscdma
Application of smart antenna interference suppression techniques in tdscdma
 
A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas
A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas
A Performance Analysis of CLMS and Augmented CLMS Algorithms for Smart Antennas
 
Real Time Implementation of Adaptive Beam former for Phased Array Radar over ...
Real Time Implementation of Adaptive Beam former for Phased Array Radar over ...Real Time Implementation of Adaptive Beam former for Phased Array Radar over ...
Real Time Implementation of Adaptive Beam former for Phased Array Radar over ...
 
Efficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antennaEfficient combined fuzzy logic and LMS algorithm for smart antenna
Efficient combined fuzzy logic and LMS algorithm for smart antenna
 
E0812730
E0812730E0812730
E0812730
 
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
A Novel Approach for Interference Suppression Using a Improved LMS Based Adap...
 
W25116118
W25116118W25116118
W25116118
 
K010217785
K010217785K010217785
K010217785
 
Dynamic Music Emotion Recognition Using State-Space Models
Dynamic Music Emotion Recognition Using State-Space ModelsDynamic Music Emotion Recognition Using State-Space Models
Dynamic Music Emotion Recognition Using State-Space Models
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithmEfficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
 
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHMADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
ADAPTIVE ARRAY BEAMFORMING USING AN ENHANCED RLS ALGORITHM
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
 
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAS
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNASHEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAS
HEURISTIC BASED ADAPTIVE STEP SIZE CLMS ALGORITHMS FOR SMART ANTENNAS
 
Heuristic based adaptive step size clms algorithms for smart antennas
Heuristic based adaptive step size clms algorithms for smart antennasHeuristic based adaptive step size clms algorithms for smart antennas
Heuristic based adaptive step size clms algorithms for smart antennas
 
Smart antenna algorithm and application
Smart antenna algorithm and applicationSmart antenna algorithm and application
Smart antenna algorithm and application
 
I017325055
I017325055I017325055
I017325055
 
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLSBER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
BER Analysis ofImpulse Noise inOFDM System Using LMS,NLMS&RLS
 
Link adaptation
Link adaptationLink adaptation
Link adaptation
 
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems     Sparse channel estimation by pilot allocation  in   MIMO-OFDM systems
Sparse channel estimation by pilot allocation in MIMO-OFDM systems
 
nazelan2017.pdf
nazelan2017.pdfnazelan2017.pdf
nazelan2017.pdf
 

Mehr von Mohammed Abuibaid

Mehr von Mohammed Abuibaid (8)

5G Network Slicing Using Mininet
5G Network Slicing Using Mininet5G Network Slicing Using Mininet
5G Network Slicing Using Mininet
 
Mobile Positioning System
Mobile Positioning SystemMobile Positioning System
Mobile Positioning System
 
Noise cancellation
Noise cancellationNoise cancellation
Noise cancellation
 
How does 3D technology work ?
How does 3D technology work ?How does 3D technology work ?
How does 3D technology work ?
 
RF Antenna Planning
RF Antenna PlanningRF Antenna Planning
RF Antenna Planning
 
LTE Advance Pro
LTE Advance ProLTE Advance Pro
LTE Advance Pro
 
Convolutional Error Control Coding
Convolutional Error Control CodingConvolutional Error Control Coding
Convolutional Error Control Coding
 
Carrier Sense Multiple Access (CSMA)
Carrier Sense Multiple Access (CSMA)Carrier Sense Multiple Access (CSMA)
Carrier Sense Multiple Access (CSMA)
 

Kürzlich hochgeladen

Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solidnamansinghjarodiya
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communicationpanditadesh123
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdfHafizMudaserAhmad
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...121011101441
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionMebane Rash
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Coursebim.edu.pl
 
Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfChristianCDAM
 
Crystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxCrystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxachiever3003
 
Autonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptAutonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptbibisarnayak0
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdfCaalaaAbdulkerim
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONjhunlian
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptNarmatha D
 

Kürzlich hochgeladen (20)

Engineering Drawing section of solid
Engineering Drawing     section of solidEngineering Drawing     section of solid
Engineering Drawing section of solid
 
multiple access in wireless communication
multiple access in wireless communicationmultiple access in wireless communication
multiple access in wireless communication
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf11. Properties of Liquid Fuels in Energy Engineering.pdf
11. Properties of Liquid Fuels in Energy Engineering.pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...Instrumentation, measurement and control of bio process parameters ( Temperat...
Instrumentation, measurement and control of bio process parameters ( Temperat...
 
US Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of ActionUS Department of Education FAFSA Week of Action
US Department of Education FAFSA Week of Action
 
Katarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School CourseKatarzyna Lipka-Sidor - BIM School Course
Katarzyna Lipka-Sidor - BIM School Course
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Ch10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdfCh10-Global Supply Chain - Cadena de Suministro.pdf
Ch10-Global Supply Chain - Cadena de Suministro.pdf
 
Crystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptxCrystal Structure analysis and detailed information pptx
Crystal Structure analysis and detailed information pptx
 
Autonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.pptAutonomous emergency braking system (aeb) ppt.ppt
Autonomous emergency braking system (aeb) ppt.ppt
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
Research Methodology for Engineering pdf
Research Methodology for Engineering pdfResearch Methodology for Engineering pdf
Research Methodology for Engineering pdf
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTIONTHE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
THE SENDAI FRAMEWORK FOR DISASTER RISK REDUCTION
 
Industrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.pptIndustrial Safety Unit-IV workplace health and safety.ppt
Industrial Safety Unit-IV workplace health and safety.ppt
 

Adaptive Beamforming Algorithms

  • 1. KOCAELI UNIVERSITY Graduate School of Natural and Applied Sciences Prepared By: Mohammed ABUIBAID Email: m.a.abuibaid@gmail.com Electronic and Communication Engineering Adaptive Beam-Forming AcademicYear 2015/2016
  • 2. The radiated energy in direction to UEs are much stronger than the other parts which is not directed to UEs. Motivation (Why we need Beam-Forming ?) The radiated energy in almost same amount in all direction but a large portions of energy not directed to those UEs is wasted
  • 3. Technologies for BeamForming Switched Array Antenna  This technique changes the beam pattern by switching on/off antenna selectively from the array of a antenna system.  Used in WPAN applications DSP Based Phase Manipulation  This technique changes the beam pattern by changing the phase of the signal going through each antenna.  Used in military applications of SONAR and RADAR. Beamforming by Precoding  This technique changes the beam pattern by applying a specific precoding matrix.  Used in 3GPP LTE, WiMax.
  • 4. Basic Concept: Phased Array Beam-Forming  Phased Array is a directive antenna made with individual radiating sources (several units to thousands of elements).  Radiating Elements might be: dipoles, open- ended waveguides, slotted waveguides, micro- strip antennas, helices, spirals etc.  The Shape and Direction of pattern is determined by: 1. Number of Radiating Elements 2. Relative Phases and Amplitudes applied to each radiating element 3. Spacing between radiating elements 4. Operating Frequency
  • 5. Generic Adaptive Antenna Array System For optimal transmission/reception of the desired signal d, an adaptive update of the Weight Vector W is needed to steer spatial filtering beam to the target’s time-varying DOA and thus get rid of interferers. Adaptive Beamforming Schemes: 1. Least Mean Squares (LMS) Algorithm 2. Normalized LMS Algorithm 3. Recursive Least Square (RLS) Algorithm 4. Constant Modulus (CM) Algorithm
  • 6. General Classifications Of Adaptive Array Algorithms Non-blind Adaptive Algorithms rely on statistical knowledge about the transmitted signal in order to converge to a solution. Blind Adaptive Algorithms do not require prior training, and hence they are referred to as “blind” algorithms.
  • 7. Least Mean Squares (LMS) Algorithm LMS Algorithm Summary The LMS algorithm for a 𝑝 𝑡ℎorder algorithm can be summarized as: Parameters: 𝑝 = filter order 𝜇 = step size Initialization: ℎ 0 = 𝑧𝑒𝑟𝑜𝑠(𝑝) Computation: For 𝑛 = 0,1,2, . . . 𝑥 𝑛 = [𝑥 𝑛 , 𝑥 𝑛 − 1 , . . . , 𝑥 𝑛 − 𝑝 + 1 ] 𝑇 𝑒 𝑛 = 𝑑 𝑛 − ℎ 𝐻(𝑛) 𝑥 𝑛 ℎ 𝑛 + 1 = ℎ 𝑛 − 𝜇𝑒∗ 𝑛 𝑥 𝑛 Advantages & DisAdvantages of LMS algorithm: 1. Simplicity in implementation 2. Stable and robust performance against different signal conditions 3. Slow convergence (due to eigenvalue spread)
  • 8. Adaptive Beam-Forming by LMS Algorithm Polar Beam Pattern X-Y Beam Pattern
  • 9. Error and Weight Vector Convergence by LMS Algorithm
  • 11. Normalized LMS Algorithm NLMS Algorithm Summary The NLMS algorithm for a 𝒑 𝒕𝒉 order algorithm can be summarized as: Parameters: 𝑝 = filter order 𝜇 = step size Initialization: ℎ 0 = 𝑧𝑒𝑟𝑜𝑠(𝑝) Computation: For 𝑛 = 0,1,2, . . . 𝑥 𝑛 = [𝑥 𝑛 , 𝑥 𝑛 − 1 , . . . , 𝑥 𝑛 − 𝑝 + 1 ] 𝑇 𝑒 𝑛 = 𝑑 𝑛 − ℎ 𝐻 (𝑛) 𝑥 𝑛 ℎ 𝑛 + 1 = ℎ 𝑛 − 𝜇𝑒∗ 𝑛 𝑥 𝑛 𝑥 𝐻 𝑛 𝑥 𝑛 Improvements on ‘Pure’ LMS algorithm:  LMS algorithm is sensitive to the scaling of its input 𝑥 𝑛  Choosing a learning rate 𝜇 that guarantees stability of LMS algorithm is impossible.  NLMS Algorithm solves this problem by normalizing with the power of the input, thereby converging faster than LMS
  • 12. Polar Beam Pattern X-Y Beam Pattern Adaptive Beam-Forming by NLMS Algorithm
  • 13. Error and Weight Vector Convergence by NLMS Algorithm
  • 15. Recursive Least Square (RLS) Algorithm RLS Algorithm Summary The RLS algorithm for a 𝒑 𝒕𝒉 order RLS filter can be summarized as: Parameters: 𝑝 = filter order 𝜆 = forgetting factor 𝛿 = value to initialize 𝑷 0 Initialization : 𝑤 𝑛 = 0 𝑥 𝑘 = 0, 𝑘 = −𝑝, . . . , −1 𝑑 𝑘 = 0, 𝑘 = −𝑝, . . . , −1 𝑷 0 = 𝛿−1 𝐼 𝑝×𝑝 Advantages & DisAdvantages of RLS algorithm:  No need to invert matrices, thereby saving computational power.  It provides intuition behind its results.  Faster than LMS and NLMS but more complex Computation: For 𝑛 = 0,1,2, . . . 𝑥 𝑛 = [𝑥 𝑛 , 𝑥 𝑛 − 1 , . . . , 𝑥 𝑛 − 𝑝 ] 𝑇 𝛼 𝑛 = 𝑑 𝑛 − 𝑥 𝑇(𝑛) 𝑤 𝑛 − 1 𝒈 𝑛 = 𝑷 𝑛 − 1 𝑥∗ 𝑛 𝜆 + 𝑥 𝑇 𝑛 𝑷 𝑛 − 1 𝑥∗ 𝑛 𝑷 𝑛 = 𝜆−1 𝑷 𝑛 − 1 − 𝑔 𝑛 𝑥 𝑇(𝑛)𝜆−1 𝑷 𝑛 − 1 w 𝑛 = 𝑤 𝑛 − 1 − 𝛼(𝑛) 𝑔 𝑛
  • 16. Polar Beam Pattern X-Y Beam Pattern Adaptive Beam-Forming by RLS Algorithm
  • 17. Error and Weight Vector Convergence by RLS Algorithm
  • 19. Constant Modulus (CM) Algorithm CM Algorithm Summary  Used for blind equalization of signals that have a constant modulus such as MSK signal.  It updates the weight coefficients exactly as LMS algorithm  The error is defined by 𝑒 𝑛 = 1 − 𝑦 𝑛 2 − 𝑦∗ 𝑛 Advantages:  It only needs the instantaneous amplitude of the array output 𝑦 𝑛 , thereby, No synchronization is required.  Simple to implement. Dis-Advantages:  Limited Applications since it valid only for constant modulus Signals Non-Constant Modulus source constellation (16-QAM) CM source Constellation (4-PSK)
  • 20. Polar Beam Pattern X-Y Beam Pattern Adaptive Beam-Forming by CM Algorithm
  • 21. Error and Weight Vector Convergence by CM Algorithm
  • 22. Eye-Diagram Performance Adaptive Beam-Forming by CM Algorithm Transmitted Signal Received Signal before BF Received Signal After BF
  • 23. Motivation to 3D Beam-Forming with Full Dimension MIMO
  • 24. Agenda 1. Introduction Videos about LTE AP Pro 2. Overview on LTE and 4.5 G Evolution Around the World 3. LTE Advance Pro: Enhancements 4. LTE Advance Pro: New Use Cases 5. Case Study: Turkey’s Mobile Operators Evolution towards 4.5 G 6. Summary of LTE Advance Pro 7. MATLAB Simulation: 2D Beamforming algorithms (LMS, NLMS RLS and CM) 8. References
  • 25. References [1] http://www.dailysabah.com/technology/2015/08/26/turkeys-45g-mobile-technology-tender-concludes-with-a-record-bid- of-396-billion [2] http://www.huawei.com/en/news/2016/2/Huawei-Opened-Massive-Commercial-Use-Era-of-45G [3] http://www.huawei.com/en/news/2016/5/Huawei-Helps-Turkey-with-45G [4] White paper: LTE-Advanced Pro Pushing LTE capabilities towards 5G, Nokia Solutions and Networks [5] White paper: Nokia Active Antenna Systems: A step-change in base station site performance, Nokia Solutions and Networks [6] Ericsson White paper: LTE release 13, Uen 284 23-8267 | April 2015 , [7] Leading the path towards 5G with LTE Advanced Pro January 2016 Qualcomm Technologies, Inc. [8] Progress on LAA and its relationship to LTE-U and MulteFire™ Qualcomm Technologies, Inc. February 22, 2016 [9] Mobile technology shares: 2020 forecast, Global mobile Suppliers Association (GSA), March 3, 2016. [10] Global 4.5G Development presented in Turkey 4.5G Industry Summit on May 10, 2016 – Istanbul, Turkey [11] LTE MTC: Optimizing LTE Advanced for Machine-Type Communications, Qualcomm Technologies, Inc. November 2014
  • 26. Mohammed Abuibaid Live & Breathe Wireless

Hinweis der Redaktion

  1. SONAR:  Sound Navigation and Ranging RADAR: Radio Detection and Ranging