A Wireless Localization Algorithm Based on Strong Tracking Kalman Filter

Size: px
Start display at page:

Download "A Wireless Localization Algorithm Based on Strong Tracking Kalman Filter"

Transcription

1 Sensors & ransducers, Vol. 83, Issue 2, December 204, pp Sensors & ransducers 204 by IFSA Publishing, S. L. A Wireless Localization Algorithm Based on Strong racking Kalman Filter Qinghui Wang, Wangyuan Huang, Li Feng Wei and Xiaomei Liu Institute of Wireless Communication echnology, Shenyang University of Chemical echnology, Shenyang 042, China el.: , fax: wangqh8008@vip.sina.com Received: 8 August 204 /Accepted: 28 November 204 /Published: 3 December 204 Abstract: Classical extended Kalman filter algorithm is often used to obtain dynamic estimation of nodes position in wireless localization. However, it is prone to generate error accumulation in the filtering process, and lead to filter divergence, which causes low accuracy. he paper explores a strong tracking extended Kalman filter with algorithm a fading factor, which can adjust the gain K in real time, so as to ensure the adaptive adjustment of the new information sequence, as well as the dynamic tracking capability in indoor wireless localization. he experimental results show that the strong tracking extended Kalman filter algorithm has a better tracking capability on dynamic targets, leading to higher tracking accuracy and, smaller absolute error. Copyright 204 IFSA Publishing, S. L. Keywords: Strong tracking filter, Extended Kalman filter (EKF), Wireless localization.. Introduction With the development of wireless communication technology [], the localization of moving nodes during the communication not only can be used as a service business, but also can be applied in security systems, military operations, detections and management tasks etc. Most of the current positioning algorithms [2] are attempting to balance the energy consumption, cost and accuracy. he research on how to improve the accuracy with a smaller node density, and smaller percentage of beacon nodes, is becoming one of the hot topics [3]. Among the localization algorithms, the extended Kalman filter (EKF) [4] is the most widely used nonlinear filtering method in indoor wireless localization. Much efforts have been made in improving its performance, and various filtering methods based on root mean square filter and the decomposition of singular value have been proposed [5, 6]. However, in practical applications, the extended Kalman filter still suffers from some disadvantages, such as poor robustness, low accuracy, and loss of the ability to track the changing status when EKF reaches a steady state. On the basis of the target motion estimation theory and in combination with the indoor environment to build wireless sensor network hardware platform, this paper analyzes the extended Kalman filter based on strong tracking filtering algorithm, and establishes a localization algorithm filtering model based on distance, which applies the strong tracking extended Kalman filtering in indoor wireless localization of mobile targets. hrough the experimental comparison of the proposed algorithm and the general extended Kalman filter, the strong tracking algorithm is proved to possess higher accuracy and better tracking capability. 55

2 Sensors & ransducers, Vol. 83, Issue 2, December 204, pp Design of Strong racking EKF In wireless sensor network localization, typically the extended Kalman filter algorithm will be employed due to the general nonlinearity of the measurement equation. Compared with the extended Kalman filter, the strong tracking extended Kalman filter gains the following advantages [7]: the stronger robustness to model mismatch, the lower sensitivity to the noise and initial value on the statistical properties, stronger tracking ability on the changing status, and acceptable computational complexity. he design of the filter introduces a fading factor, P adjusts the r (k+ k) K (k+), which reduces the influence of the past data on the current filter value through on-site adjustment of the covariance matrix of state prediction error P(k+ k), and the corresponding gain matrix K(k+). Because of the fading factor, the strong tracking extended Kalman filter maintains error of different time to be orthogonal everywhere. Its physical meaning is: when model uncertainty exists, on-site adjustment of gain matrix can always keep the property of Gauss white noise. he state equation and the observation equation are assumed as: [ ] X ( k + ) = f k, X( k) +Γ ( k) v( k), () zk ( + ) = hkxk [, ( )] + wk ( ), (2) where X ( k ) is the motion state vector of the object in time k; zk ( ) is the observation vector of the object in time k; vk ( ), wk ( ) are the Gaussian noise with zero mean value, Γ ( k) is the noise control matrix. Assume the covariance matrixes of process noise vk ( ) and observation noise wk ( ) are Qk ( ) and R( k ), and the status transform matrix and observation matrix are expressed by A( k ) and H ( k ). If f and h are both nonlinear, linearization is done by fkuk (,(), Xk ()) Ak () = X ( k ) = X ( kk ), (3) X hk ( +, Xk ( + )) Hk () = Xk ( += ) Xk ( + k ), (4) X General extended Kalman filter can be obtained by X (k+ k) =A(k) X (k k), (5) Pk ( + k) = AkPk ( ) ( k) A( k), (6) +Γ( kqk ) ( ) Γ ( k) Kk ( + ) = Pk ( + kh ) ( k)[ HkPk ( ) ( + k) H () k + Rk ()], (7) Xk ( + k+ ) = Xk ( + k) + Kk ( + ) γ( k+ ), (8) Pk ( + k+ ) = [ I Kk ( + ) Hk ( )] Pk ( + k), (9) where γ ( k + ) in (8) is the output error, and can be obtained by (0) γ ( k+ ) = z( k) H( k) X( k+ k), (0) When the system becomes stable, i.e. EKF also is in stable status, its prediction error covariance Pk ( + k) tends to its minimum, which renders the gain Kk+ ( ) minimized, and incapable of adjustment. When state X( k+ ) changes, output error γ ( k + ) is increased. However, the gain Kk+ ( ) does not increase with the increase in output error, stays its minimum. herefore, in this manner, EKF essentially loses the tracking capability of changing statues [4]. o improve the tracking capability of changing statues, a fading factor λ ( k + ) is introduced to adjust covariance Pk ( + k) and gain matrix Kk+ ( ). herefore, (4) is converted to: P( k+ k) = λ( k+ ) Ak () P( k k) A () k +Γ() k Q() k Γ () k () From Principle of orthogonality, the fading factor ( k ) λ + can be obtained by where λ0 λ0 λ( k + ) =, (2) λ0 < tr[ N( k + )] λ0 =, (3) tr[ M ( k + )] γ() γ () k = 0 Vk 0( + ) = [ ρvk 0( ) + γ( k+ ) γ ( k+ )] + ρ, (4) k N(k+)=V 0 (k+)-h(k) Γ(k)Q(k) Γ (k)h (k)- β Rk ( ) (5) 56

