SlideShare a Scribd company logo
1 of 5
Download to read offline
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

What's hot

Spectrum-efficiency parametric channel estimation scheme for massive MIMO sys...
Spectrum-efficiency parametric channel estimation scheme for massive MIMO sys...Spectrum-efficiency parametric channel estimation scheme for massive MIMO sys...
Spectrum-efficiency parametric channel estimation scheme for massive MIMO sys...Qian Han
 
Frequency offset estimation with fast acquisition in OFDM system assignment h...
Frequency offset estimation with fast acquisition in OFDM system assignment h...Frequency offset estimation with fast acquisition in OFDM system assignment h...
Frequency offset estimation with fast acquisition in OFDM system assignment h...Sample Assignment
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
November 9, Planning and Control of Unmanned Aircraft Systems in Realistic C...
November 9, Planning and Control of Unmanned Aircraft Systems  in Realistic C...November 9, Planning and Control of Unmanned Aircraft Systems  in Realistic C...
November 9, Planning and Control of Unmanned Aircraft Systems in Realistic C...University of Colorado at Boulder
 
Blind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemsBlind channel estimation for mimo ofdm systems
Blind channel estimation for mimo ofdm systemstrungquang0207
 
Analyzing the performance of the dynamic
Analyzing the performance of the dynamicAnalyzing the performance of the dynamic
Analyzing the performance of the dynamicIJCNCJournal
 
A0420105
A0420105A0420105
A0420105inventy
 
Routing in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space TechniqueRouting in All-Optical Networks Using Recursive State Space Technique
Routing in All-Optical Networks Using Recursive State Space Techniquesipij
 
Performance improvement for papr reduction in lte downlink system with ellipt...
Performance improvement for papr reduction in lte downlink system with ellipt...Performance improvement for papr reduction in lte downlink system with ellipt...
Performance improvement for papr reduction in lte downlink system with ellipt...IJCNCJournal
 
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...
An Efficient Performance of Mimo - Ofdm Based Cognitieve Radio System for Arr...IOSR Journals
 
Design a mobile telephone system in a certain city
Design a mobile telephone system in a certain cityDesign a mobile telephone system in a certain city
Design a mobile telephone system in a certain cityeSAT Journals
 
In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...
In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...
In tech recent-advances_in_synthetic_aperture_radar_enhancement_and_informati...Naivedya Mishra
 
Network-based UE mobility estimation in mobile networks
Network-based UE mobility estimation in mobile networksNetwork-based UE mobility estimation in mobile networks
Network-based UE mobility estimation in mobile networksPopescu Dalia
 
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...
Research on Space Target Recognition Algorithm Based on Empirical Mode Decomp...Nooria Sukmaningtyas
 

What's hot (17)

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

Viewers also liked

Viewers also liked (20)

L1803016468
L1803016468L1803016468
L1803016468
 
D010612024
D010612024D010612024
D010612024
 
H010414651
H010414651H010414651
H010414651
 
G010433745
G010433745G010433745
G010433745
 
M010629597
M010629597M010629597
M010629597
 
“Study The Different Parameters of Sewage Treatment With UASB & SBR Technolog...
“Study The Different Parameters of Sewage Treatment With UASB & SBR Technolog...“Study The Different Parameters of Sewage Treatment With UASB & SBR Technolog...
“Study The Different Parameters of Sewage Treatment With UASB & SBR Technolog...
 
E012513749
E012513749E012513749
E012513749
 
J012275461
J012275461J012275461
J012275461
 
B012630608
B012630608B012630608
B012630608
 
F012312934
F012312934F012312934
F012312934
 
I017114347
I017114347I017114347
I017114347
 
Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...Design of MEMS capacitive accelerometer with different perforated proof- mass...
Design of MEMS capacitive accelerometer with different perforated proof- mass...
 
N017259396
N017259396N017259396
N017259396
 
B1103021427
B1103021427B1103021427
B1103021427
 
L1102017479
L1102017479L1102017479
L1102017479
 
Simulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal SimulatorSimulation of Signals with Field Signal Simulator
Simulation of Signals with Field Signal Simulator
 
G012534551
G012534551G012534551
G012534551
 
D011122934
D011122934D011122934
D011122934
 
S130403131140
S130403131140S130403131140
S130403131140
 
G012273041
G012273041G012273041
G012273041
 

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

CHANNEL ESTIMATION AND MULTIUSER DETECTION IN ASYNCHRONOUS SATELLITE COMMUNIC...
CHANNEL ESTIMATION AND MULTIUSER DETECTION IN ASYNCHRONOUS SATELLITE COMMUNIC...CHANNEL ESTIMATION AND MULTIUSER DETECTION IN ASYNCHRONOUS SATELLITE COMMUNIC...
CHANNEL ESTIMATION AND MULTIUSER DETECTION IN ASYNCHRONOUS SATELLITE COMMUNIC...ijwmn
 
Path Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression MethodsPath Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression Methodsijceronline
 
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IJCNCJournal
 
Performance evaluation with a
Performance evaluation with aPerformance evaluation with a
Performance evaluation with aijmnct
 
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...sipij
 
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIDesign of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIinventy
 
