3
Most read
7
Most read
9
Most read
1
DEPARTMENT OF ELECTRONICS ENGINEERING
PONDICHERRY UNIVERSITY
SIMULATION OF HANDOFF
PERFORMANCE USING MATLAB
GUIDED BY
PROF. Dr. P. SAMUNDISWARI
Dept. Of Electronics Engineering
PRESENTED BY
ARUNKUMAR G
VAISHALI K
M.Tech (ECE) - Ist yr
2
CONTENTS
S. NO. TOPIC PAGE
NO.
1 OBJECTIVE 3
2 INTRODUCTION 3
3 BLOCK DIAGRAM 6
4 WORKING PRINCIPLE 6
5 CODE 7
6 SIMULATION OUTPUT 9
7 ADVANTAGES 11
8 DISADVANTAGES 11
9 CONCLUSION 11
10 REFERENCES 12
3
OBJECTIVE:
• The main aim of the project is to simulate handoff performance using
MATLAB code.
SOFTWARE USED:
• MATLAB R2020a
• MATLAB an abbreviation of (“MATrix LABoratory”) is
a proprietary multi-paradigm programming language and numeric
computing environment developed by mathworks.
INTRODUCTION:
• Handoff refers to a process of transferring an ongoing call or data
session from one channel connected to the core network to another.
• Process of transferring a MS from one base station to another.
• Also called as Handover
• Handoff management is the process by which a mobile node keeps its
connection active when it moves from one access point to another.
STAGES IN HANDOFF:
• There are three stages in a handoff process.
• First, the initiation of handoff is triggered by either the mobile device,
4
or a network agent, or the changing network conditions.
• The second stage is for a new connection generation, where the
network must find new resources for the handoff connection and
perform any additional routing operations.
• Finally, data-flow control needs to maintain the delivery of the data
from the old connection path to the new connection path according to
the agreed-upon QoS guarantees.
REASONS FOR HANDOFFS:
• Mobile device moves from one cell to another cell.
• To avoid call termination: call drops.
• When the capacity for connecting new calls of a given cell is used up.
• In other words when the capacity of the cell is exhausted.
• Interference in the channels.
• When the user behaviour change like - Speed and mobility.
• Interference from the small neighbouring cells.
HANDOFF DETECTION:
• The plane wave amplitudes, phases, and angles of arrival relative to the
direction of motion are random.
• These plane waves interfere and produce a varying field strength
pattern.
• The MS's received signal fades rapidly and deeply as it moves through
this interference pattern.
• By reciprocity, the BS receiver experiences the same phenomenon as
the MS due to the MS motion.
5
TYPES OF HANDOFFS:
• Types of handoff depends on the movement of the mobile device, it may
undergo various
• Intra system handoff / horizontal handoff
• Inter-system handoffs / vertical handoff
➢ Hard handoff: break before make connection
➢ Soft handoff: Make-before-break connection
HANDOFF SCENARIOS:
• Handoffs in homogeneous networks are referred to as intra-system
handoffs. It occurs when the signal strength of the serving BS goes
below a certain threshold value.
• An inter-system handoff between heterogeneous networks may arise in
the following scenarios.
when a user moves out of the serving network and enters an
overlying network,
when a user connected to a network chooses to handoff to an
underlying or overlaid network for his/her service requirements,
when the overall load on the network is required to be distributed
among different systems.
6
HANDOFF PROTOCOLS:
• Mainly there are Four types of handoff protocols which help in providing
continuous and QOS-guaranteed service.
❖ Network-controlled handoff (NCHO)
❖ Mobile-assisted handoff (MAHO)
❖ Soft handoff (SHO) and
❖ Mobile-controlled handoff (MCHO)
BLOCK DIAGRAM:
WORKING PRINCIPLE:
• Let us consider the user (MS) in the car moves away from the cell of one
tower (Base Station), the signal strength of that Base Station reduces.
However, the signal from another (now closer) Base Station grows, and a
handoff is imminent.
• One of the building blocks of cellular communication is mobility, which
7
refers to providing users with the freedom of movement while they still
are connected to the network.
• Handoffs play a major role in allowing users to move across cells
without the fear of being disconnected.
• It is also to be noted that a handoff may also be triggered when the
number of subscribers in a particular cell has already reached the cell’s
maximum limit, keeping the network safe from the threat of being
congested and overloaded.
CODE:
hte=150;
%height of transmitting base station antenna in meters
hre=10;
%height of receiving antenna of mobile station in meters
sdA=3;
%standard deviation of noise for Base station A
sdB=5;
%standard deviation of noise for Base station B
noiseA=sdA*randn(1,50);
noiseB=sdB*randn(1,50);
fc=input('Enter the input frequency= ');
for d=1:50
% path loss calculation Between Mobile & Base station A
LA(d)=(69.55+26.6*log10(fc))-(13.82*log10(hte))-((1.11*log10(fc)-
0.7)*(10)+(1.56*log10(fc)-0.8))+((44.9-6.55*log10(hte))*log10(d));
%path loss calculation Between Mobile & Base station B
LB(d)=(69.55+26.6*log10(fc))-(13.82*log10(hte))-((1.11*log10(fc)-
0.7)*(10)+(1.56*log10(fc)-0.8))+((44.9-6.55*log10(hte))*log10(51-(d)));
% path loss calculation for free space model
LF(d)=32.4+20*log10(fc)+20*log10(d);
8
% Received power at A without noise
SrA(d)=60-LA(d);
% Received power at B without noise
SrB(d)=60-LB(d);
% Received power at A with Gaussian noise sd=3
PrA(d)=60-LA(d)+noiseA(d) ;
% Received power at B with Gaussian noise sd=5
PrB(d)=60-LB(d)+noiseB(d);
end
figure(1)
subplot(2,1,1);
plot (PrA);
hold on
plot (PrB,'m');
axis([0 50 -110 -50]);
xlabel('distance');
ylabel('signal strength')
grid
subplot(2,1,2);
plot(SrA);
hold on
plot(SrB,'m');
axis([0 50 -110 -50]);
xlabel('distance');
ylabel('signal strength')
grid
figure(2)
plot(LA);
hold on
plot(LF);
xlabel('distance');
ylabel('signal strength')
9
SIMULATION OUTPUT:
Enter the input frequency= 300
10
Enter the input frequency= 10000
11
ADVANTAGES OF SOFT HANDOFF:
• Provides better Quality Assurance as a channel
• More than one repeater can send and receive signals to transmit signals
to and from mobiles, increasing transfer speed and Delay is very low
• Soft Handover Gain: Soft Handoffs lead to an increase in the signal to
interference ratio, without performance loss.
DISADVANTAGES OF SOFT HANDOFF:
• Only supported for phones that employ CDMA/ WCDMA, and cannot
be implemented in LTE or GSM.
• Costlier to implement than Hard Handoff as a channel is always wasted
by being the backup.
ADVANTAGES OF HARD HANDOFF:
• Hard Handovers are cheaper as they require only one channel to be
active at a time.
• Hard Handoffs are generally implemented more than Soft Handoffs
because of their efficiency.
DISADVANTAGES OF HARD HANDOFF:
• A delay is often experienced while switching, but it generally is quite
small such that the user does not experience it.
CONCLUSION:
• In this assignment we have done the performance of handoff using
matlab code.
• Soft Handoffs are generally used in MS that employ Code Division
Multiple Access (CDMA) or Wideband CDMA (WCDMA), and its
12
associated services, and also in applications that require a continuous
connection throughout, possibly for security purposes.
• Hard Handoffs are implemented in TDMA devices, used in applications
that can afford slight delays, such as Internet, and WiMAX.
REFERENCE:
• https://www.slideshare.net/ajal4u/handoff
• https://slideplayer.com/slide/12801780/
• https://technobyte.org/handoff-types-mobile-communication-
wireless-network/
• https://docplayer.net/amp/5843657-The-design-objective-of-early-
mobile-radio-systems-was-to-achieve-a-large-coverage.html
• https://technobyte.org/handoff-types-mobile-communication-
wireless-network/
• https://www.scribd.com/document/70971812/simulation-of-handoff-
performance-in-cellular-mobile-communication

