SlideShare a Scribd company logo
1 of 11
Download to read offline
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

An ANN Based Call Handoff Management
Scheme for Mobile Cellular Network
P. P. Bhattacharya1,Ananya Sarkar2, IndranilSarkar3,Subhajit Chatterjee4
1

Department of ECE, Faculty of Engineering and Technology, Mody Institute of Technology &
Science (Deemed University), Rajasthan, India
2
Department of ECE,College of Engineering and Management Kolaghat,
West Bengal, India
3
Department of ECE,Sobhasaria Group of Institutions, Rajasthan, India
4
Deparment of ECE, Swami Vivekananda Institute of Science and Technology, Barruipur, West
Bengal

Abstract
Handoff decisions are usually signal strength based because of simplicity and effectiveness. Apart from the
conventional techniques, such as threshold and hysteresis based schemes, recently many artificial
intelligent techniques such as Fuzzy Logic, Artificial Neural Network (ANN) etc. are also used for taking
handoff decision. In this paper, an Artificial Neural Network based handoff algorithm is proposed and it’s
performance is studied. We have used ANNhere for taking fast and accurate handoff decision. In our
proposed handoff algorithm, Backpropagation Neural Network model is used.The advantages of
Backpropagation method are its simplicity and reasonable speed. The algorithm is designed, tested and
found to give optimum results.

Keywords
Handoff; Backpropagation; Artificial Neural Network; Received Signal Strengths; Traffic Intensities.

1. INTRODUCTION
In mobile cellular communication, maintaining continuous communication when the user
migrates from one cell to another is done by changing the controlling base station – a process
called call Handoff. Handoff involves measurement, decision and execution. In present
generation mobile cellular systems, Mobile Station (MS) estimates the signal strengths from each
base station and the value of the received signal level is generally affected by three parameters :
path loss, shadow fading and small scale fading. Small scale fading has much shorter correlation
distance and averaged out over the time scale under consideration [1] and also anti-multipath
fading techniques are available now-a-days [2, 3]. Hence, in a system with anti-multipath
technique the effect of small scale fading is not normally considered. But in the present work,
multipath fading is considered for considering practical scenarios.
In practice, the low speed mobiles may stop after the handoff execution resulting unnecessary
handoff. Similarly, the high speed mobiles may move well into the next cell before the handoff
execution resulting call termination. Moreover, the signal strength from base station decreases as
exp (-γd) where d is the distance of the mobile station from base station and γ is the path loss
exponent. In uniform propagation environment, γ can be taken as constant. But in real
environment γ may have different values at different places varying from 2 to 6. So, an algorithm
based on path loss exponent and user velocity is essential.
DOI : 10.5121/ijwmn.2013.5610

125
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

As discussed above, handoff characteristics are user velocity dependent. The effect of mobile
velocity on handoff performance has been studied by many workers [4,5,6]. Performance metrics
such as probability of handoff, average number of handoff, call blocking probability and call
completion probability change significantly as user velocity changes. The traffic density in an
average urban area generally follows normal distribution [7]. In our country, the average speed in
four metro cities e.g, Delhi, Mumbai, Chennai and Kolkata were found to be 30 Km/hr, 25 Km/hr,
25 Km/hr and 22 Km/hr respectively [8]. Due to the sensitivity of handoff performance to path
loss exponent, as discussed in the previous section, a variable hysteresis scheme is already
proposed [9] where the hysteresis margin is determined as a function of path loss exponent.
In our work, signal strength from the serving and target base stations and traffic intensities of the
serving and target base stations are considered. A three layer ANN model [10] is chosen in the
design. Signal strengths from the serving and target base stations are estimated using least square
estimation method incorporating Rayleigh fading [11]. A Threshold and hysteresis margin based
scheme is chosen where handoff decision is taken only when the signal strength from the current
base falls below some threshold value and also the signal strength difference between the current
and the serving base station is higher than the hysteresis margin so as to avoid ping – pong effect.
In the proposed handoff scheme different signal strengths and traffic intensities are considered to
find out the position of handoff. Simulation is carried out using C++ language.

2. BACK PROPAGATION NEURAL NETWORK
An ANN which is an information-processing paradigm is configured for a particular application
through a learning process. In our proposed algorithm, Backpropagation Neural Network is used
which is an iterative method that starts with the last layer and moves backward through the layers
until the first layer is reached. In this method, the outputs and the errors in outputs are calculated
and the weights on the output units are altered. Then the errors in the hidden nodes are calculated
and the weights in the hidden nodes are altered. The Backpropagation algorithm changes the
weights to minimize the errors. The Backpropagation (BP) structure shown in Fig.1 consists of
three groups, or layers, of units: a layer of "input" units is connected to a layer of "hidden" units,
which is connected to a layer of "output" units. The activity of the input units represents the raw
information that is fed into the network. The activity of each hidden unit is determined by both
the activities of the input units and the connectivity weights between the input and the hidden
units. The behavior of the output units depends on the activity of the hidden units and the weights
between the hidden and output units.

126
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

Fig. 1 Backpropagation Neural Network

The number of nodes used in the hidden layer is 20. This number is found after training the
network and the errors were found to converge using the value [12]. The output node is a linearly
weighted sum of the hidden unit outputs. The outputs decide whether the system needs a handoff
or not. If output is -1, no handoff decision will be taken. If output is +1, then handoff decision
will be taken. This simple type of network is interesting because the hidden units are free to
construct their own representations of the input. The weights between the input and hidden units
determine when each hidden unit is active, and so by modifying these weights, a hidden unit can
choose what it represents. The advantages of back propagation method are its simplicity and
reasonable speed.
Selection of a good activation function is very important because it should be symmetric, and the
neural network should be trained to a value that is lower than the limits of the function. One good
selection for the activation function is the hyperbolic tangent, or F(y) = tanh(y), because it is
completely symmetric, as shown in Fig 2.

Fig. 2 Hyperbolic tangent function

127
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

Another reason for chosing it is that it's easy to obtain its derivative and also the value of
derivative can be expressed in terms of the output value (i.e., as opposed to the input value). In
our work, this hyperbolic tangent function is chosen.