3 Sensors & ransducers, Vol. 83, Issue 2, December 204, pp M ( k + ) = A( k) P( k k) A ( k) H ( k) H ( k) (6) where 0< ρ is forgetting factor ρ = 0.95, β is a selected weaken factor. Weaken factor is used to make the state estimation more smooth. his value can be set empirically, or by computer simulation according to the formula below: [8] he sampling frequency [2] in this system is 200 ms, because we believe the step length L, and distance r keep unchanged unless their appearance number x is larger than threshold N( x N ). L n β = min xi( k) xi( k k) β, (7) k= 0 i= his paper uses empirically obtained value, which is 2. ill now, the strong tracking filter has been constructed. When the model has enough accuracy, and initial values X(0 0) and P(0 0) are properly selected, the accurate state estimation can be obtained by the above method. Fig.. Schematic diagram of localization. 3. Experiments and Result Analysis 3.. Inhibition of Non-line of Sight In wireless sensor networks, especially in the indoor environment, the LOS (line of sight) path between the sensor nodes may be missing, while only the reflection and diffraction path exist. Since it is unable to detect the direct path signal at the receiving end, the SDS-WR distance measurement inevitably contains NLOS error [9]. Because NLOS propagation path is longer than LOS propagation path, the measurements of SDS-WR [0] have some delay, i.e. NLOS error is random error with a positive mean. herefore, in the environment of NLOS, the measured distance between nodes is usually larger than the actual distance. NLOS error can be defined as the additional propagation distance larger than direct path, NLOS error is always positive. In the practical environment, NLOS propagation is ubiquitous. Inhibition of NLOS error has become the key to improve the localization accuracy Data Rejection In the wireless data transmission process, packet loss inevitably occurs []. here may be some very unreliable data of four measured distances, such as zero or negative, which make the localization have big error. How to eliminate these error caused by the hardware is one target in the project. Fig. is a schematic diagram of localization, where tag is the mobile node, and carried by a walking person, four anchors are the fixed base stations. ) When a measured distance is zero, it is rejected, and the last measurement is used as Fig. 2. Fig. 2. Measured data. 2) When the measured distance is negative, same processing will be done. hat is: it is discarded and the last normal measurement will be used. 3) Following the characteristic of human walking, we assume that the distance between the tag and a node (Anchor for example) r, and the next measurement of the upper distance is recorded as r. We assume that there is a threshold f. When r r f, we believe that r is acceptable in environment with NLOS. Otherwise, we use r to replace r. In the meantime, we also consider the number of sampling, that is, if r appears for 8 times, we believe r is correct. 4) After the rejection of rough data, a second rejection is required. he idea behind this is that the distance between the first measurement and the third measurement cannot be larger than a threshold. An example can be found in Fig. 3, which shows that there is an obvious error in Although the accuracy of distance measurement between two individual nodes is relatively high, the accuracy of many nodes localization in networks is much lower due to the negative effect of hardware, 57

4 Sensors & ransducers, Vol. 83, Issue 2, December 204, pp movement, and multiple nodes in NLOS. hat is, any one in ri= i(,2,3,4) has an error, which may be as large as 3 meter. herefore, this condition will introduce big error to localization of moving nodes. How to eliminate the error in NLOS is the issue we must figure out. between the node in (4,2) and the nodes in coordinate (0,0), (3,0), (3,20), (0,20). Besides, we still need to find out the true value of the distance vector y. his vector can be obtained from computing the distances of the coordinates by MALAB. hat is, the true distances between node (4,2) and other nodes in (0,0), (3,0), (3,20), (0,20) are y = [ ]. able. Measured data of vector x. Fig. 3. Measured data. Assume the correlation coefficient between the measured values of the distances from the moving node to other four nodes and their true values P, vector x is used to represent the measured values: x = [ rrrr], (8) Vector y represents the true values: hen we have: y = [ a a a a ], (9) y = xp, (20) Multiply both sides of formula (4-3) by we obtain x y x, and = x xp, (2) Sampling time r r2 r 3 r 4 2:2: :23: :25: :28: :30: :32: :35: :37: :39: :4: :43: :46: In this manner, we can collect data in other coordinates and obtain thousands of measurements. he correlation coefficient P can be obtained as below. his paper hereinafter will compare the localization accuracy between the condition with trained P and that with untrained P P = he walking route is shown as Fig. 4 when the data is collected. Multiple both sides of formula (4-4) by we have: hat is: [ ] [ ] xx x y xx x xp [ ] xx, =, (22) [ P xx ] x y =, (23) where P is the 4 4 matrix. We can train P using plenty measurement of x and y. he result becomes more accurate when the measurements are richer. able I is a set of data measured in coordinate (4,2). ri= i(,2,3,4) is the measured distance vector Fig. 4. he diagram of the route of the moving node. 58

5 Sensors & ransducers, Vol. 83, Issue 2, December 204, pp We have collected a large quantity of data, which can be divided into 4 2=294 groups, and saved as.txt format. Each group contains a number of measurements, and there are 92 measurements in total. Next the simulation is done using Matlab on the collected data. Firstly, t localization accuracy between the condition with trained P and that with untrained P is compared as Fig. 5 and Fig. 6. he measurement equation is: ( xk ( ) ax, )( yk ( ) a,) y r r2 ( xk ( ) ax,2 )( yk ( ) ay,2) =, (25) r3 ( xk ( ) ax,3 )( yk ( ) ay,3) r4 ( xk ( ) ax,4 )( yk ( ) ay,4) where is the observation period. vx( k+ ), vy ( k+ ) are speed in axis X and Y, respectively. w ( ) x k, wy ( k ) are both Gaussian white noise with zero mean value. ( a x, i, a yi, ) ( i =,2,3,4) are coordinates of the four anchors. Observation parameters ri= i(,2,3,4) are the measured distance between the moving node and the four anchors. In the experiment, the initial values are: Sampling period: =0.2 s; Estimated value of state variable: Fig. 5. Localization result without P. x (0 0) = [ ], which are the speeds in axis X, Y. Initial prediction of state vector covariance matrix is P(0 0) = diag[ ] he noise matrix of the system is Q= diag[ ] he noise matrix in measurement is R= diag[ ] Fig. 6. Localization result with P. he result indicates that the localization of the moving node possesses higher accuracy when P is used. his demonstrates that the coefficient P obviously improves the localization accuracy. he experiment is done in a room with a 6 m 2 m space in Fig. 7. he four anchors are fixed while one wireless moving node needs localization. he Kalman state equation is as below: xk ( + ) 0 0xk ( ) 0 yk ( ) 0 0 yk ( ) 0 + = + vx( k+ ) 0 0 0vx( k) wx( k) vy( k+ ) vy( k) wy( k) (24) Fig. 7. Wireless sensor network in the experiment. Fig. 8 shows the actual route by the black bold line, which means the moving node starts from (4.5,2) and ends in (6,2). he route is three 59