More Related Content

PPT
Code Division Multiple Access- CDMA
PDF
Heterogeneous Networks(HetNets)
PPTX
Thermistor
PPT
Presentation on 1G/2G/3G/4G/5G/Cellular & Wireless Technologies
PDF
Unit 1 Numerical Problems on PN Junction Diode
PPT
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
PPTX
Active, reactive and apparent power
PPT
Magnetism
Code Division Multiple Access- CDMA
Heterogeneous Networks(HetNets)
Thermistor
Presentation on 1G/2G/3G/4G/5G/Cellular & Wireless Technologies
Unit 1 Numerical Problems on PN Junction Diode
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
Active, reactive and apparent power
Magnetism

What's hot (20)

PPTX
Turbo codes
PPT
Channel assignment strategies
PPTX
Turbo codes.ppt
PPTX
Gsm architecture
PPT
Umts(3g)
PPTX
Introduction to Wireless Communication
PPTX
Handoff in Mobile Communication
PPT
Massive mimo
PPTX
HSPA(High Speed Packet Access)
PDF
Multi Carrier Modulation OFDM & FBMC
PPT
Evaluation of cellular network
PPTX
Rs 232 interface
PPTX
Element of switching system
PPTX
PPTX
wireless communication system
PPT
Interferences
PDF
2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...
PPTX
Tdm and fdm
PPTX
Geographic Routing in WSN
PPTX
Lte Presentation.Ppt
Turbo codes
Channel assignment strategies
Turbo codes.ppt
Gsm architecture
Umts(3g)
Introduction to Wireless Communication
Handoff in Mobile Communication
Massive mimo
HSPA(High Speed Packet Access)
Multi Carrier Modulation OFDM & FBMC
Evaluation of cellular network
Rs 232 interface
Element of switching system
wireless communication system
Interferences
2 g and 3g kpi improvement by parameter optimization (nsn, ericsson, huawei) ...
Tdm and fdm
Geographic Routing in WSN
Lte Presentation.Ppt
Ad