3. PROPOSED HANDOFF ALGORITHM
Two base stations are considered in our paper and the cell radius is assumed to be 500 meter. Fig
3 is the flow chart illustrating the proposed handoff algorithm. Signal strengths of the serving and
target base stations are monitored. When the received signal strength from the serving BS less
than the threshold value and the received signal strength (RSS) from the serving BS is lower than
the target BS by hysteresis margin, then a handoff is done to continue the call in progress.
Otherwise no Handoff decision will be taken. Then Artificial Neural Network is used to take the
handoff decision depending on both RSSs and TIs [1] of the serving and target BSs. If output of
the neural network is +1 then handoff decision should be taken, where as for –1 no handoff will
be taken. The threshold value and the hysteresis margin are chosen to be -85 dBm and -5 dBm
respectively.
The inputs to the neural network are listed below 1. x1 is the signal strength of mobile received from the serving BS.
2. x2 is the signal strength of mobile received from the target BS.
3. x3 is the traffic intensity (TI) of the serving BS.
4. x4is the TI of the target BS.
5. x5 is the bias.
The received signal strength (RSS) is considered as:
Low (L): RSS ≤ −85 dBm and High (H): RSS > −85 dBm.
The Traffic Intensity is considered as follow:
Low (L): TI < 0.66 Erlangs/Channel,
Medium (M): 0.66 ≥ TI ≥ 0.76 Erlangs/ Channel,
High (H): TI >0.76 Erlangs/Channel,

128
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

Fig.3 Neural Network based Handoff Algorithm

In this paper four different cases are considered as mentioned in Table 1, such as:
1) Both the RSSs from the serving and target BSs are low.
2) The RSS from the serving BS is low while the RSS of the target BS is high.
3) Both the RSSs from the serving and target BSs are high.
4) The RSS from the serving BS is high while the RSS from the target BS is low.
In each case handoff decisions (HO: handoff or NOHO: no-handoff) will be taken depending on
the different levels of traffic intensities. Let us consider thatRSS from the serving cell is low and
the RSS of target cell is high and their traffic intensities are low and high respectively. It is
observed that neural network decides not to initiate handoff, as it is desired.

129
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

Table 1. Handoff decision

4. RESULTS AND DISCUSSIONS
The estimated signal strengths [5] from serving and target BS are shown in Fig.4. It is observed
that received signal strengthsfluctuatein a random manner in a Rayleigh fading environment. For
different values of hysteresis margin and threshold value, the possibilities of handoff against
distance from serving base station are calculated for different traffic intensities (Fig.5, 6, 7). It is
observed from the Fig.5,that for L/L or M/M or H/H or L/M (Low :L, Medium :M, High :H)
traffic intensity combinations the distance at which handoff decision is taken remain same. Again
for H/L or H/M or M/L traffic intensity combinations the distance at which handoff decision is
taken remain same as shown in Fig.6. While for L/H or M/H traffic intensity combinations no
handoff will be initiated as shown in Fig.7. The results show quick response and minimum
fluctuations in handoff decision. Moreover, average numbers of handoffs versus different
hysteresis margins and threshold values are calculated for different sets of traffic intensities
(Fig.8.). It is observed from the Fig.8.(a), that for L/L or M/M or H/H or L/M traffic intensity
combinations the average numbers of handoffs is same for different hysteresis margins and
different threshold values. Again for H/L or H/M or M/L traffic intensity combinations the
average numbers of handoffs is same for different hysteresis margins and different threshold
values as shown in Fig.8.(b). While for L/H or M/H traffic intensity combinations no handoff will
be initiated as shown in Fig.8(c). Thus the algorithm works well under all possible situations.

130
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

Hysteresis = -5 dBm and Threshold = - 85 dBm
(Low: L, Medium: M, High: H)

Fig.4 Received signal strengths ofserving and target base stations

Fig. 5 For L/L or M/M or H/H or L/M Traffic Intensities

131
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

Fig. 6ForH/L or H/M or M/L Traffic Intensities

Fig. 7For L/H or M/H Traffic Intensities

132
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

(a)

(b)

(c)
Fig. 8 No of Handoff vs. different Hysteresis margin for different Threshold value (a) For L/L or M/M or
H/H or L/M Traffic Intensities (b) For H/L or H/M Traffic Intensities (c) For L/H or M/H Traffic
Intensities

133
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013

5. CONCLUSIONS
A handoff algorithm using Artificial Neural Network is designed and the performance of the
algorithm is studied in this paper. It is observed from the results that the handoff decisions are
taken in appropriate positions and the numberof fluctuation are also low. Average number of
handoffis also low which minimizes base station and mobile switching centre processor loading.
The designed algorithm can be easily embedded and applied to practical mobile cellular
networks.

REFERENCES
[1]

N. Benvenuto and F. Santucci, “A least square path loss estimation approach to handoff algorithms”,
IEEE Transaction on Vehicular Technology, vol. 48, pp 437-447, March 1999.

[2]

Turin, K. L, “Introduction to Spread-Spectrum Antimultipath Techniques and their Application to
Urban Digital Radio”, Proceedings of the IEEE, vol. 68, no. 3, March 1980, pp. 328 – 353.

[3]

C. Braun, M. Nilson and R. D. Murch, “Measurement of the Interference Rejection Capability of
Smart Antennas on Mobile Telephones”, IEEE vehicular technology Conference, 1999.

[4]

E. Del. Re, R. Fantacci and G. Giambene, ”Handoff and Dynamic Channel Allocation Techniques in
Mobile Cellular Networks”, IEEE Transactions on Vehicular Technology, Vol 44, No 2, May 1995,
pp 229 – 237.

[5]

P. P. Bhattacharya, P. K. Banerjee, “Characterization of Velocity Dependent Mobile Call Handoff”,
Proc. International Conference on Communication, Devices and Intelligent Systems (CODIS 2004),
India, pp. 13-15, 2004.

[6]

B. Venkateswara Rao and Viswanath Sinha, “Study of Channel Assignment Strategies for Handoff
and Initial Access in Mobile Communication Networks”, IETE Journal of Research, vol 48, No 1, Jan
– Feb 2002, pp 69 – 76.

[7]

Traffic Engineering Handbook, Institutes of Transportation Engineering, NOTBO IOA publication,
Washington, USA, 1999.

[8]

Sankar Das Mukhopadhyay, “A Comprehensive study of traffic management for the improvement of
urban transportation in the districts of West Bengal”, Ph.D thesis, Dept. of Business Management,
Calcutta University, 2004.