6 Sensors & ransducers, Vol. 83, Issue 2, December 204, pp quarters of a rectangle. he outer trace is the result of EKF, the middle one is the result of the proposed algorithm. algorithm to refinement of localization, and compares the new algorithm with general EKF. Fig. 8. Comparison between the result of EKF and that of strong tracking EKF. Fig. 9 and Fig. 0 show the comparison of absolute values of the errors in axis X and Y between the proposed algorithm and the EKF. During the experiment, as seen from Fig., EKF has big sharp error when state changes, such as walking starts. he maximum error is about 3 meters. On the other hand, the tracking has good performance when the moving reaches a stable state. From the comparison, the proposed algorithm can reduce the error under meter. It improves the localization accuracy, and outperforms EKF which is with more uncertainty and bigger error. Fig. 0. he comparison of error in axis Y between the two algorithms. he experimental results show that, the strong tracking Kalman filter outperforms the classical Kalman filter on the target model and the adaptability of noise signal. Furthermore, the smaller minimum mean square error criterion can be obtained. herefore, it has stronger capability in tracking objects with changing moving statues. his paper also demonstrates the validity of the proposed algorithm in indoor wireless sensor network localization. he algorithm can greatly improve the localization accuracy without additional hardware, and realize the wireless localization with low energy and high accuracy. It will be of significant value in further investigating localization in stable and complex environment. References Fig. 9. he comparison of error in axis X between the two algorithms. 4. Conclusions hrough establishing model of moving object in indoor wireless sensor network, this paper applies fading adaptive strong tracking Kalman filter []. L. R. Wan, Y. Liu, L. Wang, Application of the ZigBee wireless communication technology on the endless rope continuous tractor derailment monitoring system, in Proceedings of the International Conference of Communication, Electronics and Automation Engineering, Xian, P. R. China, August 202, pp [2]. S. eng, S. Huang, Y. Huo, A new positioning algorithm in mobile network, in Proceedings of the International Conference of Pervasive Computing and the Networked World, Istanbul, urkey, November 202, pp [3]. Jiangwen Wan, Jialing Wu and Renjian Feng, he application of Kalman filter in wireless sensor network, High echnology Letters, Vol. 9, Issue 2, 2009, pp [4]. J. Liu, G. Ji, S. Zhou, Applying and Implementation of the Extended Kalman Filter (EKF) with Sensitive Equation: A PEMFC Case Study, in Proceedings of the International MultiConference of Engineers and Computer Scientists, Hong Kong, 4-6 March 202, pp