Similar to Simulation of handoff performance using matlab (20)

PPT
Call Admission Control In Mobile Wireless Networks
PDF
Ijeet 06 08_006
PPTX
PDF
Wap based seamless roaming in urban environment with wise handoff technique
PPTX
Lecture 2 Chapter 2- Mobile Communication.pptx
PDF
Enhanced Seamless Handoff Using Multiple Access Points in Wireless Local Area...
PDF
Enhanced Seamless Handoff Using Multiple Access Points in Wireless Local Area...
PDF
Handoff in cellular systems
PPTX
QOS oriented vho scheme for wifi and wimax overlay networks
PPTX
EC3501-WC.pptx
PPTX
It2402 mobile communication unit1
PPTX
WEEK3 TE303, Telecommunication networks. TE. Channel Assignments
PDF
A Comparative Analysis of Vertical Handover Decision Process Algorithms for N...
PDF
Finalpresentation 130222143702-phpapp02
PPT
Cellular Networks in routing and switching
PPT
componenets design and networking with definitions CellularNetworks.ppt
PPT
CellularNetworks.ppt ppt
PPT
Cellular Networks - concepts, technology
PDF
29 88-96
Call Admission Control In Mobile Wireless Networks
Ijeet 06 08_006
Wap based seamless roaming in urban environment with wise handoff technique
Lecture 2 Chapter 2- Mobile Communication.pptx
Enhanced Seamless Handoff Using Multiple Access Points in Wireless Local Area...
Enhanced Seamless Handoff Using Multiple Access Points in Wireless Local Area...
Handoff in cellular systems
QOS oriented vho scheme for wifi and wimax overlay networks
EC3501-WC.pptx
It2402 mobile communication unit1
WEEK3 TE303, Telecommunication networks. TE. Channel Assignments
A Comparative Analysis of Vertical Handover Decision Process Algorithms for N...
Finalpresentation 130222143702-phpapp02
Cellular Networks in routing and switching
componenets design and networking with definitions CellularNetworks.ppt
CellularNetworks.ppt ppt
Cellular Networks - concepts, technology
29 88-96
Ad