[9]

P. P. Bhattacharya, P. K. Banerjee, “A New Velocity Dependent Variable Hysteresis Margin Based
Call Handover Scheme”, Indian Journal of radio and Space Physics, Vol. 35, No. 5, pp 368 – 371,
October 2006.

[10] Suleesathira, Raungrong and Kunarak , Sunisa, Non-member,.(2005), ”Neural Network Handoff
Algorithm in a Joint Terrestrial-HAPS Cellular System”, 164 ECTI transactions on electrical engg.,
electronics,and communications. VOL.3, NO.2 August 2005
[11] P. P. Bhattacharya, P. K. Banerjee, “Fuzzy Logic Based Handover Initiation Technique For Mobile
Communication In Rayleigh Fading environment”, proc. IEEE India annual conference (INDICON
2004), Kharagpur, India, 2004.
[12] P. P. Bhattacharya, “Application of Artificial Neural Network in Cellular Handoff Management”,
Proc. International Conference in Computer Intelligence and Multimedia Applications (ICCIMA 07),
Sivakasi, India, 2007

134
International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013
Authors
Dr. Partha Pratim Bhattacharya was born in India on January 3, 1971. He has 17 years of
experience in teaching and research. He served many reputed educational Institutes in
India in various positions. At present he is working as Professor in Department of
Electronics and Communication Engineering in the Faculty of Engineering and
Technology, Mody Institute of Technology and Science (Deemed University), Rajasthan,
India. He worked on Microwave devices and systems and mobile cellular
communication systems. He has published more than 100 papers in refereed journals and conferences. His
present research interest includes mobile cellular communication, wireless sensor network and cognitive
radio.
Dr. Bhattacharya is a member of The Institution of Electronics and Telecommunication Engineers, India
and The Institution of Engineers, India. He is the recipient of Young Scientist Award from International
Union of Radio Science in 2005. He is working as the editorial board member and reviewer in many
reputed journals.
Ananya Sarkar was born in India on April 17, 1978. She received her B. Tech degree in
Electronics and Communication Engineering from North Bengal University, India in 2003
and obtained M. Tech degree in VLSI design and Microelectronics Engineering from
Jadavpur University, India 2008. She has ten years of experience in teaching and research.
At present she is working as an Assistant Professor in the Department of Electronics &
Communication Engineering at college of Engineering & Management, Kolaghat, W.B,
under West Bengal University of Technology (WBUT). Her present research interest is on Wireless
Communication.

Mr. Indranil Sarkar is working as Assistant Professor in Department of Electronics and
Communication Engineering in Sobhasaria Group of Institutions (Accredited by NBA &
IAO), Rajasthan, India. He has more than 10 years of experience in industry andteaching.
He served many reputed industries like WIPRO LTD and educational Institutes in India in
various positions starting from Junior Executives to Quality Control Executives and
Lecturer to Assistant Professor. He is an associate member of The Institution of Electronics and
Telecommunication Engineers, India. He worked on Microstrip antenna using defected ground structures
and mobile cellular communication systems. His field of interest includes microstrip antenna using
defected ground structures, mobile communication and cognitive radio.
Subhajit Chatterjee was born in India. He has more than 12 years experience in teaching
starting and 3 years in industry . He has served some reputed educational institutes in
different positions from Lecturer to Teacher In Charge of department. Presently he is
working as Assistant Professor, Department of Electronics & Communication Engineering,
Swami Vivekananda Institute of Science & Technology, West Bengal. He has number of
publications and his area of interests are Analog & Digital Communications, Solid State
Devices, Telecommunication, Microprocessors & Microcontrollers. He has co authored two books on
Microprocessors & Microcontrollers and Telecommunication & Switching. He has reviewed chapters of
books published by reputed publishers.Presently he is doing his research on Spectrum Access in Cognitive
Radio.

135

More Related Content

What's hot

Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...IJREST
 
An efficient vertical handoff mechanism for future mobile network
An efficient vertical handoff mechanism for  future mobile networkAn efficient vertical handoff mechanism for  future mobile network
An efficient vertical handoff mechanism for future mobile networkBasil John
 
DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System
DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference SystemDSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System
DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference Systemcscpconf
 
Short term load forecasting using hybrid neuro wavelet model
Short term load forecasting using hybrid neuro  wavelet modelShort term load forecasting using hybrid neuro  wavelet model
Short term load forecasting using hybrid neuro wavelet modelIAEME Publication
 
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...IOSR Journals
 
Novel cell selection proceduref lte hetnets based on mathematical modelling o...
Novel cell selection proceduref lte hetnets based on mathematical modelling o...Novel cell selection proceduref lte hetnets based on mathematical modelling o...
Novel cell selection proceduref lte hetnets based on mathematical modelling o...ijwmn
 
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...marwaeng
 
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...ijwmn
 
Beam steering in smart antennas by using low complex
Beam steering in smart antennas by using low complexBeam steering in smart antennas by using low complex
Beam steering in smart antennas by using low complexeSAT Publishing House
 
Beam steering in smart antennas by using low complex adaptive algorithms
Beam steering in smart antennas by using low complex adaptive algorithmsBeam steering in smart antennas by using low complex adaptive algorithms
Beam steering in smart antennas by using low complex adaptive algorithmseSAT Journals
 
Shortcut Path Tress for Zigbee based Wireless Network
Shortcut Path Tress for Zigbee based Wireless NetworkShortcut Path Tress for Zigbee based Wireless Network
Shortcut Path Tress for Zigbee based Wireless NetworkIJERA Editor
 
Signal classification of second order cyclostationarity signals using bt scld...
Signal classification of second order cyclostationarity signals using bt scld...Signal classification of second order cyclostationarity signals using bt scld...
Signal classification of second order cyclostationarity signals using bt scld...eSAT Publishing House
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energyijp2p
 
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...IJECEIAES
 
Edd clustering algorithm for
Edd clustering algorithm forEdd clustering algorithm for
Edd clustering algorithm forcsandit
 

What's hot (18)

Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
Analysis of Microstrip Finger on Bandwidth of Interdigital Band Pass Filter u...
 
An efficient vertical handoff mechanism for future mobile network
An efficient vertical handoff mechanism for  future mobile networkAn efficient vertical handoff mechanism for  future mobile network
An efficient vertical handoff mechanism for future mobile network
 
DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System
DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference SystemDSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System
DSR Routing Decisions for Mobile Ad Hoc Networks using Fuzzy Inference System
 
Short term load forecasting using hybrid neuro wavelet model
Short term load forecasting using hybrid neuro  wavelet modelShort term load forecasting using hybrid neuro  wavelet model
Short term load forecasting using hybrid neuro wavelet model
 
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
Performance Analysis and Comparative Study of Cognitive Radio Spectrum Sensin...
 
Novel cell selection proceduref lte hetnets based on mathematical modelling o...
Novel cell selection proceduref lte hetnets based on mathematical modelling o...Novel cell selection proceduref lte hetnets based on mathematical modelling o...
Novel cell selection proceduref lte hetnets based on mathematical modelling o...
 
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
Coverage performance analysis of genetic ALOGRATHIM controlled smart antenna ...
 
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
FAULT-TOLERANT MULTIPATH ROUTING SCHEME FOR ENERGY EFFICIENT WIRELESS SENSOR ...
 
Beam steering in smart antennas by using low complex
Beam steering in smart antennas by using low complexBeam steering in smart antennas by using low complex
Beam steering in smart antennas by using low complex
 
Beam steering in smart antennas by using low complex adaptive algorithms
Beam steering in smart antennas by using low complex adaptive algorithmsBeam steering in smart antennas by using low complex adaptive algorithms
Beam steering in smart antennas by using low complex adaptive algorithms
 
N017428692
N017428692N017428692
N017428692
 
Shortcut Path Tress for Zigbee based Wireless Network
Shortcut Path Tress for Zigbee based Wireless NetworkShortcut Path Tress for Zigbee based Wireless Network
Shortcut Path Tress for Zigbee based Wireless Network
 
Q01742112115
Q01742112115Q01742112115
Q01742112115
 
Signal classification of second order cyclostationarity signals using bt scld...
Signal classification of second order cyclostationarity signals using bt scld...Signal classification of second order cyclostationarity signals using bt scld...
Signal classification of second order cyclostationarity signals using bt scld...
 
Performance evaluation of energy
Performance evaluation of energyPerformance evaluation of energy
Performance evaluation of energy
 
I045075155
I045075155I045075155
I045075155
 
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
Beam division multiple access for millimeter wave massive MIMO: Hybrid zero-f...
 
Edd clustering algorithm for
Edd clustering algorithm forEdd clustering algorithm for
Edd clustering algorithm for
 

Viewers also liked

Osc mac duty cycle with multi helpers ct mode wi-lem technology in wireless s...
Osc mac duty cycle with multi helpers ct mode wi-lem technology in wireless s...Osc mac duty cycle with multi helpers ct mode wi-lem technology in wireless s...
Osc mac duty cycle with multi helpers ct mode wi-lem technology in wireless s...ijwmn
 
Peer to peer cache resolution mechanism for mobile ad hoc networks
Peer to peer cache resolution mechanism for mobile ad hoc networksPeer to peer cache resolution mechanism for mobile ad hoc networks
Peer to peer cache resolution mechanism for mobile ad hoc networksijwmn
 
A comparative study in wireless sensor networks
A comparative study in wireless sensor networksA comparative study in wireless sensor networks
A comparative study in wireless sensor networksijwmn
 
Zigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemZigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemijwmn
 
Impact of macrocellular network densification on the capacity, energy and cos...
Impact of macrocellular network densification on the capacity, energy and cos...Impact of macrocellular network densification on the capacity, energy and cos...
Impact of macrocellular network densification on the capacity, energy and cos...ijwmn
 
Ber analysis of 2x2 mimo spatial multiplexing under awgn and rician channels ...
Ber analysis of 2x2 mimo spatial multiplexing under awgn and rician channels ...Ber analysis of 2x2 mimo spatial multiplexing under awgn and rician channels ...
Ber analysis of 2x2 mimo spatial multiplexing under awgn and rician channels ...ijwmn
 
Analysing an analytical solution model for simultaneous mobility
Analysing an analytical solution model for simultaneous mobilityAnalysing an analytical solution model for simultaneous mobility
Analysing an analytical solution model for simultaneous mobilityijwmn
 
A bi scheduler algorithm for frame aggregation in ieee 802.11 n
A bi scheduler algorithm for frame aggregation in ieee 802.11 nA bi scheduler algorithm for frame aggregation in ieee 802.11 n
A bi scheduler algorithm for frame aggregation in ieee 802.11 nijwmn
 
Sector based multicast routing algorithm for mobile ad hoc networks
Sector based multicast routing algorithm for mobile ad hoc networksSector based multicast routing algorithm for mobile ad hoc networks
Sector based multicast routing algorithm for mobile ad hoc networksijwmn
 
Performance and interference analysis of 802.11 g wireless network
Performance and interference analysis of 802.11 g wireless networkPerformance and interference analysis of 802.11 g wireless network
Performance and interference analysis of 802.11 g wireless networkijwmn
 
FREQUENCY AND TIME DOMAIN PACKET SCHEDULING BASED ON CHANNEL PREDICTION WITH ...
FREQUENCY AND TIME DOMAIN PACKET SCHEDULING BASED ON CHANNEL PREDICTION WITH ...FREQUENCY AND TIME DOMAIN PACKET SCHEDULING BASED ON CHANNEL PREDICTION WITH ...
FREQUENCY AND TIME DOMAIN PACKET SCHEDULING BASED ON CHANNEL PREDICTION WITH ...ijwmn
 
Adaptive congestion control protocol (accp) for wireless sensor networks
Adaptive congestion control protocol (accp) for wireless sensor networksAdaptive congestion control protocol (accp) for wireless sensor networks
Adaptive congestion control protocol (accp) for wireless sensor networksijwmn
 
Impact of different mobility scenarios on fqm framework for supporting multim...
Impact of different mobility scenarios on fqm framework for supporting multim...Impact of different mobility scenarios on fqm framework for supporting multim...
Impact of different mobility scenarios on fqm framework for supporting multim...ijwmn
 
An Intercell Interference Coordination Scheme in LTE Downlink Networks based ...
An Intercell Interference Coordination Scheme in LTE Downlink Networks based ...An Intercell Interference Coordination Scheme in LTE Downlink Networks based ...
An Intercell Interference Coordination Scheme in LTE Downlink Networks based ...ijwmn
 
