SlideShare a Scribd company logo
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 2 (May. - Jun. 2013), PP 46-50
www.iosrjournals.org
www.iosrjournals.org 46 | Page
Enhanced Mobile Node Tracking With Received Signal Strength
in Wireless Sensor Networks
Ahmed Abdullah1
, Vinolee R2
1
(Department of Electronics and communication, SRM University, India)
2
(Department of Electronics and communication, SRM University, India)
Abstract : Node localization is important parameter in WSN. Node localization is required to report origin of
events which makes it one of the important challenges in WSN. Received signal strength (RSS) is used to
calculate distance between mobile node and reference node. The position of the mobile node is calculated using
multilateration algorithm (MA). Extended Kalman filter (EKF) is utilized to estimate the actual position. In this
paper, the implementation and enhancement of a tracking system based on RSS indicator with the aid of an
Extended Kalman Filter (EKF) is described and an adaptive filter is derived.
Keywords - Extended Kalman filter (EKF), mobile node tracking, multilateration algorithm (MA), received
signal strength (RSS), Wireless sensor networks (WSN)
I. INTRODUCTION
Advances in Integrated circuit technology have enabled the integration of computation and
communication into one device which monitor or control physical processes. Wireless sensor network have
attracted a lot of research in the recent past. The various issues related to wireless sensor networks pose
interesting challenges to researcher in domain like localization. There are various location estimation methods.
Received signal strength (RSS) based ranging is an advantage as it already have radios, requires no additional
hardware support. Other ranging methods used are angle-of- arrival (AOA), time-of-arrival (TOA), and time-
difference-of-arrival (TDOA).
RSS-based methods suffer from relatively lower accuracy. Several methods have been introduced to
provide better accuracy. Kalman filter is used to improve the accuracy in tracking. In [1] tracking of mobile
node is done using Kalman filter. This algorithm uses lateralization with nearest three estimated nodes to
calculate the coordinates and it is implemented for straight and circular movements of the mobile node. In
another algorithm [2] also used Kalman filter and proposed a novel filter base on fading Kalman filter. In [3]
considered shadowing effect, a novel method by combining Kalman filter and maximum-likelihood is given.
The rest of this paper is organized as follows: The system model, the wireless channel propagation
model, the multilateration algorithm are described in section II. In section III, Extended Kalman filter model is
presented. In section IV, the simulation results are given and the performance is analyzed with comparison of
different methods. Finally, conclusions are given in section V.
II. SYSTEM MODEL
2.1 System model
A system model as given in literature [2] is used which has an area 20m×20m. The mobile node does
uniform motion in this area and its direction may change at any time. Four reference nodes are distributed at
four corners of this area. The reference nodes sends wireless signal at same time and for every time period T.
The computer simulations are performed on a special trajectory which is a circle starting from (14,8) and whose
center is (8,8) and radius is 6 as shown in the Fig 1.
2.2 Wireless channel propagation model
The scattering, reflection and blockage of physical obstacles results in random variations of the signal
which should be statistically modelled. And the most common model which is empirically confirmed is log-
normal shadowing. This model is presented in [3] as following equation:
 X
d
d
PP
o
or 





 10log10 (1)
Where Pr is the received signal strength (RSS) of the receiver which is d away from the transmitter.
Similarly, Po is the received signal strength of the receiver which is do away from the transmitter. γ is path loss
exponent, which generally equals from 2 to 4. d denotes the distance between the transmitter and the receiver
Enhanced mobile node tracking with received signal strength in wireless sensor networks
www.iosrjournals.org 47 | Page
and denotes the reference distance. Xσ denotes the Gaussian random noise with mean value of zero and
variance of σ2
.
Fig. 1. Actual trajectory of mobile node.
2.3 Multilateration algorithm
The distance between the mobile node and the reference nodes are calculated from equation (1) and the
coordinates of the reference nodes are known, multilateration algorithm (MA) can be used to estimates the
coordinates of mobile node. The multilateration algorithm is an effective location algorithm.
Let the coordinates of the ith reference node be (xi, yi), and the distance between the mobile node and
the ith reference node be di. The minimum mean square error matrix [4] of the coordinates of the mobile node
can be given by:
  bAAAX TT 1
 (2)
where








 