7 Sensors & ransducers, Vol. 83, Issue 2, December 204, pp [5]. C. S. Ahn and S. Y. Oh, Robust vocabulary recognition clustering model using an average estimator least mean square filter in noisy environments, Personal and Ubiquitous Computing, Vol. 8, Issue 6, 203, pp [6]. Shu Xu, Yihui Jin and Ruijuan Yang, Multiple objects tracking based on strong tracking filter, Sensor echnology, Vol. 2, Issue 5, 2002, pp [7]. D. H. Zhou and Q. L. Wang, Strong tracking filtering of nonlinear systems with colored noise, Journal of Beijing Institute of echnology, Vol. 7, Issue 3, 997, pp [8]. Donghua Zhou, Yinzhong Ye, Modern fault diagnosis and fault tolerant control, singhua University Press, Beijing, [9]. C. Gentile, N. Alsindi and R. Raulefs, Geolocation echniques, Springer, New York, 203. [0]. L. Wei, Z. Jian and W. Chunzhi, Kalman Filter localization algorithm based on SDS-WR ranging, ELKOMNIKA Indonesian Journal of Electrical Engineering, Vol., Issue 3, 203, pp []. C. Lumezanu, K. Guo, N. Spring, he effect of packet loss on redundancy elimination in cellular wireless networks, in Proceedings of the 0 th ACM SIGCOMM Conference on Internet Measurement, New Delhi, India, 3-9 September 200, pp [2]. O. M. Bouzid, G. Y. ian and J. Neasham, Investigation of sampling frequency requirements for acoustic source localization using wireless sensor networks, Applied Acoustics, Vol. 74, Issue 2, 203, pp Copyright, International Frequency Sensor Association (IFSA) Publishing, S. L. All rights reserved. ( 6

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment

A New Localization Algorithm Based on Taylor Series Expansion for NLOS Environment BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 16, No 5 Special Issue on Application of Advanced Computing and Simulation in Information Systems Sofia 016 Print ISSN: 1311-970;

More information

Study on OFDM Symbol Timing Synchronization Algorithm

Study on OFDM Symbol Timing Synchronization Algorithm Vol.7, No. (4), pp.43-5 http://dx.doi.org/.457/ijfgcn.4.7..4 Study on OFDM Symbol Timing Synchronization Algorithm Jing Dai and Yanmei Wang* College of Information Science and Engineering, Shenyang Ligong

More information

Application of Singular Value Energy Difference Spectrum in Axis Trace Refinement

Application of Singular Value Energy Difference Spectrum in Axis Trace Refinement Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Application of Singular Value Energy Difference Spectrum in Ais Trace Refinement Wenbin Zhang, Jiaing Zhu, Yasong Pu, Jie

More information

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction

An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction , pp.319-328 http://dx.doi.org/10.14257/ijmue.2016.11.6.28 An Improved DV-Hop Localization Algorithm Based on Hop Distance and Hops Correction Xiaoying Yang* and Wanli Zhang College of Information Engineering,

More information

Kalman Filtering Method for GNSS / INS Integrated Navigation

Kalman Filtering Method for GNSS / INS Integrated Navigation 2016 nternational Conference on Electrical Engineering and Automation (CEEA 2016) SBN: 978-1-60595-407-3 Kalman Filtering Method for GNSS / NS ntegrated Navigation Qiang J * and Hao-guang ZHAO College

More information

FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS

FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS by CHINGIZ HAJIYEV Istanbul Technical University, Turkey and FIKRET CALISKAN Istanbul Technical University, Turkey Kluwer Academic Publishers

More information

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks

Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Non-Line-Of-Sight Environment based Localization in Wireless Sensor Networks Divya.R PG Scholar, Electronics and communication Engineering, Pondicherry Engineering College, Puducherry, India Gunasundari.R

More information

The Elevator Fault Diagnosis Method Based on Sequential Probability Ratio Test (SPRT)

The Elevator Fault Diagnosis Method Based on Sequential Probability Ratio Test (SPRT) Automation, Control and Intelligent Systems 2017; 5(4): 50-55 http://www.sciencepublishinggroup.com/j/acis doi: 10.11648/j.acis.20170504.11 ISSN: 2328-5583 (Print); ISSN: 2328-5591 (Online) The Elevator

More information

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK

DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK DV-HOP LOCALIZATION ALGORITHM IMPROVEMENT OF WIRELESS SENSOR NETWORK CHUAN CAI, LIANG YUAN School of Information Engineering, Chongqing City Management College, Chongqing, China E-mail: 1 caichuan75@163.com,

More information

Surveying Adjustment Datum and Relative Deformation Accuracy Analysis

Surveying Adjustment Datum and Relative Deformation Accuracy Analysis Surveying Adustment Datum and Relative Deformation Accuracy Analysis G.L. Chen 1, X. Meng *, L.B. Yao 3 In the surveying adustment, unnown parameters are normally different from the direct observations,

More information

A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter

A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter A Hybrid TDOA/RSSD Geolocation System using the Unscented Kalman Filter Noha El Gemayel, Holger Jäkel and Friedrich K. Jondral Communications Engineering Lab, Karlsruhe Institute of Technology (KIT, Germany

More information

SOC Estimation of Power Battery Design on Constant-current Discharge

SOC Estimation of Power Battery Design on Constant-current Discharge Sensors & ransducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com SOC Estimation of Power Battery Design on Constant-current Discharge Zeng Zhigang, Zhao Zhenxing, Li Yanping Hunan Institute

More information

Neural Network Adaptive Control for X-Y Position Platform with Uncertainty

Neural Network Adaptive Control for X-Y Position Platform with Uncertainty ELKOMNIKA, Vol., No., March 4, pp. 79 ~ 86 ISSN: 693-693, accredited A by DIKI, Decree No: 58/DIKI/Kep/3 DOI:.98/ELKOMNIKA.vi.59 79 Neural Networ Adaptive Control for X-Y Position Platform with Uncertainty

More information

A Novel Forging Hammerhead Displacement Detection System Based on Eddy Current Sensor

A Novel Forging Hammerhead Displacement Detection System Based on Eddy Current Sensor Sensors & ransducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com A Novel Forging Hammerhead Displacement Detection System Based on Eddy Current Sensor ZHANG Chun-Long, CHEN Zi-Guo Department

More information

Design of Automatic Following and Locating Electric Carrier Based on Ultrasonic Positioning and PI Controller

Design of Automatic Following and Locating Electric Carrier Based on Ultrasonic Positioning and PI Controller 017 nd International Conference on Mechatronics and Information Technology (ICMIT 017) Design of Automatic Following and Locating Electric Carrier Based on Ultrasonic Positioning and PI Controller Junyang

More information

A smooth tracking algorithm for capacitive touch panels

A smooth tracking algorithm for capacitive touch panels Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) A smooth tracking algorithm for capacitive touch panels Zu-Cheng

More information

Intelligent Balanced Device and its Sensing System for Beam Pumping Units

Intelligent Balanced Device and its Sensing System for Beam Pumping Units Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Intelligent Balanced Device and its Sensing System for Beam Pumping Units Hangxin WEI, Wenfang WANG School of mechanical

More information

The Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a

The Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a 4th International Conference on Machinery, Materials and Computing echnology (ICMMC 2016) he Application of Finite-difference Extended Kalman Filter in GPS Speed Measurement Yanjie Cao1, a 1 Department

More information

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks

ScienceDirect. An Integrated Xbee arduino And Differential Evolution Approach for Localization in Wireless Sensor Networks Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 48 (2015 ) 447 453 International Conference on Intelligent Computing, Communication & Convergence (ICCC-2015) (ICCC-2014)

More information

The Tracking Algorithm for Maneuvering Target Based on Adaptive Kalman Filter

The Tracking Algorithm for Maneuvering Target Based on Adaptive Kalman Filter he International Arab Journal of Information echnology, Vol. 10, No. 5, September 013 453 he racking Algorithm for Maneuvering arget Based on Adaptive Kalman Filter Zheng ang, Chao Sun, and Zongwei Liu

More information

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks

Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Chapter 2 Distributed Consensus Estimation of Wireless Sensor Networks Recently, consensus based distributed estimation has attracted considerable attention from various fields to estimate deterministic

More information

Performance improvement in beamforming of Smart Antenna by using LMS algorithm

Performance improvement in beamforming of Smart Antenna by using LMS algorithm Performance improvement in beamforming of Smart Antenna by using LMS algorithm B. G. Hogade Jyoti Chougale-Patil Shrikant K.Bodhe Research scholar, Student, ME(ELX), Principal, SVKM S NMIMS,. Terna Engineering

More information

Study on the UWB Rader Synchronization Technology

Study on the UWB Rader Synchronization Technology Study on the UWB Rader Synchronization Technology Guilin Lu Guangxi University of Technology, Liuzhou 545006, China E-mail: lifishspirit@126.com Shaohong Wan Ari Force No.95275, Liuzhou 545005, China E-mail:

More information

Adaptive filter and noise cancellation*

Adaptive filter and noise cancellation* Advances in Engineering Research, volume 5 2nd Annual International Conference on Energy, Environmental & Sustainable Ecosystem Development (EESED 26) Adaptive filter and noise cancellation* Xing-Tuan

More information

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32

Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of High-Precision Infrared Multi-Touch Screen Based on the EFM32 Zhong XIAOLING, Guo YONG, Zhang WEI, Xie XINGHONG,

More information

Research Article Mean Shift-Based Mobile Localization Method in Mixed LOS/NLOS Environments for Wireless Sensor Network

Research Article Mean Shift-Based Mobile Localization Method in Mixed LOS/NLOS Environments for Wireless Sensor Network Hindawi Sensors Volume 017, Article ID 174, 8 pages https://doi.org/10.11/017/174 Research Article Mean Shift-Based Mobile Localization Method in Mixed LOS/NLOS Environments for Wireless Sensor Network

More information

CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB

CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB 52 CHAPTER 4 IMPLEMENTATION OF ADALINE IN MATLAB 4.1 INTRODUCTION The ADALINE is implemented in MATLAB environment running on a PC. One hundred data samples are acquired from a single cycle of load current

More information

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks

Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Performance Evaluation of DV-Hop and NDV-Hop Localization Methods in Wireless Sensor Networks Manijeh Keshtgary Dept. of Computer Eng. & IT ShirazUniversity of technology Shiraz,Iran, Keshtgari@sutech.ac.ir

More information

arxiv: v1 [cs.sd] 4 Dec 2018

arxiv: v1 [cs.sd] 4 Dec 2018 LOCALIZATION AND TRACKING OF AN ACOUSTIC SOURCE USING A DIAGONAL UNLOADING BEAMFORMING AND A KALMAN FILTER Daniele Salvati, Carlo Drioli, Gian Luca Foresti Department of Mathematics, Computer Science and

More information

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network

EasyChair Preprint. A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network EasyChair Preprint 78 A User-Centric Cluster Resource Allocation Scheme for Ultra-Dense Network Yuzhou Liu and Wuwen Lai EasyChair preprints are intended for rapid dissemination of research results and

More information

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO

Antennas and Propagation. Chapter 6b: Path Models Rayleigh, Rician Fading, MIMO Antennas and Propagation b: Path Models Rayleigh, Rician Fading, MIMO Introduction From last lecture How do we model H p? Discrete path model (physical, plane waves) Random matrix models (forget H p and

More information

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network

Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm in Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1611-1615 1611 Open Access AOA and TDOA-Based a Novel Three Dimensional Location Algorithm

More information

IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES

IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES IOT GEOLOCATION NEW TECHNICAL AND ECONOMICAL OPPORTUNITIES Florian LECLERE f.leclere@kerlink.fr EOT Conference Herning 2017 November 1st, 2017 AGENDA 1 NEW IOT PLATFORM LoRa LPWAN Platform Geolocation

More information

ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS

ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS VOL. 6, NO. 1, FEBRUARY 013 ADAPTIVE ESTIMATION AND PI LEARNING SPRING- RELAXATION TECHNIQUE FOR LOCATION ESTIMATION IN WIRELESS SENSOR NETWORKS

More information

Cross Layer Design for Localization in Large-Scale Underwater Sensor Networks

Cross Layer Design for Localization in Large-Scale Underwater Sensor Networks Sensors & Transducers, Vol. 64, Issue 2, February 204, pp. 49-54 Sensors & Transducers 204 by IFSA Publishing, S. L. http://www.sensorsportal.com Cross Layer Design for Localization in Large-Scale Underwater

More information

A Research on Implementing GPS to Synchronize Sampling in a Disturbed Phase Difference s High-precision Measure System for Insulation Testing

A Research on Implementing GPS to Synchronize Sampling in a Disturbed Phase Difference s High-precision Measure System for Insulation Testing International Conference on Advances in Energy and Environmental Science (ICAEES 05) A Research on Implementing GPS to Synchronize Sampling in a Disturbed Phase Difference s High-precision Measure System

More information

Signal Frequency Estimation Based on Kalman Filtering Method

Signal Frequency Estimation Based on Kalman Filtering Method 3 (6) DO:.5/ matecconf/6563 CCAE 6 Signal Frequency Estimation Based on Kalman Filtering Method Yandu LU, Di YAN and Haixin ZHENG Equipment Academy, 46 Beijing, China Abstract. n order to further improve

More information

Simulation Analysis of SPWM Variable Frequency Speed Based on Simulink

Simulation Analysis of SPWM Variable Frequency Speed Based on Simulink Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Simulation Analysis of SPWM Variable Frequency Speed Based on Simulink Min-Yan DI Hebei Normal University, Shijiazhuang

More information

Performance Analysis of DV-Hop Localization Using Voronoi Approach

Performance Analysis of DV-Hop Localization Using Voronoi Approach Vol.3, Issue.4, Jul - Aug. 2013 pp-1958-1964 ISSN: 2249-6645 Performance Analysis of DV-Hop Localization Using Voronoi Approach Mrs. P. D.Patil 1, Dr. (Smt). R. S. Patil 2 *(Department of Electronics and

More information

Simulation of Anti-Jamming Technology in Frequency-Hopping Communication System

Simulation of Anti-Jamming Technology in Frequency-Hopping Communication System , pp.249-254 http://dx.doi.org/0.4257/astl.206. Simulation of Anti-Jamming Technology in Frequency-Hopping Communication System Bing Zhao, Lei Xin, Xiaojie Xu and Qun Ding Electronic Engineering, Heilongjiang

More information

Localization in Wireless Sensor Networks

Localization in Wireless Sensor Networks Localization in Wireless Sensor Networks Part 2: Localization techniques Department of Informatics University of Oslo Cyber Physical Systems, 11.10.2011 Localization problem in WSN In a localization problem

More information

Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu1, a, Feng Hong2,b, Xingyuan Chen 3,c, Jin Zhang2,d, Shikai Shen1, e

Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu1, a, Feng Hong2,b, Xingyuan Chen 3,c, Jin Zhang2,d, Shikai Shen1, e 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 06) Indoor Positioning Technology Based on Multipath Effect Analysis Bing Xu, a, Feng Hong,b, Xingyuan

More information

Improved Directional Perturbation Algorithm for Collaborative Beamforming

Improved Directional Perturbation Algorithm for Collaborative Beamforming American Journal of Networks and Communications 2017; 6(4): 62-66 http://www.sciencepublishinggroup.com/j/ajnc doi: 10.11648/j.ajnc.20170604.11 ISSN: 2326-893X (Print); ISSN: 2326-8964 (Online) Improved

More information

The Improved Algorithm of the EMD Decomposition Based on Cubic Spline Interpolation

The Improved Algorithm of the EMD Decomposition Based on Cubic Spline Interpolation Signal Processing Research (SPR) Volume 4, 15 doi: 1.14355/spr.15.4.11 www.seipub.org/spr The Improved Algorithm of the EMD Decomposition Based on Cubic Spline Interpolation Zhengkun Liu *1, Ze Zhang *1

More information

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network Research Journal of Applied Sciences, Engineering and Technology 6(5): 895-899, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 3, 212 Accepted: December 15,

More information

A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP

A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP 7 3rd International Conference on Computational Systems and Communications (ICCSC 7) A variable step-size LMS adaptive filtering algorithm for speech denoising in VoIP Hongyu Chen College of Information

More information

PhaseU. Real-time LOS Identification with WiFi. Chenshu Wu, Zheng Yang, Zimu Zhou, Kun Qian, Yunhao Liu, Mingyan Liu

PhaseU. Real-time LOS Identification with WiFi. Chenshu Wu, Zheng Yang, Zimu Zhou, Kun Qian, Yunhao Liu, Mingyan Liu PhaseU Real-time LOS Identification with WiFi Chenshu Wu, Zheng Yang, Zimu Zhou, Kun Qian, Yunhao Liu, Mingyan Liu Tsinghua University Hong Kong University of Science and Technology University of Michigan,

More information

Research on cooperative localization algorithm for multi user

Research on cooperative localization algorithm for multi user Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):2203-2207 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on cooperative localization algorithm

More information

Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance

Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance Radio Tomographic Imaging and Tracking of Stationary and Moving People via Kernel Distance Yang Zhao, Neal Patwari, Jeff M. Phillips, Suresh Venkatasubramanian April 11, 2013 Outline 1 Introduction Device-Free

More information

FEKF ESTIMATION FOR MOBILE ROBOT LOCALIZATION AND MAPPING CONSIDERING NOISE DIVERGENCE

FEKF ESTIMATION FOR MOBILE ROBOT LOCALIZATION AND MAPPING CONSIDERING NOISE DIVERGENCE 2006-2016 Asian Research Publishing Networ (ARPN). All rights reserved. FEKF ESIMAION FOR MOBILE ROBO LOCALIZAION AND MAPPING CONSIDERING NOISE DIVERGENCE Hamzah Ahmad, Nur Aqilah Othman, Saifudin Razali

More information

Blind Single-Image Super Resolution Reconstruction with Defocus Blur

Blind Single-Image Super Resolution Reconstruction with Defocus Blur Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Blind Single-Image Super Resolution Reconstruction with Defocus Blur Fengqing Qin, Lihong Zhu, Lilan Cao, Wanan Yang Institute

More information

NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING

NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING SCIENTIFIC RESEARCH AND EDUCATION IN THE AIR FORCE AFASES2017 NOISE REDUCTION IN MULTIPLE RFID SENSOR SYSTEMS USED IN AEROSPACE ENGINEERING Andrei-Mihai LUCHIAN *, Mircea BOȘCOIANU **, Elena-Corina BOŞCOIANU

More information

A Maximum Likelihood TOA Based Estimator For Localization in Heterogeneous Networks

A Maximum Likelihood TOA Based Estimator For Localization in Heterogeneous Networks Int. J. Communications, Network and System Sciences, 010, 3, 38-4 doi:10.436/ijcns.010.31004 Published Online January 010 (http://www.scirp.org/journal/ijcns/). A Maximum Likelihood OA Based Estimator

More information

Research of Tunnel Construction Monitoring System Based on Senor Information Fusion

Research of Tunnel Construction Monitoring System Based on Senor Information Fusion Sensors & Transducers, Vol. 170, Issue 5, May 014, pp. 54-59 Sensors & Transducers 014 by IFS Publishing, S. L. http://www.sensorsportal.com Research of Tunnel Construction Monitoring System Based on Senor

More information

Applications & Theory

Applications & Theory Applications & Theory Azadeh Kushki azadeh.kushki@ieee.org Professor K N Plataniotis Professor K.N. Plataniotis Professor A.N. Venetsanopoulos Presentation Outline 2 Part I: The case for WLAN positioning

More information

Research on Enhancement Technology on Degraded Image in Foggy Days

Research on Enhancement Technology on Degraded Image in Foggy Days Research Journal of Applied Sciences, Engineering and Technology 6(23): 4358-4363, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: December 17, 2012 Accepted: January

More information

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication

Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication Comparison of Various Neural Network Algorithms Used for Location Estimation in Wireless Communication * Shashank Mishra 1, G.S. Tripathi M.Tech. Student, Dept. of Electronics and Communication Engineering,

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

Feature Extraction of Acoustic Emission Signals from Low Carbon Steel. Pitting Based on Independent Component Analysis and Wavelet Transforming

Feature Extraction of Acoustic Emission Signals from Low Carbon Steel. Pitting Based on Independent Component Analysis and Wavelet Transforming 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China Feature Extraction of Acoustic Emission Signals from Low Carbon Steel Pitting Based on Independent Component Analysis and

More information

A Closed Form for False Location Injection under Time Difference of Arrival

A Closed Form for False Location Injection under Time Difference of Arrival A Closed Form for False Location Injection under Time Difference of Arrival Lauren M. Huie Mark L. Fowler lauren.huie@rl.af.mil mfowler@binghamton.edu Air Force Research Laboratory, Rome, N Department

More information

Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion

Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion Hybrid Positioning through Extended Kalman Filter with Inertial Data Fusion Rafiullah Khan, Francesco Sottile, and Maurizio A. Spirito Abstract In wireless sensor networks (WSNs), hybrid algorithms are

More information

Extraction of Gear Fault Feature Based on the Envelope and Time-Frequency Image of S Transformation

Extraction of Gear Fault Feature Based on the Envelope and Time-Frequency Image of S Transformation A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 33, 2013 Guest Editors: Enrico Zio, Piero Baraldi Copyright 2013, AIDIC Servizi S.r.l., ISBN 978-88-95608-24-2; ISSN 1974-9791 The Italian Association

More information

STEERING OF FREQUENCY STANDARDS BY THE USE OF LINEAR QUADRATIC GAUSSIAN CONTROL THEORY

STEERING OF FREQUENCY STANDARDS BY THE USE OF LINEAR QUADRATIC GAUSSIAN CONTROL THEORY STEERING OF FREQUENCY STANDARDS BY THE USE OF LINEAR QUADRATIC GAUSSIAN CONTROL THEORY Paul Koppang U.S. Naval Observatory Washington, D.C. 20392 Robert Leland University of Alabama Tuscaloosa, Alabama

More information

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP

IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP IMAGE TYPE WATER METER CHARACTER RECOGNITION BASED ON EMBEDDED DSP LIU Ying 1,HAN Yan-bin 2 and ZHANG Yu-lin 3 1 School of Information Science and Engineering, University of Jinan, Jinan 250022, PR China

More information

Study on the Detection Method of Electromagnetic Wave Signal under Clutter Jamming Li Siwei

Study on the Detection Method of Electromagnetic Wave Signal under Clutter Jamming Li Siwei International Conference on Applied Science and Engineering Innovation (ASEI 2015) Study on the Detection Method of Electromagnetic Wave Signal under Clutter Jamming Li Siwei Beijing Institute of Technology

More information

Alzheimer Patient Tracking System in Indoor Wireless Environment

Alzheimer Patient Tracking System in Indoor Wireless Environment Alzheimer Patient Tracking System in Indoor Wireless Environment Prima Kristalina Achmad Ilham Imanuddin Mike Yuliana Aries Pratiarso I Gede Puja Astawa Electronic Engineering Polytechnic Institute of

More information

Efficient RFID Data Cleaning Method

Efficient RFID Data Cleaning Method TELKOMNIKA, Vol.11, No.3, March 2013, pp. 1707~ 1713 e-issn: 2087-278X 1707 Efficient RFID Data Cleaning Method Li Xing, Fu Wen-Xiu School of Electronic and Information Engineering, Beijing Jiaotong University.

More information

Research on an Economic Localization Approach

Research on an Economic Localization Approach Computer and Information Science; Vol. 12, No. 1; 2019 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education Research on an Economic Localization Approach 1 Yancheng Teachers

More information

Transmission Scheduling for Remote State Estimation and Control With an Energy Harvesting Sensor

Transmission Scheduling for Remote State Estimation and Control With an Energy Harvesting Sensor Transmission Scheduling for Remote State Estimation and Control With an Energy Harvesting Sensor Daniel E. Quevedo Chair for Automatic Control Institute of Electrical Engineering (EIM-E) Paderborn University,

More information

sensors ISSN Article

sensors ISSN Article Sensors 2009, 9, 2836-2850; doi:10.3390/s90402836 OPEN ACCESS sensors ISSN 1424-8220 www.mdpi.com/journal/sensors Article Anchor-Free Localization Method for Mobile argets in Coal Mine Wireless Sensor

More information

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation

A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition and Mean Absolute Deviation Sensors & Transducers, Vol. 6, Issue 2, December 203, pp. 53-58 Sensors & Transducers 203 by IFSA http://www.sensorsportal.com A Novel Algorithm for Hand Vein Recognition Based on Wavelet Decomposition

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 215, 7(3):1243-1249 Research Article ISSN : 975-7384 CODEN(USA) : JCPRC5 Servo control system of electric cylinder based

More information

Design of the Chaotic Signal Generator Based on LABVIEW

Design of the Chaotic Signal Generator Based on LABVIEW Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com Design of the Chaotic Signal Generator Based on LABVIEW Jian-Guo Zhang, Xiaolei Zhao Key Laboratory of Advanced Transducers

More information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information

Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information Estimation and Control of Lateral Displacement of Electric Vehicle Using WPT Information Pakorn Sukprasert Department of Electrical Engineering and Information Systems, The University of Tokyo Tokyo, Japan

More information

FILTERING THE RESULTS OF ZIGBEE DISTANCE MEASUREMENTS WITH RANSAC ALGORITHM

FILTERING THE RESULTS OF ZIGBEE DISTANCE MEASUREMENTS WITH RANSAC ALGORITHM Acta Geodyn. Geomater., Vol. 13, No. 1 (181), 83 88, 2016 DOI: 10.13168/AGG.2015.0043 journal homepage: http://www.irsm.cas.cz/acta ORIGINAL PAPER FILTERING THE RESULTS OF ZIGBEE DISTANCE MEASUREMENTS

More information

Optimized Indoor Positioning for static mode smart devices using BLE

Optimized Indoor Positioning for static mode smart devices using BLE Optimized Indoor Positioning for static mode smart devices using BLE Quang Huy Nguyen, Princy Johnson, Trung Thanh Nguyen and Martin Randles Faculty of Engineering and Technology, Liverpool John Moores

More information

Localization of tagged inhabitants in smart environments

Localization of tagged inhabitants in smart environments Localization of tagged inhabitants in smart environments M. Javad Akhlaghinia, Student Member, IEEE, Ahmad Lotfi, Senior Member, IEEE, and Caroline Langensiepen School of Science and Technology Nottingham

More information

Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao, Lailiang Song

Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao, Lailiang Song International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) Study of WLAN Fingerprinting Indoor Positioning Technology based on Smart Phone Ye Yuan a, Daihong Chao,

More information

Outlier-Robust Estimation of GPS Satellite Clock Offsets

Outlier-Robust Estimation of GPS Satellite Clock Offsets Outlier-Robust Estimation of GPS Satellite Clock Offsets Simo Martikainen, Robert Piche and Simo Ali-Löytty Tampere University of Technology. Tampere, Finland Email: simo.martikainen@tut.fi Abstract A

More information

Autonomous Underwater Vehicle Navigation.

Autonomous Underwater Vehicle Navigation. Autonomous Underwater Vehicle Navigation. We are aware that electromagnetic energy cannot propagate appreciable distances in the ocean except at very low frequencies. As a result, GPS-based and other such

More information

Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P.

Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P. Performance Analysis of Different Localization Schemes in Wireless Sensor Networks Sanju Choudhary 1, Deepak Sethi 2 and P. P. Bhattacharya 3 Abstract: Wireless Sensor Networks have attracted worldwide

More information

Design of Spread-Spectrum Communication System Based on FPGA

Design of Spread-Spectrum Communication System Based on FPGA Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Design of Spread-Spectrum Communication System Based on FPGA Yixin Yan, Xiaolei Liu, 2* Xiaobing Zhang College Measurement Control Technology

More information

Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks

Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks Non-line-of-sight Node Localization based on Semi-Definite Programming in Wireless Sensor Networks arxiv:1001.0080v1 [cs.it] 31 Dec 2009 Hongyang Chen 1, Kenneth W. K. Lui 2, Zizhuo Wang 3, H. C. So 2,

More information

Dependable Wireless Control

Dependable Wireless Control Dependable Wireless Control through Cyber-Physical Co-Design Chenyang Lu Cyber-Physical Systems Laboratory Department of Computer Science and Engineering Wireless for Process Automa1on Emerson 5.9+ billion

More information

A New Power Control Algorithm for Cellular CDMA Systems

A New Power Control Algorithm for Cellular CDMA Systems ISSN 1746-7659, England, UK Journal of Information and Computing Science Vol. 4, No. 3, 2009, pp. 205-210 A New Power Control Algorithm for Cellular CDMA Systems Hamidreza Bakhshi 1, +, Sepehr Khodadadi

More information

A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks

A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks 2013 8th International Conference on Communications and Networking in China (CHINACOM) A Vehicle Detection Algorithm Based on Wireless Magnetic Sensor Networks Xiangke Guan 1, 2, 3, Zusheng Zhang 1, 3,

More information

An Improved Adaptive Median Filter for Image Denoising

An Improved Adaptive Median Filter for Image Denoising 2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.2.64 An Improved Adaptive Median

More information

Application of Adaptive Spectral-line Enhancer in Bioradar

Application of Adaptive Spectral-line Enhancer in Bioradar International Conference on Computer and Automation Engineering (ICCAE ) IPCSIT vol. 44 () () IACSIT Press, Singapore DOI:.7763/IPCSIT..V44. Application of Adaptive Spectral-line Enhancer in Bioradar FU

More information

Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis

Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis Enhancement of Speech Signal Based on Improved Minima Controlled Recursive Averaging and Independent Component Analysis Mohini Avatade & S.L. Sahare Electronics & Telecommunication Department, Cummins

More information

Indoor Location Tracking in Non-line-of-Sight Environments Using a IEEE a Wireless Network

Indoor Location Tracking in Non-line-of-Sight Environments Using a IEEE a Wireless Network Indoor Location Tracking in Non-line-of-Sight Environments Using a IEEE 24a Wireless Network Christof Röhrig and Marcel Müller Abstract Indoor location tracking of mobile robots or transport vehicles using

More information

Open Access Research on RSSI Based Localization System in the Wireless Sensor Network

Open Access Research on RSSI Based Localization System in the Wireless Sensor Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2014, 6, 1139-1146 1139 Open Access Research on RSSI Based Localization System in the Wireless Sensor

More information

Indoor Localization in Wireless Sensor Networks

Indoor Localization in Wireless Sensor Networks International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 03 (August 2014) PP: 39-44 Indoor Localization in Wireless Sensor Networks Farhat M. A. Zargoun 1, Nesreen

More information

Design of Accelerometer Pre-regulation Circuit and Performance Analysis of the Key Components

Design of Accelerometer Pre-regulation Circuit and Performance Analysis of the Key Components Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Design of Accelerometer Pre-regulation Circuit and Performance Analysis of the Key Components * Hou Zhuo, Wu Yongpeng, Zhen Guoyong National

More information

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE

WIND VELOCITY ESTIMATION WITHOUT AN AIR SPEED SENSOR USING KALMAN FILTER UNDER THE COLORED MEASUREMENT NOISE WIND VELOCIY ESIMAION WIHOU AN AIR SPEED SENSOR USING KALMAN FILER UNDER HE COLORED MEASUREMEN NOISE Yong-gonjong Par*, Chan Goo Par** Department of Mechanical and Aerospace Eng/Automation and Systems

More information

Communication-Aware Motion Planning in Fading Environments

Communication-Aware Motion Planning in Fading Environments Communication-Aware Motion Planning in Fading Environments Yasamin Mostofi Department of Electrical and Computer Engineering University of New Mexico, Albuquerque, NM 873, USA Abstract In this paper we

More information

The Research on a New Method of Fault Diagnosis in Distribution. Network Based on the Internet of Information Fusion Technology

The Research on a New Method of Fault Diagnosis in Distribution. Network Based on the Internet of Information Fusion Technology International Forum on Management, Education and Information Technology Application (IFMEITA 2016) The Research on a New Method of Fault Diagnosis in Distribution Network Based on the Internet of Information

More information

Coalface WSN Sub-area Model and Network Deployment Strategy

Coalface WSN Sub-area Model and Network Deployment Strategy 2011 International Conference on Computer Communication and Management Proc.of CSIT vol.5 (2011) (2011) IACSIT Press, Singapore Coalface WSN Sub-area Model and Network Deployment Strategy Peng Zhang 1,

More information

Drink Bottle Defect Detection Based on Machine Vision Large Data Analysis. Yuesheng Wang, Hua Li a

Drink Bottle Defect Detection Based on Machine Vision Large Data Analysis. Yuesheng Wang, Hua Li a Advances in Computer Science Research, volume 6 International Conference on Artificial Intelligence and Engineering Applications (AIEA 06) Drink Bottle Defect Detection Based on Machine Vision Large Data

More information

Cooperative Information Augmentation in a Geosensor Network

Cooperative Information Augmentation in a Geosensor Network Cooperative Information Augmentation in a Geosensor Network Malte Jan chulze, Claus Brenner & Monika ester Institute of Cartography and Geoinformatics Leibniz University Hannover Outline Introduction Properties

More information

Multi-Temperature and Humidity Data Fusion Algorithm Based on Kalman Filter

Multi-Temperature and Humidity Data Fusion Algorithm Based on Kalman Filter Research Journal of Applied Sciences, Engineering and Technology 5(6): 2127-2132, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: July 27, 2012 Accepted: September

More information