Adaptive Control for Laser Transmitter Feedforward Linearization System
Adaptive Control for Laser Transmitter Feedforward Linearization SystemAdaptive Control for Laser Transmitter Feedforward Linearization System
Adaptive Control for Laser Transmitter Feedforward Linearization SystemUniversity of Malaya (UM)
 
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...IRJET Journal
 
Turbo Detection in Rayleigh flat fading channel with unknown statistics
Turbo Detection in Rayleigh flat fading channel with unknown statisticsTurbo Detection in Rayleigh flat fading channel with unknown statistics
Turbo Detection in Rayleigh flat fading channel with unknown statisticsijwmn
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...ijwmn
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...ijwmn
 
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...Onyebuchi nosiri
 
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...Onyebuchi nosiri
 
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...ijsrd.com
 
07 image filtering of colored noise based on kalman filter
07 image filtering of colored noise based on kalman filter07 image filtering of colored noise based on kalman filter
07 image filtering of colored noise based on kalman filterstudymate
 
Digital Multichannel GPS Receiver Baseband Modules using Model Based Design T...
Digital Multichannel GPS Receiver Baseband Modules using Model Based Design T...Digital Multichannel GPS Receiver Baseband Modules using Model Based Design T...
Digital Multichannel GPS Receiver Baseband Modules using Model Based Design T...IJNLC Int.Jour on Natural Lang computing
 
Performance evaluation of 1 tbps qpsk dwdm system over isowc
Performance evaluation of 1 tbps qpsk dwdm system over isowcPerformance evaluation of 1 tbps qpsk dwdm system over isowc
Performance evaluation of 1 tbps qpsk dwdm system over isowceSAT Journals
 

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

CHANNEL ESTIMATION AND MULTIUSER DETECTION IN ASYNCHRONOUS SATELLITE COMMUNIC...
CHANNEL ESTIMATION AND MULTIUSER DETECTION IN ASYNCHRONOUS SATELLITE COMMUNIC...CHANNEL ESTIMATION AND MULTIUSER DETECTION IN ASYNCHRONOUS SATELLITE COMMUNIC...
CHANNEL ESTIMATION AND MULTIUSER DETECTION IN ASYNCHRONOUS SATELLITE COMMUNIC...
 
Path Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression MethodsPath Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression Methods
 
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
IMPROVEMENT OF LTE DOWNLINK SYSTEM PERFORMANCES USING THE LAGRANGE POLYNOMIAL...
 
Ko3518201823
Ko3518201823Ko3518201823
Ko3518201823
 
Performance evaluation with a
Performance evaluation with aPerformance evaluation with a
Performance evaluation with a
 
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
AN ANALYSIS OF THE KALMAN, EXTENDED KALMAN, UNCENTED KALMAN AND PARTICLE FILT...
 
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-IIDesign of Linear Array Transducer Using Ultrasound Simulation Program Field-II
Design of Linear Array Transducer Using Ultrasound Simulation Program Field-II
 
Adaptive Control for Laser Transmitter Feedforward Linearization System
Adaptive Control for Laser Transmitter Feedforward Linearization SystemAdaptive Control for Laser Transmitter Feedforward Linearization System
Adaptive Control for Laser Transmitter Feedforward Linearization System
 
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
IRJET- Performance Analysis of a Synchronized Receiver over Noiseless and Fad...
 
ECG QRS Complex Detector
ECG QRS Complex DetectorECG QRS Complex Detector
ECG QRS Complex Detector
 
K010217785
K010217785K010217785
K010217785
 
Turbo Detection in Rayleigh flat fading channel with unknown statistics
Turbo Detection in Rayleigh flat fading channel with unknown statisticsTurbo Detection in Rayleigh flat fading channel with unknown statistics
Turbo Detection in Rayleigh flat fading channel with unknown statistics
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
 
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
3D METALLIC PLATE LENS ANTENNA BASED BEAMSPACE CHANNEL ESTIMATION TECHNIQUE F...
 
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
 
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
Signal Strength Evaluation of a 3G Network in Owerri Metropolis Using Path Lo...
 
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
Ant Colony Optimization Based Energy Efficient on-Demand Multipath Routing Sc...
 
07 image filtering of colored noise based on kalman filter
07 image filtering of colored noise based on kalman filter07 image filtering of colored noise based on kalman filter
07 image filtering of colored noise based on kalman filter
 
Digital Multichannel GPS Receiver Baseband Modules using Model Based Design T...
Digital Multichannel GPS Receiver Baseband Modules using Model Based Design T...Digital Multichannel GPS Receiver Baseband Modules using Model Based Design T...
Digital Multichannel GPS Receiver Baseband Modules using Model Based Design T...
 
Performance evaluation of 1 tbps qpsk dwdm system over isowc
Performance evaluation of 1 tbps qpsk dwdm system over isowcPerformance evaluation of 1 tbps qpsk dwdm system over isowc
Performance evaluation of 1 tbps qpsk dwdm system over isowc
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEroselinkalist12
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETEINFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
INFLUENCE OF NANOSILICA ON THE PROPERTIES OF CONCRETE
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 

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.