y
xX ;
   
   
   
   






















 nnnn
nn
nn
nn
yyxx
yyxx
yyxx
yyxx
A
11
33
22
11
22
.
.
.
.
22
22
22
&


























22
1
22
1
22
1
22
3
22
3
22
3
22
2
22
2
22
2
22
1
22
1
22
1
.
.
nnnnnn
nnn
nnn
nnn
ddyyxx
ddyyxx
ddyyxx
ddyyxx
b .
III TRACKING
3.1 Extended Kalman filter algorithm
The motion model of the mobile node has been given in [2], which presents that the mobile node does
uniform linear motion in duration and its direction may change at any time.
Assuming the actual coordinates of the mobile node at time kth
is (xk, yk), and the corresponding speed is
(Vx,Vy). Let the state vector of mobile node at time kth
be
T
yVxVkykxkS ),,,( , we can obtain the state
equation:
Enhanced mobile node tracking with received signal strength in wireless sensor networks
www.iosrjournals.org 48 | Page
)(..
1000
100
0010
001
)( 1
^
1
1
^



























 


kk
y
k
x
k
k ss
V
y
V
x
T
T
 (3)
In above equation, T is the sampling period of RSS, and Φk is the one step state transition matrix.
The filtering process [5] is as follows:
The initial state of filtering:
soos )(
^
, sok CM  )(1 (4)
Prediction stage:
)(.)( 1
^^
 kkk ss  (5)
One step prediction mean square error matrix:
QMM T
kkkk    )()( 1 (6)
Q  covariance of process noise.
Update stage:
Filtering gain matrix:
1
))(()( 
 RHMHHMK T
kkk
T
kk (7)
Filtering mean square error matrix:
)()()(  kkk MKHIM (8)
State filtering:
))(()()(
^^^
 kkkkk sss HZK (9)
Where:
 
0
)(2
)(2
4,2,
3,
1,
44



 
k
i
k
i
i
kk
i
i
kk
i
k
ijk
hh
yyh
xxh
hH


(10)
is the linearization of the measurement around the previous state. μso is the mean value of the state
vector at the initial time. Cso is the covariance matrix of the state vector at the initial time. R is the covariance
matrix of the observation noise vector at nk time kth
. I is the unit matrix. Rk and Q are the measurement and
process noise covariance matrices respectively. The measurement noise covariance matrix is in the form of:
4
2
.IR nk  (11)
IV ENHANCED EXTENDED KALMAN FILTER
A significant enhancement is derived by incorporating the following adaptive modifications into the
modelled EKF for object tracking.
4.1 Linearization.
The most important part of applied enhancements in the proposed method is the model presented for
measurements. It is clear that the relation of RSS indicators and coordinates of the source node is nonlinear.
Thus, to use EKF for estimation, a linearization of measurement is required. Consider the measurements are
selected to be the same as RSS indicators. The corresponding linearization cause to the following matrices:
 
0
)(log
)(20
)(log
)(20
4,2,
10
3,
10
1,
44





 
k
i
k
i
k
i
k
k
i
k
i
k
k
i
k
ijk
hh
d
yy
h
d
xx
h
hH




(12)
Enhanced mobile node tracking with received signal strength in wireless sensor networks
www.iosrjournals.org 49 | Page
The magnitudes of elements of Hk matrix are so much smaller than the case of Eq. 12. The importance
of this point becomes clear when KF begins to diverge.
V SIMULATION RESULTS
In this chapter, the simulation result of Extended Kalman filter (KF), Enhanced Extended Kalman filter
are presented. In order to verify the effect of the Extended Kalman filter (EKF) algorithm in location and
tracking, MATLAB is used to do the simulation.
As shown in figure 1, the actual trajectory of the mobile node is a circle. The starting coordinates of the
mobile node is (14,8), whose centre is at (8,8), radius is 6m and its speed is always 1m/s. The sampling period
of RSS (T) is 1 second.
To compare the performance of each method, Root Mean Square Error (RMSE) of each method is
defined as:


M
k
kkkk yyxx
M
RMSE
1
22
])()[(
1 
(13)
Where ( kx , ky ) is the actual coordinates of the blind node, and ( kx

, ky

) is its estimated coordinates.
Fig. 2. Actual trajectory and estimated trajectory of mobile node.
As shown in figure 3, compared with other algorithms, the location error of Enhanced EKF algorithm
is the least when compared with EKF, Kalman filter (KF), Fading Kalman filter (FKF) as presented in [2].
Fig. 3. Comparison of different algorithms
Enhanced mobile node tracking with received signal strength in wireless sensor networks
www.iosrjournals.org 50 | Page
VI CONCLUSIONS
Previous works have considered Kalman filter of single mobile nodes to smooth out the estimated
trajectory. In this paper an Enhanced Extended Kalman filter is used for tracking movements of a single mobile
node. RSS measurements are such modelled in EKF equations to obtain reliable solutions in tricky situations
when the mobile node experiences sudden changes in its trajectory.
As compared to previously proposed methods the proposed scheme has proved to have better location
accuracy in terms of the RMSE of the estimated location and faster convergence speed as compared to other
models of KF.
REFERENCES
[1] S. Umesh Babu, C. S. Kumar, R. V. Raja Kumar, “Sensor Networks for Tracking a Moving Object using Kalman Filtering”,
IEEE International Conference on Industrial Technology (ICIT), Mumbai, 15-17 Dec. 2006.
[2] Jieyang Yi, Liang Zhou, “Enhanced Location Algorithm with Received-Signal-Strength Using Fading Kalman Filter in Wireless
Sensor Networks”. IEEE Conference Publishing.2011.
[3] Andrea Goldsmith. “Wireless Communications”. New York: Cambridge University Press, 2005.
[4] Xiao-wei Li, Yong-jun Xu, Feng-yuan Ren. Technology of Wireless Sensor Networks. Beijing: Press of Beijing Institute of
Technology, 2009.
[5] Greg Welch and Gary Bishop. “An Introduction to the Kalman Filter”. Department of Computer Science University of
North Carolina at Chapel Hill, 2006.

More Related Content

PDF
Investigations on real time RSSI based outdoor target tracking using kalman f...
PDF
Comparison of Energy Detection Based Spectrum Sensing Methods over Fading Cha...
PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
PDF
A Review on Comparison of the Geographic Routing Protocols in MANET
PDF
ANALYTICAL PERFORMANCE EVALUATION OF A MIMO FSO COMMUNICATION SYSTEM WITH DIR...
PDF
H44093641
PDF
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...
Investigations on real time RSSI based outdoor target tracking using kalman f...
Comparison of Energy Detection Based Spectrum Sensing Methods over Fading Cha...
International Journal of Engineering and Science Invention (IJESI)
A SEMI BLIND CHANNEL ESTIMATION METHOD BASED ON HYBRID NEURAL NETWORKS FOR UP...
A Review on Comparison of the Geographic Routing Protocols in MANET
ANALYTICAL PERFORMANCE EVALUATION OF A MIMO FSO COMMUNICATION SYSTEM WITH DIR...
H44093641
Energy-Aware Multipath Routing Scheme Based on Particle Swarm Optimization (E...

What's hot (17)

PDF
Spectrum-efficiency parametric channel estimation scheme for massive MIMO sys...
PDF
Path loss prediction
PDF
Frequency offset estimation with fast acquisition in OFDM system assignment h...
PDF
International Journal of Engineering and Science Invention (IJESI)
PPT
November 9, Planning and Control of Unmanned Aircraft Systems in Realistic C...
PDF
Blind channel estimation for mimo ofdm systems
PDF
Analyzing the performance of the dynamic
PDF
A0420105
PDF
Routing in All-Optical Networks Using Recursive State Space Technique
PDF
Performance improvement for papr reduction in lte downlink system with ellipt...
PDF
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
PDF
Design a mobile telephone system in a certain city
PDF
In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...
PDF
Network-based UE mobility estimation in mobile networks
PDF
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Spectrum-efficiency parametric channel estimation scheme for massive MIMO sys...
Path loss prediction
Frequency offset estimation with fast acquisition in OFDM system assignment h...
International Journal of Engineering and Science Invention (IJESI)
November 9, Planning and Control of Unmanned Aircraft Systems in Realistic C...
Blind channel estimation for mimo ofdm systems
Analyzing the performance of the dynamic
A0420105
Routing in All-Optical Networks Using Recursive State Space Technique
Performance improvement for papr reduction in lte downlink system with ellipt...
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
Design a mobile telephone system in a certain city
In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...
Network-based UE mobility estimation in mobile networks
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Ad

Viewers also liked (20)

PDF
The Effect Of Planning And Control To Bureaucracy Behavior In The Improving S...
PDF
Innovation and Sustainable Development: The Question of Energy Efficiency
PDF
Integrating ICT in Re-Branding Nigerian Youths for Constructive Empowerment a...
PDF
Computations of the Ground State Cohesive Properties Of Alas Crystalline Stru...
PDF
A survey on context aware system & intelligent Middleware’s
PDF
A Learning and Improvement Model in Entrepreneurial Leadership
PDF
The efficacy of strategic management processes: An empirical study of Nationa...
PDF
On Fuzzy  - Semi Open Sets and Fuzzy  - Semi Closed Sets in Fuzzy Topologic...
PDF
A Study to Evaluate Spatial Gait Parameters in Patients of Osteoarthritic Knee
PDF
An Analysis of the Relationship between Fiscal Deficits and Selected Macroeco...
PDF
Revealing the Agency Cost, Management Behavior in the Practice of Tri Hita Ka...
PDF
D0752129
PDF
WSO-LINK: Algorithm to Eliminate Web Structure Outliers in Web Pages
PDF
Analysis of the Demand for Eggs in City Of Malang
PDF
A0560106
PDF
A Comprehensive lossless modified compression in medical application on DICOM...
PDF
Climatological Effects of Total Solar Radiation in Awka, Nigeria
PDF
Wind Turbine Power Generation: Response Prediction
PDF
The contribution of Sport and Physical activity towards the achievement of co...
PDF
Recent Developments and Analysis of Electromagnetic Metamaterial with all of ...
The Effect Of Planning And Control To Bureaucracy Behavior In The Improving S...
Innovation and Sustainable Development: The Question of Energy Efficiency
Integrating ICT in Re-Branding Nigerian Youths for Constructive Empowerment a...
Computations of the Ground State Cohesive Properties Of Alas Crystalline Stru...
A survey on context aware system & intelligent Middleware’s
A Learning and Improvement Model in Entrepreneurial Leadership
The efficacy of strategic management processes: An empirical study of Nationa...
On Fuzzy  - Semi Open Sets and Fuzzy  - Semi Closed Sets in Fuzzy Topologic...
A Study to Evaluate Spatial Gait Parameters in Patients of Osteoarthritic Knee
An Analysis of the Relationship between Fiscal Deficits and Selected Macroeco...
Revealing the Agency Cost, Management Behavior in the Practice of Tri Hita Ka...
D0752129
WSO-LINK: Algorithm to Eliminate Web Structure Outliers in Web Pages
Analysis of the Demand for Eggs in City Of Malang
A0560106
A Comprehensive lossless modified compression in medical application on DICOM...
Climatological Effects of Total Solar Radiation in Awka, Nigeria
Wind Turbine Power Generation: Response Prediction
The contribution of Sport and Physical activity towards the achievement of co...
Recent Developments and Analysis of Electromagnetic Metamaterial with all of ...
Ad

Similar to Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Sensor Networks (20)

PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
Hybrid Filter Scheme for Optimizing Indoor Mobile Cooperative Tracking System
PDF
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
PDF
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PDF
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PDF
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PDF
Performance enhancement of wireless sensor network by using non-orthogonal mu...
PDF
BLE-BASED ACCURATE INDOOR LOCATION TRACKING FOR HOME AND OFFICE
PDF
BLE-Based Accurate Indoor Location Tracking for Home and Office
PDF
Double sliding window variance detection-based time-of-arrival estimation in...
PDF
An Enhanced Predictive Proportion using TMP Algorithm in WSN Navigation
DOCX
Target tracking and mobile sensor navigation in wireless sensor networks
DOCX
Target tracking and mobile sensor navigation in wireless sensor networks
PDF
Time of arrival based localization in wireless sensor networks a non linear ...
PDF
Paper id 26201484
PDF
A New Approach for Error Reduction in Localization for Wireless Sensor Networks
PDF
Analysis of different digital filters for received signal strength indicator
PDF
POSITION ESTIMATION OF AUTONOMOUS UNDERWATER SENSORS USING THE VIRTUAL LONG B...
PDF
paper de tesis de pre grado ingenieria redes
PDF
Nonlinear filtering approaches to field mapping by sampling using mobile sensors
International Journal of Engineering and Science Invention (IJESI)
Hybrid Filter Scheme for Optimizing Indoor Mobile Cooperative Tracking System
IOT-WSN: SURVEY ON POSITIONING TECHNIQUES
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
PARTICLE FILTER APPROACH TO UTILIZATION OF WIRELESS SIGNAL STRENGTH FOR MOBIL...
Performance enhancement of wireless sensor network by using non-orthogonal mu...
BLE-BASED ACCURATE INDOOR LOCATION TRACKING FOR HOME AND OFFICE
BLE-Based Accurate Indoor Location Tracking for Home and Office
Double sliding window variance detection-based time-of-arrival estimation in...
An Enhanced Predictive Proportion using TMP Algorithm in WSN Navigation
Target tracking and mobile sensor navigation in wireless sensor networks
Target tracking and mobile sensor navigation in wireless sensor networks
Time of arrival based localization in wireless sensor networks a non linear ...
Paper id 26201484
A New Approach for Error Reduction in Localization for Wireless Sensor Networks
Analysis of different digital filters for received signal strength indicator
POSITION ESTIMATION OF AUTONOMOUS UNDERWATER SENSORS USING THE VIRTUAL LONG B...
paper de tesis de pre grado ingenieria redes
Nonlinear filtering approaches to field mapping by sampling using mobile sensors

More from IOSR Journals (20)

PDF
A011140104
PDF
M0111397100
PDF
L011138596
PDF
K011138084
PDF
J011137479
PDF
I011136673
PDF
G011134454
PDF
H011135565
PDF
F011134043
PDF
E011133639
PDF
D011132635
PDF
C011131925
PDF
B011130918
PDF
A011130108
PDF
I011125160
PDF
H011124050
PDF
G011123539
PDF
F011123134
PDF
E011122530
PDF
D011121524
A011140104
M0111397100
L011138596
K011138084
J011137479
I011136673
G011134454
H011135565
F011134043
E011133639
D011132635
C011131925
B011130918
A011130108
I011125160
H011124050
G011123539
F011123134
E011122530
D011121524

Recently uploaded (20)

PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PDF
PPT on Performance Review to get promotions
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Construction Project Organization Group 2.pptx
PPTX
Sustainable Sites - Green Building Construction
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
web development for engineering and engineering
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PPTX
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
composite construction of structures.pdf
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
PDF
Well-logging-methods_new................
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Internet of Things (IOT) - A guide to understanding
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPT on Performance Review to get promotions
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Construction Project Organization Group 2.pptx
Sustainable Sites - Green Building Construction
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
web development for engineering and engineering
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
Recipes for Real Time Voice AI WebRTC, SLMs and Open Source Software.pptx
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
composite construction of structures.pdf
Automation-in-Manufacturing-Chapter-Introduction.pdf
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
Well-logging-methods_new................
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...

Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Sensor Networks

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 6, Issue 2 (May. - Jun. 2013), PP 46-50 www.iosrjournals.org www.iosrjournals.org 46 | Page Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Sensor Networks Ahmed Abdullah1 , Vinolee R2 1 (Department of Electronics and communication, SRM University, India) 2 (Department of Electronics and communication, SRM University, India) Abstract : Node localization is important parameter in WSN. Node localization is required to report origin of events which makes it one of the important challenges in WSN. Received signal strength (RSS) is used to calculate distance between mobile node and reference node. The position of the mobile node is calculated using multilateration algorithm (MA). Extended Kalman filter (EKF) is utilized to estimate the actual position. In this paper, the implementation and enhancement of a tracking system based on RSS indicator with the aid of an Extended Kalman Filter (EKF) is described and an adaptive filter is derived. Keywords - Extended Kalman filter (EKF), mobile node tracking, multilateration algorithm (MA), received signal strength (RSS), Wireless sensor networks (WSN) I. INTRODUCTION Advances in Integrated circuit technology have enabled the integration of computation and communication into one device which monitor or control physical processes. Wireless sensor network have attracted a lot of research in the recent past. The various issues related to wireless sensor networks pose interesting challenges to researcher in domain like localization. There are various location estimation methods. Received signal strength (RSS) based ranging is an advantage as it already have radios, requires no additional hardware support. Other ranging methods used are angle-of- arrival (AOA), time-of-arrival (TOA), and time- difference-of-arrival (TDOA). RSS-based methods suffer from relatively lower accuracy. Several methods have been introduced to provide better accuracy. Kalman filter is used to improve the accuracy in tracking. In [1] tracking of mobile node is done using Kalman filter. This algorithm uses lateralization with nearest three estimated nodes to calculate the coordinates and it is implemented for straight and circular movements of the mobile node. In another algorithm [2] also used Kalman filter and proposed a novel filter base on fading Kalman filter. In [3] considered shadowing effect, a novel method by combining Kalman filter and maximum-likelihood is given. The rest of this paper is organized as follows: The system model, the wireless channel propagation model, the multilateration algorithm are described in section II. In section III, Extended Kalman filter model is presented. In section IV, the simulation results are given and the performance is analyzed with comparison of different methods. Finally, conclusions are given in section V. II. SYSTEM MODEL 2.1 System model A system model as given in literature [2] is used which has an area 20m×20m. The mobile node does uniform motion in this area and its direction may change at any time. Four reference nodes are distributed at four corners of this area. The reference nodes sends wireless signal at same time and for every time period T. The computer simulations are performed on a special trajectory which is a circle starting from (14,8) and whose center is (8,8) and radius is 6 as shown in the Fig 1. 2.2 Wireless channel propagation model The scattering, reflection and blockage of physical obstacles results in random variations of the signal which should be statistically modelled. And the most common model which is empirically confirmed is log- normal shadowing. This model is presented in [3] as following equation:  X d d PP o or        10log10 (1) Where Pr is the received signal strength (RSS) of the receiver which is d away from the transmitter. Similarly, Po is the received signal strength of the receiver which is do away from the transmitter. γ is path loss exponent, which generally equals from 2 to 4. d denotes the distance between the transmitter and the receiver
  • 2. Enhanced mobile node tracking with received signal strength in wireless sensor networks www.iosrjournals.org 47 | Page and denotes the reference distance. Xσ denotes the Gaussian random noise with mean value of zero and variance of σ2 . Fig. 1. Actual trajectory of mobile node. 2.3 Multilateration algorithm The distance between the mobile node and the reference nodes are calculated from equation (1) and the coordinates of the reference nodes are known, multilateration algorithm (MA) can be used to estimates the coordinates of mobile node. The multilateration algorithm is an effective location algorithm. Let the coordinates of the ith reference node be (xi, yi), and the distance between the mobile node and the ith reference node be di. The minimum mean square error matrix [4] of the coordinates of the mobile node can be given by:   bAAAX TT 1  (2) where             y xX ;                                        nnnn nn nn nn yyxx yyxx yyxx yyxx A 11 33 22 11 22 . . . . 22 22 22 &                           22 1 22 1 22 1 22 3 22 3 22 3 22 2 22 2 22 2 22 1 22 1 22 1 . . nnnnnn nnn nnn nnn ddyyxx ddyyxx ddyyxx ddyyxx b . III TRACKING 3.1 Extended Kalman filter algorithm The motion model of the mobile node has been given in [2], which presents that the mobile node does uniform linear motion in duration and its direction may change at any time. Assuming the actual coordinates of the mobile node at time kth is (xk, yk), and the corresponding speed is (Vx,Vy). Let the state vector of mobile node at time kth be T yVxVkykxkS ),,,( , we can obtain the state equation:
  • 3. Enhanced mobile node tracking with received signal strength in wireless sensor networks www.iosrjournals.org 48 | Page )(.. 1000 100 0010 001 )( 1 ^ 1 1 ^                                kk y k x k k ss V y V x T T  (3) In above equation, T is the sampling period of RSS, and Φk is the one step state transition matrix. The filtering process [5] is as follows: The initial state of filtering: soos )( ^ , sok CM  )(1 (4) Prediction stage: )(.)( 1 ^^  kkk ss  (5) One step prediction mean square error matrix: QMM T kkkk    )()( 1 (6) Q  covariance of process noise. Update stage: Filtering gain matrix: 1 ))(()(   RHMHHMK T kkk T kk (7) Filtering mean square error matrix: )()()(  kkk MKHIM (8) State filtering: ))(()()( ^^^  kkkkk sss HZK (9) Where:   0 )(2 )(2 4,2, 3, 1, 44      k i k i i kk i i kk i k ijk hh yyh xxh hH   (10) is the linearization of the measurement around the previous state. μso is the mean value of the state vector at the initial time. Cso is the covariance matrix of the state vector at the initial time. R is the covariance matrix of the observation noise vector at nk time kth . I is the unit matrix. Rk and Q are the measurement and process noise covariance matrices respectively. The measurement noise covariance matrix is in the form of: 4 2 .IR nk  (11) IV ENHANCED EXTENDED KALMAN FILTER A significant enhancement is derived by incorporating the following adaptive modifications into the modelled EKF for object tracking. 4.1 Linearization. The most important part of applied enhancements in the proposed method is the model presented for measurements. It is clear that the relation of RSS indicators and coordinates of the source node is nonlinear. Thus, to use EKF for estimation, a linearization of measurement is required. Consider the measurements are selected to be the same as RSS indicators. The corresponding linearization cause to the following matrices:   0 )(log )(20 )(log )(20 4,2, 10 3, 10 1, 44        k i k i k i k k i k i k k i k ijk hh d yy h d xx h hH     (12)
  • 4. Enhanced mobile node tracking with received signal strength in wireless sensor networks www.iosrjournals.org 49 | Page The magnitudes of elements of Hk matrix are so much smaller than the case of Eq. 12. The importance of this point becomes clear when KF begins to diverge. V SIMULATION RESULTS In this chapter, the simulation result of Extended Kalman filter (KF), Enhanced Extended Kalman filter are presented. In order to verify the effect of the Extended Kalman filter (EKF) algorithm in location and tracking, MATLAB is used to do the simulation. As shown in figure 1, the actual trajectory of the mobile node is a circle. The starting coordinates of the mobile node is (14,8), whose centre is at (8,8), radius is 6m and its speed is always 1m/s. The sampling period of RSS (T) is 1 second. To compare the performance of each method, Root Mean Square Error (RMSE) of each method is defined as:   M k kkkk yyxx M RMSE 1 22 ])()[( 1  (13) Where ( kx , ky ) is the actual coordinates of the blind node, and ( kx  , ky  ) is its estimated coordinates. Fig. 2. Actual trajectory and estimated trajectory of mobile node. As shown in figure 3, compared with other algorithms, the location error of Enhanced EKF algorithm is the least when compared with EKF, Kalman filter (KF), Fading Kalman filter (FKF) as presented in [2]. Fig. 3. Comparison of different algorithms
  • 5. Enhanced mobile node tracking with received signal strength in wireless sensor networks www.iosrjournals.org 50 | Page VI CONCLUSIONS Previous works have considered Kalman filter of single mobile nodes to smooth out the estimated trajectory. In this paper an Enhanced Extended Kalman filter is used for tracking movements of a single mobile node. RSS measurements are such modelled in EKF equations to obtain reliable solutions in tricky situations when the mobile node experiences sudden changes in its trajectory. As compared to previously proposed methods the proposed scheme has proved to have better location accuracy in terms of the RMSE of the estimated location and faster convergence speed as compared to other models of KF. REFERENCES [1] S. Umesh Babu, C. S. Kumar, R. V. Raja Kumar, “Sensor Networks for Tracking a Moving Object using Kalman Filtering”, IEEE International Conference on Industrial Technology (ICIT), Mumbai, 15-17 Dec. 2006. [2] Jieyang Yi, Liang Zhou, “Enhanced Location Algorithm with Received-Signal-Strength Using Fading Kalman Filter in Wireless Sensor Networks”. IEEE Conference Publishing.2011. [3] Andrea Goldsmith. “Wireless Communications”. New York: Cambridge University Press, 2005. [4] Xiao-wei Li, Yong-jun Xu, Feng-yuan Ren. Technology of Wireless Sensor Networks. Beijing: Press of Beijing Institute of Technology, 2009. [5] Greg Welch and Gary Bishop. “An Introduction to the Kalman Filter”. Department of Computer Science University of North Carolina at Chapel Hill, 2006.