More from VaishaliVaishali14 (8)

PPTX
Simulation of speech recognition using correlation method on matlab software
PPTX
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
PPTX
PERFORMANCE ANALYSIS OF 2*2 MIMO CHANNEL USING ZF EQUALIZER
PPTX
LINE OF SIGHT PROPAGATION
PPTX
Linear equalizations and its variations
PPTX
Optical heterodyne detection
PDF
Smart traffic light controller using verilog
PPTX
CMOS LOGIC STRUCTURES
Simulation of speech recognition using correlation method on matlab software
SIMULATION OF AN ELECTRONIC DICE CIRCUIT USING LEDs IN PROTEUS SOFTWARE
PERFORMANCE ANALYSIS OF 2*2 MIMO CHANNEL USING ZF EQUALIZER
LINE OF SIGHT PROPAGATION
Linear equalizations and its variations
Optical heterodyne detection
Smart traffic light controller using verilog
CMOS LOGIC STRUCTURES

Recently uploaded (20)

PDF
electrical machines course file-anna university
PPTX
Design ,Art Across Digital Realities and eXtended Reality
PPTX
MAD Unit - 3 User Interface and Data Management (Diploma IT)
PPTX
Cisco Network Behaviour dibuywvdsvdtdstydsdsa
PPTX
Agentic Artificial Intelligence (Agentic AI).pptx
PDF
Designing Fault-Tolerant Architectures for Resilient Oracle Cloud ERP and HCM...
PDF
Present and Future of Systems Engineering: Air Combat Systems
PDF
UEFA_Carbon_Footprint_Calculator_Methology_2.0.pdf
PDF
20250617 - IR - Global Guide for HR - 51 pages.pdf
PPTX
CS6006 - CLOUD COMPUTING - Module - 1.pptx
PPTX
CNS - Unit 1 (Introduction To Computer Networks) - PPT (2).pptx
PPTX
Wireless sensor networks (WSN) SRM unit 2
PDF
Unit1 - AIML Chapter 1 concept and ethics
PDF
MLpara ingenieira CIVIL, meca Y AMBIENTAL
PDF
VSL-Strand-Post-tensioning-Systems-Technical-Catalogue_2019-01.pdf
PDF
Lesson 3 .pdf
PDF
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
PPTX
chapter 1.pptx dotnet technology introduction
PDF
VTU IOT LAB MANUAL (BCS701) Computer science and Engineering
PDF
Computer System Architecture 3rd Edition-M Morris Mano.pdf
electrical machines course file-anna university
Design ,Art Across Digital Realities and eXtended Reality
MAD Unit - 3 User Interface and Data Management (Diploma IT)
Cisco Network Behaviour dibuywvdsvdtdstydsdsa
Agentic Artificial Intelligence (Agentic AI).pptx
Designing Fault-Tolerant Architectures for Resilient Oracle Cloud ERP and HCM...
Present and Future of Systems Engineering: Air Combat Systems
UEFA_Carbon_Footprint_Calculator_Methology_2.0.pdf
20250617 - IR - Global Guide for HR - 51 pages.pdf
CS6006 - CLOUD COMPUTING - Module - 1.pptx
CNS - Unit 1 (Introduction To Computer Networks) - PPT (2).pptx
Wireless sensor networks (WSN) SRM unit 2
Unit1 - AIML Chapter 1 concept and ethics
MLpara ingenieira CIVIL, meca Y AMBIENTAL
VSL-Strand-Post-tensioning-Systems-Technical-Catalogue_2019-01.pdf
Lesson 3 .pdf
UEFA_Embodied_Carbon_Emissions_Football_Infrastructure.pdf
chapter 1.pptx dotnet technology introduction
VTU IOT LAB MANUAL (BCS701) Computer science and Engineering
Computer System Architecture 3rd Edition-M Morris Mano.pdf