Advanced antenna techniques and high order sectorization with novel network t...
Advanced antenna techniques and high order sectorization with novel network t...Advanced antenna techniques and high order sectorization with novel network t...
Advanced antenna techniques and high order sectorization with novel network t...ijwmn
 
Design and implementation of low latency weighted round robin (ll wrr) schedu...
Design and implementation of low latency weighted round robin (ll wrr) schedu...Design and implementation of low latency weighted round robin (ll wrr) schedu...
Design and implementation of low latency weighted round robin (ll wrr) schedu...ijwmn
 
Highly reliable multi service provisioning using sequential prediction of zon...
Highly reliable multi service provisioning using sequential prediction of zon...Highly reliable multi service provisioning using sequential prediction of zon...
Highly reliable multi service provisioning using sequential prediction of zon...ijwmn
 
K dag based lifetime aware data collection in wireless sensor networks
K dag based lifetime aware data collection in wireless sensor networksK dag based lifetime aware data collection in wireless sensor networks
K dag based lifetime aware data collection in wireless sensor networksijwmn
 

Viewers also liked (18)

Osc mac duty cycle with multi helpers ct mode wi-lem technology in wireless s...
Osc mac duty cycle with multi helpers ct mode wi-lem technology in wireless s...Osc mac duty cycle with multi helpers ct mode wi-lem technology in wireless s...
Osc mac duty cycle with multi helpers ct mode wi-lem technology in wireless s...
 
Peer to peer cache resolution mechanism for mobile ad hoc networks
Peer to peer cache resolution mechanism for mobile ad hoc networksPeer to peer cache resolution mechanism for mobile ad hoc networks
Peer to peer cache resolution mechanism for mobile ad hoc networks
 
A comparative study in wireless sensor networks
A comparative study in wireless sensor networksA comparative study in wireless sensor networks
A comparative study in wireless sensor networks
 
Zigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home systemZigbee based voice controlled wireless smart home system
Zigbee based voice controlled wireless smart home system
 
Impact of macrocellular network densification on the capacity, energy and cos...
Impact of macrocellular network densification on the capacity, energy and cos...Impact of macrocellular network densification on the capacity, energy and cos...
Impact of macrocellular network densification on the capacity, energy and cos...
 
Ber analysis of 2x2 mimo spatial multiplexing under awgn and rician channels ...
Ber analysis of 2x2 mimo spatial multiplexing under awgn and rician channels ...Ber analysis of 2x2 mimo spatial multiplexing under awgn and rician channels ...
Ber analysis of 2x2 mimo spatial multiplexing under awgn and rician channels ...
 
Analysing an analytical solution model for simultaneous mobility
Analysing an analytical solution model for simultaneous mobilityAnalysing an analytical solution model for simultaneous mobility
Analysing an analytical solution model for simultaneous mobility
 
A bi scheduler algorithm for frame aggregation in ieee 802.11 n
A bi scheduler algorithm for frame aggregation in ieee 802.11 nA bi scheduler algorithm for frame aggregation in ieee 802.11 n
A bi scheduler algorithm for frame aggregation in ieee 802.11 n
 
Sector based multicast routing algorithm for mobile ad hoc networks
Sector based multicast routing algorithm for mobile ad hoc networksSector based multicast routing algorithm for mobile ad hoc networks
Sector based multicast routing algorithm for mobile ad hoc networks
 
Performance and interference analysis of 802.11 g wireless network
Performance and interference analysis of 802.11 g wireless networkPerformance and interference analysis of 802.11 g wireless network
Performance and interference analysis of 802.11 g wireless network
 
FREQUENCY AND TIME DOMAIN PACKET SCHEDULING BASED ON CHANNEL PREDICTION WITH ...
FREQUENCY AND TIME DOMAIN PACKET SCHEDULING BASED ON CHANNEL PREDICTION WITH ...FREQUENCY AND TIME DOMAIN PACKET SCHEDULING BASED ON CHANNEL PREDICTION WITH ...
FREQUENCY AND TIME DOMAIN PACKET SCHEDULING BASED ON CHANNEL PREDICTION WITH ...
 
Adaptive congestion control protocol (accp) for wireless sensor networks
Adaptive congestion control protocol (accp) for wireless sensor networksAdaptive congestion control protocol (accp) for wireless sensor networks
Adaptive congestion control protocol (accp) for wireless sensor networks
 
Impact of different mobility scenarios on fqm framework for supporting multim...
Impact of different mobility scenarios on fqm framework for supporting multim...Impact of different mobility scenarios on fqm framework for supporting multim...
Impact of different mobility scenarios on fqm framework for supporting multim...
 
An Intercell Interference Coordination Scheme in LTE Downlink Networks based ...
An Intercell Interference Coordination Scheme in LTE Downlink Networks based ...An Intercell Interference Coordination Scheme in LTE Downlink Networks based ...
An Intercell Interference Coordination Scheme in LTE Downlink Networks based ...
 
Advanced antenna techniques and high order sectorization with novel network t...
Advanced antenna techniques and high order sectorization with novel network t...Advanced antenna techniques and high order sectorization with novel network t...
Advanced antenna techniques and high order sectorization with novel network t...
 
Design and implementation of low latency weighted round robin (ll wrr) schedu...
Design and implementation of low latency weighted round robin (ll wrr) schedu...Design and implementation of low latency weighted round robin (ll wrr) schedu...
Design and implementation of low latency weighted round robin (ll wrr) schedu...
 
Highly reliable multi service provisioning using sequential prediction of zon...
Highly reliable multi service provisioning using sequential prediction of zon...Highly reliable multi service provisioning using sequential prediction of zon...
Highly reliable multi service provisioning using sequential prediction of zon...
 
K dag based lifetime aware data collection in wireless sensor networks
K dag based lifetime aware data collection in wireless sensor networksK dag based lifetime aware data collection in wireless sensor networks
K dag based lifetime aware data collection in wireless sensor networks
 

Similar to An ann based call handoff management scheme for mobile cellular network

THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...ijassn
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...ijassn
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocoliosrjce
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingeSAT Publishing House
 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modeleSAT Journals
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...ijasuc
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...ijasuc
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...ijasuc
 
Performance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaPerformance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaIAEME Publication
 
Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using A...
Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using A...Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using A...
Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using A...ijtsrd
 
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...IRJET Journal
 
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSOPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSZac Darcy
 