Simulation of handoff performance using matlab

  • 1. 1 DEPARTMENT OF ELECTRONICS ENGINEERING PONDICHERRY UNIVERSITY SIMULATION OF HANDOFF PERFORMANCE USING MATLAB GUIDED BY PROF. Dr. P. SAMUNDISWARI Dept. Of Electronics Engineering PRESENTED BY ARUNKUMAR G VAISHALI K M.Tech (ECE) - Ist yr
  • 2. 2 CONTENTS S. NO. TOPIC PAGE NO. 1 OBJECTIVE 3 2 INTRODUCTION 3 3 BLOCK DIAGRAM 6 4 WORKING PRINCIPLE 6 5 CODE 7 6 SIMULATION OUTPUT 9 7 ADVANTAGES 11 8 DISADVANTAGES 11 9 CONCLUSION 11 10 REFERENCES 12
  • 3. 3 OBJECTIVE: • The main aim of the project is to simulate handoff performance using MATLAB code. SOFTWARE USED: • MATLAB R2020a • MATLAB an abbreviation of (“MATrix LABoratory”) is a proprietary multi-paradigm programming language and numeric computing environment developed by mathworks. INTRODUCTION: • Handoff refers to a process of transferring an ongoing call or data session from one channel connected to the core network to another. • Process of transferring a MS from one base station to another. • Also called as Handover • Handoff management is the process by which a mobile node keeps its connection active when it moves from one access point to another. STAGES IN HANDOFF: • There are three stages in a handoff process. • First, the initiation of handoff is triggered by either the mobile device,
  • 4. 4 or a network agent, or the changing network conditions. • The second stage is for a new connection generation, where the network must find new resources for the handoff connection and perform any additional routing operations. • Finally, data-flow control needs to maintain the delivery of the data from the old connection path to the new connection path according to the agreed-upon QoS guarantees. REASONS FOR HANDOFFS: • Mobile device moves from one cell to another cell. • To avoid call termination: call drops. • When the capacity for connecting new calls of a given cell is used up. • In other words when the capacity of the cell is exhausted. • Interference in the channels. • When the user behaviour change like - Speed and mobility. • Interference from the small neighbouring cells. HANDOFF DETECTION: • The plane wave amplitudes, phases, and angles of arrival relative to the direction of motion are random. • These plane waves interfere and produce a varying field strength pattern. • The MS's received signal fades rapidly and deeply as it moves through this interference pattern. • By reciprocity, the BS receiver experiences the same phenomenon as the MS due to the MS motion.
  • 5. 5 TYPES OF HANDOFFS: • Types of handoff depends on the movement of the mobile device, it may undergo various • Intra system handoff / horizontal handoff • Inter-system handoffs / vertical handoff ➢ Hard handoff: break before make connection ➢ Soft handoff: Make-before-break connection HANDOFF SCENARIOS: • Handoffs in homogeneous networks are referred to as intra-system handoffs. It occurs when the signal strength of the serving BS goes below a certain threshold value. • An inter-system handoff between heterogeneous networks may arise in the following scenarios. when a user moves out of the serving network and enters an overlying network, when a user connected to a network chooses to handoff to an underlying or overlaid network for his/her service requirements, when the overall load on the network is required to be distributed among different systems.
  • 6. 6 HANDOFF PROTOCOLS: • Mainly there are Four types of handoff protocols which help in providing continuous and QOS-guaranteed service. ❖ Network-controlled handoff (NCHO) ❖ Mobile-assisted handoff (MAHO) ❖ Soft handoff (SHO) and ❖ Mobile-controlled handoff (MCHO) BLOCK DIAGRAM: WORKING PRINCIPLE: • Let us consider the user (MS) in the car moves away from the cell of one tower (Base Station), the signal strength of that Base Station reduces. However, the signal from another (now closer) Base Station grows, and a handoff is imminent. • One of the building blocks of cellular communication is mobility, which
  • 7. 7 refers to providing users with the freedom of movement while they still are connected to the network. • Handoffs play a major role in allowing users to move across cells without the fear of being disconnected. • It is also to be noted that a handoff may also be triggered when the number of subscribers in a particular cell has already reached the cell’s maximum limit, keeping the network safe from the threat of being congested and overloaded. CODE: hte=150; %height of transmitting base station antenna in meters hre=10; %height of receiving antenna of mobile station in meters sdA=3; %standard deviation of noise for Base station A sdB=5; %standard deviation of noise for Base station B noiseA=sdA*randn(1,50); noiseB=sdB*randn(1,50); fc=input('Enter the input frequency= '); for d=1:50 % path loss calculation Between Mobile & Base station A LA(d)=(69.55+26.6*log10(fc))-(13.82*log10(hte))-((1.11*log10(fc)- 0.7)*(10)+(1.56*log10(fc)-0.8))+((44.9-6.55*log10(hte))*log10(d)); %path loss calculation Between Mobile & Base station B LB(d)=(69.55+26.6*log10(fc))-(13.82*log10(hte))-((1.11*log10(fc)- 0.7)*(10)+(1.56*log10(fc)-0.8))+((44.9-6.55*log10(hte))*log10(51-(d))); % path loss calculation for free space model LF(d)=32.4+20*log10(fc)+20*log10(d);
  • 8. 8 % Received power at A without noise SrA(d)=60-LA(d); % Received power at B without noise SrB(d)=60-LB(d); % Received power at A with Gaussian noise sd=3 PrA(d)=60-LA(d)+noiseA(d) ; % Received power at B with Gaussian noise sd=5 PrB(d)=60-LB(d)+noiseB(d); end figure(1) subplot(2,1,1); plot (PrA); hold on plot (PrB,'m'); axis([0 50 -110 -50]); xlabel('distance'); ylabel('signal strength') grid subplot(2,1,2); plot(SrA); hold on plot(SrB,'m'); axis([0 50 -110 -50]); xlabel('distance'); ylabel('signal strength') grid figure(2) plot(LA); hold on plot(LF); xlabel('distance'); ylabel('signal strength')
  • 9. 9 SIMULATION OUTPUT: Enter the input frequency= 300
  • 10. 10 Enter the input frequency= 10000
  • 11. 11 ADVANTAGES OF SOFT HANDOFF: • Provides better Quality Assurance as a channel • More than one repeater can send and receive signals to transmit signals to and from mobiles, increasing transfer speed and Delay is very low • Soft Handover Gain: Soft Handoffs lead to an increase in the signal to interference ratio, without performance loss. DISADVANTAGES OF SOFT HANDOFF: • Only supported for phones that employ CDMA/ WCDMA, and cannot be implemented in LTE or GSM. • Costlier to implement than Hard Handoff as a channel is always wasted by being the backup. ADVANTAGES OF HARD HANDOFF: • Hard Handovers are cheaper as they require only one channel to be active at a time. • Hard Handoffs are generally implemented more than Soft Handoffs because of their efficiency. DISADVANTAGES OF HARD HANDOFF: • A delay is often experienced while switching, but it generally is quite small such that the user does not experience it. CONCLUSION: • In this assignment we have done the performance of handoff using matlab code. • Soft Handoffs are generally used in MS that employ Code Division Multiple Access (CDMA) or Wideband CDMA (WCDMA), and its
  • 12. 12 associated services, and also in applications that require a continuous connection throughout, possibly for security purposes. • Hard Handoffs are implemented in TDMA devices, used in applications that can afford slight delays, such as Internet, and WiMAX. REFERENCE: • https://www.slideshare.net/ajal4u/handoff • https://slideplayer.com/slide/12801780/ • https://technobyte.org/handoff-types-mobile-communication- wireless-network/ • https://docplayer.net/amp/5843657-The-design-objective-of-early- mobile-radio-systems-was-to-achieve-a-large-coverage.html • https://technobyte.org/handoff-types-mobile-communication- wireless-network/ • https://www.scribd.com/document/70971812/simulation-of-handoff- performance-in-cellular-mobile-communication