Introducing a novel fault tolerant routing protocol in wireless sensor networ...
Introducing a novel fault tolerant routing protocol in wireless sensor networ...Introducing a novel fault tolerant routing protocol in wireless sensor networ...
Introducing a novel fault tolerant routing protocol in wireless sensor networ...ijcsit
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networksIJECEIAES
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...IJECEIAES
 
Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...
Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...
Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...IOSR Journals
 

Similar to An ann based call handoff management scheme for mobile cellular network (20)

CDMA PARAMETER
CDMA PARAMETERCDMA PARAMETER
CDMA PARAMETER
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
 
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
THRESHOLD SENSITIVE HETEROGENOUS ROUTING PROTOCOL FOR BETTER ENERGY UTILIZATI...
 
E017332733
E017332733E017332733
E017332733
 
Enhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election ProtocolEnhanced Threshold Sensitive Stable Election Protocol
Enhanced Threshold Sensitive Stable Election Protocol
 
Design of c slotted microstrip antenna using
Design of c slotted microstrip antenna usingDesign of c slotted microstrip antenna using
Design of c slotted microstrip antenna using
 
Design of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network modelDesign of c slotted microstrip antenna using artificial neural network model
Design of c slotted microstrip antenna using artificial neural network model
 
U0 vqmt qxodk=
U0 vqmt qxodk=U0 vqmt qxodk=
U0 vqmt qxodk=
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
 
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
Energy-Efficient Target Coverage in Wireless Sensor Networks Based on Modifie...
 
Performance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimediaPerformance evaluation of various routing techniques in wireless multimedia
Performance evaluation of various routing techniques in wireless multimedia
 
Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using A...
Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using A...Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using A...
Mobile Network Coverage Determination at 900MHz for Abuja Rural Areas using A...
 
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
Surface Electromyography (SEMG) Based Fuzzy Logic Controller for Footballer b...
 
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKSOPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
OPTIMIZED TASK ALLOCATION IN SENSOR NETWORKS
 
Introducing a novel fault tolerant routing protocol in wireless sensor networ...
Introducing a novel fault tolerant routing protocol in wireless sensor networ...Introducing a novel fault tolerant routing protocol in wireless sensor networ...
Introducing a novel fault tolerant routing protocol in wireless sensor networ...
 
Ameliorate the performance using soft computing approaches in wireless networks
Ameliorate the performance using soft computing approaches  in wireless networksAmeliorate the performance using soft computing approaches  in wireless networks
Ameliorate the performance using soft computing approaches in wireless networks
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...
 
Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
Noise Immune and Area Optimized Serial Interface for FPGA based Industrial In...
 
Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...
Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...
Design Optimization of Energy and Delay Efficient Wireless Sensor Network wit...
 

Recently uploaded

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 

Recently uploaded (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 

An ann based call handoff management scheme for mobile cellular network

  • 1. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 An ANN Based Call Handoff Management Scheme for Mobile Cellular Network P. P. Bhattacharya1,Ananya Sarkar2, IndranilSarkar3,Subhajit Chatterjee4 1 Department of ECE, Faculty of Engineering and Technology, Mody Institute of Technology & Science (Deemed University), Rajasthan, India 2 Department of ECE,College of Engineering and Management Kolaghat, West Bengal, India 3 Department of ECE,Sobhasaria Group of Institutions, Rajasthan, India 4 Deparment of ECE, Swami Vivekananda Institute of Science and Technology, Barruipur, West Bengal Abstract Handoff decisions are usually signal strength based because of simplicity and effectiveness. Apart from the conventional techniques, such as threshold and hysteresis based schemes, recently many artificial intelligent techniques such as Fuzzy Logic, Artificial Neural Network (ANN) etc. are also used for taking handoff decision. In this paper, an Artificial Neural Network based handoff algorithm is proposed and it’s performance is studied. We have used ANNhere for taking fast and accurate handoff decision. In our proposed handoff algorithm, Backpropagation Neural Network model is used.The advantages of Backpropagation method are its simplicity and reasonable speed. The algorithm is designed, tested and found to give optimum results. Keywords Handoff; Backpropagation; Artificial Neural Network; Received Signal Strengths; Traffic Intensities. 1. INTRODUCTION In mobile cellular communication, maintaining continuous communication when the user migrates from one cell to another is done by changing the controlling base station – a process called call Handoff. Handoff involves measurement, decision and execution. In present generation mobile cellular systems, Mobile Station (MS) estimates the signal strengths from each base station and the value of the received signal level is generally affected by three parameters : path loss, shadow fading and small scale fading. Small scale fading has much shorter correlation distance and averaged out over the time scale under consideration [1] and also anti-multipath fading techniques are available now-a-days [2, 3]. Hence, in a system with anti-multipath technique the effect of small scale fading is not normally considered. But in the present work, multipath fading is considered for considering practical scenarios. In practice, the low speed mobiles may stop after the handoff execution resulting unnecessary handoff. Similarly, the high speed mobiles may move well into the next cell before the handoff execution resulting call termination. Moreover, the signal strength from base station decreases as exp (-γd) where d is the distance of the mobile station from base station and γ is the path loss exponent. In uniform propagation environment, γ can be taken as constant. But in real environment γ may have different values at different places varying from 2 to 6. So, an algorithm based on path loss exponent and user velocity is essential. DOI : 10.5121/ijwmn.2013.5610 125
  • 2. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 As discussed above, handoff characteristics are user velocity dependent. The effect of mobile velocity on handoff performance has been studied by many workers [4,5,6]. Performance metrics such as probability of handoff, average number of handoff, call blocking probability and call completion probability change significantly as user velocity changes. The traffic density in an average urban area generally follows normal distribution [7]. In our country, the average speed in four metro cities e.g, Delhi, Mumbai, Chennai and Kolkata were found to be 30 Km/hr, 25 Km/hr, 25 Km/hr and 22 Km/hr respectively [8]. Due to the sensitivity of handoff performance to path loss exponent, as discussed in the previous section, a variable hysteresis scheme is already proposed [9] where the hysteresis margin is determined as a function of path loss exponent. In our work, signal strength from the serving and target base stations and traffic intensities of the serving and target base stations are considered. A three layer ANN model [10] is chosen in the design. Signal strengths from the serving and target base stations are estimated using least square estimation method incorporating Rayleigh fading [11]. A Threshold and hysteresis margin based scheme is chosen where handoff decision is taken only when the signal strength from the current base falls below some threshold value and also the signal strength difference between the current and the serving base station is higher than the hysteresis margin so as to avoid ping – pong effect. In the proposed handoff scheme different signal strengths and traffic intensities are considered to find out the position of handoff. Simulation is carried out using C++ language. 2. BACK PROPAGATION NEURAL NETWORK An ANN which is an information-processing paradigm is configured for a particular application through a learning process. In our proposed algorithm, Backpropagation Neural Network is used which is an iterative method that starts with the last layer and moves backward through the layers until the first layer is reached. In this method, the outputs and the errors in outputs are calculated and the weights on the output units are altered. Then the errors in the hidden nodes are calculated and the weights in the hidden nodes are altered. The Backpropagation algorithm changes the weights to minimize the errors. The Backpropagation (BP) structure shown in Fig.1 consists of three groups, or layers, of units: a layer of "input" units is connected to a layer of "hidden" units, which is connected to a layer of "output" units. The activity of the input units represents the raw information that is fed into the network. The activity of each hidden unit is determined by both the activities of the input units and the connectivity weights between the input and the hidden units. The behavior of the output units depends on the activity of the hidden units and the weights between the hidden and output units. 126
  • 3. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 Fig. 1 Backpropagation Neural Network The number of nodes used in the hidden layer is 20. This number is found after training the network and the errors were found to converge using the value [12]. The output node is a linearly weighted sum of the hidden unit outputs. The outputs decide whether the system needs a handoff or not. If output is -1, no handoff decision will be taken. If output is +1, then handoff decision will be taken. This simple type of network is interesting because the hidden units are free to construct their own representations of the input. The weights between the input and hidden units determine when each hidden unit is active, and so by modifying these weights, a hidden unit can choose what it represents. The advantages of back propagation method are its simplicity and reasonable speed. Selection of a good activation function is very important because it should be symmetric, and the neural network should be trained to a value that is lower than the limits of the function. One good selection for the activation function is the hyperbolic tangent, or F(y) = tanh(y), because it is completely symmetric, as shown in Fig 2. Fig. 2 Hyperbolic tangent function 127
  • 4. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 Another reason for chosing it is that it's easy to obtain its derivative and also the value of derivative can be expressed in terms of the output value (i.e., as opposed to the input value). In our work, this hyperbolic tangent function is chosen. 3. PROPOSED HANDOFF ALGORITHM Two base stations are considered in our paper and the cell radius is assumed to be 500 meter. Fig 3 is the flow chart illustrating the proposed handoff algorithm. Signal strengths of the serving and target base stations are monitored. When the received signal strength from the serving BS less than the threshold value and the received signal strength (RSS) from the serving BS is lower than the target BS by hysteresis margin, then a handoff is done to continue the call in progress. Otherwise no Handoff decision will be taken. Then Artificial Neural Network is used to take the handoff decision depending on both RSSs and TIs [1] of the serving and target BSs. If output of the neural network is +1 then handoff decision should be taken, where as for –1 no handoff will be taken. The threshold value and the hysteresis margin are chosen to be -85 dBm and -5 dBm respectively. The inputs to the neural network are listed below 1. x1 is the signal strength of mobile received from the serving BS. 2. x2 is the signal strength of mobile received from the target BS. 3. x3 is the traffic intensity (TI) of the serving BS. 4. x4is the TI of the target BS. 5. x5 is the bias. The received signal strength (RSS) is considered as: Low (L): RSS ≤ −85 dBm and High (H): RSS > −85 dBm. The Traffic Intensity is considered as follow: Low (L): TI < 0.66 Erlangs/Channel, Medium (M): 0.66 ≥ TI ≥ 0.76 Erlangs/ Channel, High (H): TI >0.76 Erlangs/Channel, 128
  • 5. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 Fig.3 Neural Network based Handoff Algorithm In this paper four different cases are considered as mentioned in Table 1, such as: 1) Both the RSSs from the serving and target BSs are low. 2) The RSS from the serving BS is low while the RSS of the target BS is high. 3) Both the RSSs from the serving and target BSs are high. 4) The RSS from the serving BS is high while the RSS from the target BS is low. In each case handoff decisions (HO: handoff or NOHO: no-handoff) will be taken depending on the different levels of traffic intensities. Let us consider thatRSS from the serving cell is low and the RSS of target cell is high and their traffic intensities are low and high respectively. It is observed that neural network decides not to initiate handoff, as it is desired. 129
  • 6. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 Table 1. Handoff decision 4. RESULTS AND DISCUSSIONS The estimated signal strengths [5] from serving and target BS are shown in Fig.4. It is observed that received signal strengthsfluctuatein a random manner in a Rayleigh fading environment. For different values of hysteresis margin and threshold value, the possibilities of handoff against distance from serving base station are calculated for different traffic intensities (Fig.5, 6, 7). It is observed from the Fig.5,that for L/L or M/M or H/H or L/M (Low :L, Medium :M, High :H) traffic intensity combinations the distance at which handoff decision is taken remain same. Again for H/L or H/M or M/L traffic intensity combinations the distance at which handoff decision is taken remain same as shown in Fig.6. While for L/H or M/H traffic intensity combinations no handoff will be initiated as shown in Fig.7. The results show quick response and minimum fluctuations in handoff decision. Moreover, average numbers of handoffs versus different hysteresis margins and threshold values are calculated for different sets of traffic intensities (Fig.8.). It is observed from the Fig.8.(a), that for L/L or M/M or H/H or L/M traffic intensity combinations the average numbers of handoffs is same for different hysteresis margins and different threshold values. Again for H/L or H/M or M/L traffic intensity combinations the average numbers of handoffs is same for different hysteresis margins and different threshold values as shown in Fig.8.(b). While for L/H or M/H traffic intensity combinations no handoff will be initiated as shown in Fig.8(c). Thus the algorithm works well under all possible situations. 130
  • 7. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 Hysteresis = -5 dBm and Threshold = - 85 dBm (Low: L, Medium: M, High: H) Fig.4 Received signal strengths ofserving and target base stations Fig. 5 For L/L or M/M or H/H or L/M Traffic Intensities 131
  • 8. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 Fig. 6ForH/L or H/M or M/L Traffic Intensities Fig. 7For L/H or M/H Traffic Intensities 132
  • 9. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 (a) (b) (c) Fig. 8 No of Handoff vs. different Hysteresis margin for different Threshold value (a) For L/L or M/M or H/H or L/M Traffic Intensities (b) For H/L or H/M Traffic Intensities (c) For L/H or M/H Traffic Intensities 133
  • 10. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 5. CONCLUSIONS A handoff algorithm using Artificial Neural Network is designed and the performance of the algorithm is studied in this paper. It is observed from the results that the handoff decisions are taken in appropriate positions and the numberof fluctuation are also low. Average number of handoffis also low which minimizes base station and mobile switching centre processor loading. The designed algorithm can be easily embedded and applied to practical mobile cellular networks. REFERENCES [1] N. Benvenuto and F. Santucci, “A least square path loss estimation approach to handoff algorithms”, IEEE Transaction on Vehicular Technology, vol. 48, pp 437-447, March 1999. [2] Turin, K. L, “Introduction to Spread-Spectrum Antimultipath Techniques and their Application to Urban Digital Radio”, Proceedings of the IEEE, vol. 68, no. 3, March 1980, pp. 328 – 353. [3] C. Braun, M. Nilson and R. D. Murch, “Measurement of the Interference Rejection Capability of Smart Antennas on Mobile Telephones”, IEEE vehicular technology Conference, 1999. [4] E. Del. Re, R. Fantacci and G. Giambene, ”Handoff and Dynamic Channel Allocation Techniques in Mobile Cellular Networks”, IEEE Transactions on Vehicular Technology, Vol 44, No 2, May 1995, pp 229 – 237. [5] P. P. Bhattacharya, P. K. Banerjee, “Characterization of Velocity Dependent Mobile Call Handoff”, Proc. International Conference on Communication, Devices and Intelligent Systems (CODIS 2004), India, pp. 13-15, 2004. [6] B. Venkateswara Rao and Viswanath Sinha, “Study of Channel Assignment Strategies for Handoff and Initial Access in Mobile Communication Networks”, IETE Journal of Research, vol 48, No 1, Jan – Feb 2002, pp 69 – 76. [7] Traffic Engineering Handbook, Institutes of Transportation Engineering, NOTBO IOA publication, Washington, USA, 1999. [8] Sankar Das Mukhopadhyay, “A Comprehensive study of traffic management for the improvement of urban transportation in the districts of West Bengal”, Ph.D thesis, Dept. of Business Management, Calcutta University, 2004. [9] P. P. Bhattacharya, P. K. Banerjee, “A New Velocity Dependent Variable Hysteresis Margin Based Call Handover Scheme”, Indian Journal of radio and Space Physics, Vol. 35, No. 5, pp 368 – 371, October 2006. [10] Suleesathira, Raungrong and Kunarak , Sunisa, Non-member,.(2005), ”Neural Network Handoff Algorithm in a Joint Terrestrial-HAPS Cellular System”, 164 ECTI transactions on electrical engg., electronics,and communications. VOL.3, NO.2 August 2005 [11] P. P. Bhattacharya, P. K. Banerjee, “Fuzzy Logic Based Handover Initiation Technique For Mobile Communication In Rayleigh Fading environment”, proc. IEEE India annual conference (INDICON 2004), Kharagpur, India, 2004. [12] P. P. Bhattacharya, “Application of Artificial Neural Network in Cellular Handoff Management”, Proc. International Conference in Computer Intelligence and Multimedia Applications (ICCIMA 07), Sivakasi, India, 2007 134
  • 11. International Journal of Wireless & Mobile Networks (IJWMN) Vol. 5, No. 6, December 2013 Authors Dr. Partha Pratim Bhattacharya was born in India on January 3, 1971. He has 17 years of experience in teaching and research. He served many reputed educational Institutes in India in various positions. At present he is working as Professor in Department of Electronics and Communication Engineering in the Faculty of Engineering and Technology, Mody Institute of Technology and Science (Deemed University), Rajasthan, India. He worked on Microwave devices and systems and mobile cellular communication systems. He has published more than 100 papers in refereed journals and conferences. His present research interest includes mobile cellular communication, wireless sensor network and cognitive radio. Dr. Bhattacharya is a member of The Institution of Electronics and Telecommunication Engineers, India and The Institution of Engineers, India. He is the recipient of Young Scientist Award from International Union of Radio Science in 2005. He is working as the editorial board member and reviewer in many reputed journals. Ananya Sarkar was born in India on April 17, 1978. She received her B. Tech degree in Electronics and Communication Engineering from North Bengal University, India in 2003 and obtained M. Tech degree in VLSI design and Microelectronics Engineering from Jadavpur University, India 2008. She has ten years of experience in teaching and research. At present she is working as an Assistant Professor in the Department of Electronics & Communication Engineering at college of Engineering & Management, Kolaghat, W.B, under West Bengal University of Technology (WBUT). Her present research interest is on Wireless Communication. Mr. Indranil Sarkar is working as Assistant Professor in Department of Electronics and Communication Engineering in Sobhasaria Group of Institutions (Accredited by NBA & IAO), Rajasthan, India. He has more than 10 years of experience in industry andteaching. He served many reputed industries like WIPRO LTD and educational Institutes in India in various positions starting from Junior Executives to Quality Control Executives and Lecturer to Assistant Professor. He is an associate member of The Institution of Electronics and Telecommunication Engineers, India. He worked on Microstrip antenna using defected ground structures and mobile cellular communication systems. His field of interest includes microstrip antenna using defected ground structures, mobile communication and cognitive radio. Subhajit Chatterjee was born in India. He has more than 12 years experience in teaching starting and 3 years in industry . He has served some reputed educational institutes in different positions from Lecturer to Teacher In Charge of department. Presently he is working as Assistant Professor, Department of Electronics & Communication Engineering, Swami Vivekananda Institute of Science & Technology, West Bengal. He has number of publications and his area of interests are Analog & Digital Communications, Solid State Devices, Telecommunication, Microprocessors & Microcontrollers. He has co authored two books on Microprocessors & Microcontrollers and Telecommunication & Switching. He has reviewed chapters of books published by reputed publishers.Presently he is doing his research on Spectrum Access in Cognitive Radio. 135