SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Applied Power Engineering (IJAPE)
Vol. 4, No. 2, August 2015, pp. 77~83
ISSN: 2252-8792  77
Journal homepage: http://iaesjournal.com/online/index.php/IJAPE
Underwater Target Tracking Using Unscented Kalman Filter
M. Nalini Santhosh*, S. Koteswara Rao**, R.P. Das***
* Department of ECE, Vignan's Institute of Information Technology, Visakhapatnam, A.P., India
** Department of ECE, K.L University, A.P., India
*** Head of the Department (HOD) of ECE, Vignan’s Institute of Information Technology, and Visakhapatnam, India.
Article Info ABSTRACT
Article history:
Received Mei 7, 2015
Revised Jun 19, 2015
Accepted Jul 21, 2015
Unlike conventional active sonar, that transmits the sound signals and
revealing their presence and position to enemy forces. The probable
advantage of passive sonar is that it detects the signals emitted by the target,
leads to improve localization, target tracking, and categorization. The
challenging aspect is to estimate the true bearing and frequency
measurements from the noisy measurements of the target. Here in this paper,
it is recommended for the Unscented Kalman Filter (UKF) to track the target
by using these noisy measurements. The Target Motion Analysis (TMA),
which is the way to find the target’s trajectory by using frequency and
bearing measurements, is explored. This method provides a tactical
advantage over the classical bearing only tracking target motion analysis. It
makes the observer maneuver unnecessary.
Keyword:
Kalman filter
Target Motion Analysis
Target Motion Parameters
Copyright © 2015 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
M. Nalini Santhosh,
Department of ECE,
Vignan's Institute of Information Technology,
Visakhapatnam, A.P., India.
Email: nalinisanthosh21@gmail.com
1. INTRODUCTION
This project concerns with an underwater Target Motion Analysis (TMA) in the passive mode. Here
the target is assumed to be moving with a uniform velocity. The sound signals from the target are obtained at
the ownship’s sensor. These sound signals are processed by the ownship in order to find out the Target
Motion Parameters (TMP) which are bearing, range, speed and course of the target.
Passive target tracking (PTT) is a way to find the path of the target exclusively from measurements
(signals) originating from the target. Anybody under the water will generate acoustic turbulence or signal
from self generated noise or while in motion. These noise signals from the target are observed by the
ownship’s solar sensor. The information that is acquired at the ownship sensor is the noisy bearings and
frequency measurements of the target.
Thus, the radiated spectrum comprises of continues spectrum of noise with peaks (tonals) at certain
frequencies which can be used for further classification. When the harmonic components are emitted by the
source, these harmonic components will experience a Doppler shifts at the ownship. Due to these frequency
measurements the accuracy of the estimated target motion parameters will increases. The use of both bearing
angles and Doppler shifts to analyze a moving target is termed as Doppler Bearing Tracking (DBT). DBT has
an advantage over BOT, i.e., DBT does not involve ownship’s maneuvering to obtain target motion
parameters [1].
TMA for DBT, so far carried out by two groups- recursive instrumental variables method [1] and
batch processing methods such as MLE [2]. The work carried out in [2] is not suitable for real time
applications as solution is established by using search technique. So the batch processing like Maximum
Likelihood Estimator cannot be implemented in the real scenario. In practice, it is required to estimate each
sample on every arrival of recent measurement. The recursive instrumental variable method [1] is based on
 ISSN: 2252-8792
IJAPE Vol. 4, No. 2, August 2015 : 77 – 83
78
pseudo linear formation. In their work, the strong bias generated by pseudo linear formation is minimised by
using the estimated bearing in the place of measured bearing. The estimation accuracy of the instrumental
variable technique can attain the Cramer-Rao lower bound for Gaussian noise at moderate noise levels.
Recently “constrained least squares minimization” with sequential processing [3] is proposed. This is proven
to be asymptotically unbiased. If the measurements are linear then the estimation of parameters can be done
by Kalman filter. But in real world, no linear systems will exists. Thought the Extended Kalman filter is used
for nonlinear application in contrast only achieves first order accuracy. So, EKF is not used for high
nonlinearity systems [4].
So, here in this paper the Unscented Kalman Filter is used to track the target by estimating the TMP
from the noisy bearing and frequency measurements and this algorithm is named as Doppler Bearing
Unscented Kalman Filter (DBUKF).Thus, no bias will be produced.
Here, assuming that the measurements are available from the towed array of the ownship. The
sonar hydrophones may be towed behind the ownship in order to reduce the effect of noise generated by the
ownship itself.
In this the Doppler shift in the frequency measurement is described in terms of the speed of the
propagation of sound in water and in ownship, target speed components. The zero mean Gaussian noise is
assumed to be present in the measurements and the noise in the bearing measurement is not correlated with
that of frequency measurement. It is also assumed that the measurements are continuously available at every
second. Here the sum of the tonals is taken as a state variable in the state vector. The concept of constant
state vector formulation [1], that the dimension of state vector does not increase with the number of
frequency tonals is followed.
2. MATHEMATICAL MODELING
2.1. Motion of The Ownship (O)
The ownship motion is carried out as shown in the fig.1. Assuming that the ownship (observer) is
moving with a velocity vo, the distance of the ownship from x-coordinate is 0x ,the distance of the ownship
from y-coordinate is 0y and OCR is the angle made by the ownship w.r.t true north.
Figure 1. Own Ship’s Motion in The Coordinate Axis
00 )sin( vocrx  (1)
00 )cos( vocry  (2)
After every second, the change in X and Y component of the ownship are added to the previous X
and Y components of the ownship position.
For t =1 sec
tocrvdx  )sin(00
(3)
tocrvdy  )cos(00 (4)
IJAPE ISSN: 2252-8792 
Underwater Target Tracking Using Unscented Kalman Filter (M. Nalini Santhosh)
79
Where, change in X component of the ownship in 1 sec is 0dx and change in y direction of the
ownship in 1 sec is 0dy , 0v is the velocity of ownship , Ocr is the ownship course, ),( 00 yx is the ownship
position.
So, 000
000
dyyy
dxxx


2.2. Initial Position of the Target
The target (T) is assumed to be moving with a constant velocity as follows
Figure 2. Target’s Position in The Coordinate Axis
where,
O is the observer or ownship,
T is the target,
R is range,
B is bearing i.e, angle between ownship (O) and target (T).
Xt =R*sin (B) (6)
Yt=R*cos (B) (7)
Where, ( Xt ,Yt ) is the position of the target with respect to ownship as origin.
2.3. Modeling for States :
The set of measured data consists of frequency and bearing measurements.
The measurement vector  iz is given by
 
 
 






iF
iB
iz
m
m
(8)
The measured bearing is given as
     iγiBiB Bm  (9)
Where, )(iBm
is the measured bearing, relative to the Y-axis at
th
i instant ).....2,1( ni  ,
)(iB is the actual bearing and )(iB is a Gaussian Random Variable (GRV) with zero mean and
variance )(2
iB . )(iB is given by
   
 iR
iR
iB
y
x
tan
(5)
(10)
 ISSN: 2252-8792
IJAPE Vol. 4, No. 2, August 2015 : 77 – 83
80
In sonar, a broadband noise is generally accompanied by one or more tonals. These tonals are
constant in frequency and because of Doppler shift; a particular frequency measured by the ownship is given
by
   
       
 iγ
C
iBiRiBiR
ifif (j)
f
yx(j)
s
(j)
m 






 

cossin
1

(11)
Where, the
th
j )...3,2,1( nj  frequency measured by the ownship at
th
i instant is )()(
if j
m , the
unknown constant source frequency is , the speed of propagation of the signal is , )()(
ij
f is the
zero mean Gaussian random frequency measurement error with variance
2
f . xR and yR are components
of relative velocity between the target and the ownship.
2.4. Algorithm for Unscented Kalman Filter
Unscented transformation is a way to approximate how the mean and covariance of a random
variable change when the random variable undergoes a nonlinear transformation. Consider a random variable
x (dimension 1L ) propagating through a nonlinear function, )(xoy  Assume x has mean x and
covariance xP . To calculate the statistics of y a matrix χ of 12 1 L sigma vectors jχ (with corresponding
weights jW ), is formed according to the following equation [4] :
  
  
 
 
 
   
   
  11
2
10
10
111
11
0
2121
1
21
1
1
L,...,jLWW
λLλW
λLλW
L,...,LjPλLxχ
,...,LjPλLxχ
x
c
j
m
j
c
m
Ljxj
jxj










(19)
where   11
2
LκLλ  is a scaling parameter.  determines the spread of the sigma points
around x and is usually set to a small positive value, κ is a secondary scaling parameter which is usually
set to 0 and  is used to incorporate prior knowledge of the distribution of x (for Gaussian distributions,
2 is optimal).   jxPL 1
is the
th
j row of the matrix square root.  m
W0
,  c
W0
,  m
W and  c
W are the
weights of initialized target state vector, covariance matrix of initialized target state vector, target state sigma
point vector and covariance matrix of target state sigma point vector respectively. These sigma vectors are
propagated through the nonlinear function
  121 L,...,jχoy jj 
(20)
The mean and covariance are approximated using a weighted sample mean and covariance of the
posterior sigma points [4].
UKF is a straightforward extension of the unscented transformation to the recursive estimation. In
UKF, the state random variable is redefined as the concatenation of the original state and noise variables. The
unscented transformation sigma point selection scheme is applied to this new augmented state random
variable to calculate the corresponding sigma matrix.
The standard UKF implementation consists of the following steps:
a. By using sigma points starting from the initial conditions )12( n state vectors are calculated ,
where n is dimension of target state vector
                iΡλniXiΡλniΧiΧiΧ SSS 
(21)
th
j )j(
sf C
IJAPE ISSN: 2252-8792 
Underwater Target Tracking Using Unscented Kalman Filter (M. Nalini Santhosh)
81
b. Conversion of these sigma points through the process model using eqn. (16).
c. The prediction of the state estimate at time 1i with measurements up to time i is given as
   
  

n
j
S
m
jS iijΧWiiΧ
2
0
,1,,1
d. As the process noise is additive and independent, the predicted covariance is given as
   
     
       iQiiΧiiiΧ
iiΧiiiΧWiiP
T
SS
n
j
SS
c
j

 
,1,1,
,1,1,,1
2
0
(23)
e. Updating of the sigma points with the predicted mean and covariance. The updated sigma
points are given as
                iiPλniiΧiiPλniiΧiiXiiX SSS ,1,1,1,1,1,1 
(24)
f. Transformation of each of the predicted points through measurement model eqn. (22)
g. Prediction of measurement given as
   

n
j
(m)
j ii.YWiiz
2
0
,1,1ˆ
where
    iiXhiiY S ,1,1  (26)
h. Since the measurement noise is also additive and independent, the innovation covariance is
given as
            iiiziijYiiziijYWP B
T
n
j
(c)
jyy
2
2
0
,1ˆ,1,,1ˆ,1, 
i. The cross covariance is given as
           T
n
j
SS
(c)
jxy iiziijYiiXiijXWP ,1ˆ,1,,1,1,
2
0

j. Kalman gain is calculated as
  1
1 
 yyxy.PPiG
k. The estimated state is given as
          iiziiziGiiXiiX ,1ˆ1,1ˆ1,11,1 
where )1( iz is measurement vector.
l. Estimated error covariance is given as
       11,11,1  iGPiGiiPiiP T
yy
(22)
(25)
(27)
(28)
(29)
(30)
(31)
 ISSN: 2252-8792
IJAPE Vol. 4, No. 2, August 2015 : 77 – 83
82
3. SIMULATION AND RESULTS
Using number of geometries the performance of this algorithm is evaluated. The period of
simulation is 1800 s and the measurement interval has been considered as 1 s. Additive zero mean Gaussian
noise corrupts all the raw frequency and bearing measurements with a maximum level of 0.9 Hz and 1°
respectively. Here all angles are calculated with respect to Y-axis, 0-360° and clockwise positive.
Here in this paper, the result of one scenario is implemented by using the Initial Range as 2800m,
Initial Bearing as 3deg, Target Speed as 5m/s, Target Course as 200 deg, Sum of Source Frequencies as 500
Hz, Ownship Speed as 5m/s and Ownship Course as 225 deg.
The results of one scenario are shown in figures. The position of the target and ownship is shown in
the Figure 1.The estimated range error, estimated speed error and the estimated course error are shown in
Figure 2a, Figure 2b and Figure 2c respectively. In underwater applications the acceptable errors in estimated
speed, course and range are less than or equal to 20%, 5° and 10% respectively. As per the required
accuracies the entire solution of the estimated parameters speed, course and range are obtained at 79th, 64th
and 183rd s for the scenario values given above.
Figure 1. The Position of The Target and Ownship Figure 2a. Estimated Range Error
Figure 2b. Estimated Speed Error Figure 2c. Estimated Course Error
4. CONCLUSION
Now a days there are many methods for obtaining the target trajectory by using passive sonar which
is installed in the ownship without manoeuvring. It is very difficult to carry out the process until the required
accuracy is achieved in the estimated target motion parameters. So, one can use DBT for obtaining the target
motion parameters without the need of manoeuvring the ownship. This method is very easy to implement and
adopt in underwater application for passive target tracking.
In this paper unscented Kalman filter is proposed to estimate target motion parameters without the
need for manoeuvring the ownship for passive target tracking.
IJAPE ISSN: 2252-8792 
Underwater Target Tracking Using Unscented Kalman Filter (M. Nalini Santhosh)
83
REFERENCES
[1] Y. T. Chan and S. W. Rudnicki, “Bearings-only and Doppler-bearing tracking using instrumental variables”, IEEE
Trans. Aerosp. Electron. Syst., Vol. AES-28, No. 4, pp 1076-1083, Oct. 1992.
[2] Xiao-Jiao Tao, Cai-Rong Zou and Zhen-Ya He, “Passive target tracking using maximum likelihood estimation”,
IEEE Trans. Aerosp. Electron. Syst., Vol. AES-32, No. 4, pp 1348-1354, Oct. 1996.
[3] K. C. Ho and Y. T. Chan, “An asymptotically unbiased estimator for bearings-only and Doppler-bearing target
motion analysis”, IEEE Trans. on Signal Processing, Vol. 54, No. 3, pp 809-822, Mar. 2006.
[4] E. A. Wan and Rudolph Van Der Merwe, “The unscented Kalman filter for nonlinear estimation”, in Proc. IEEE
Symposium 2000 on Adaptive Systems for Signal Processing, Communication and Control, Alberta, Canada, pp
153-158, Oct. 2000.
BIOGRAPHIES OF AUTHORS
Ms. Mylapilli Nalini Santhosh obtained her B.Tech. Degree from Baba Institute of Technology
and Sciences College affiliated to JNTU Kakinada, Andhra Pradesh, India in the year 2013. Now
she is pursuing M.Tech. (Final year) from Vignan’s Institute of Information and Technology,
Visakhapatnam, Andhra Pradesh, affiliated to JNTU Kakinada, India. She is interested in the
fields of Sonar Signal Processing.
Dr.S.Koteswara Rao is a retired Scientist ’G’ at Naval Science and Technological Laboratory
(NSTL), DRDO.And He is currently working as Sr. Professor in the department of ECE of
Vignan’s Institute of Information Technolog, Visakhapatnam. He received his B.Tech (EE) in
1977 at JNTU and ME (EE) in 1979, PSG college of technology Coimbatore. He completed his
Ph.D. from College of Engineering Andhra University in 2010. He published several papers in
IEEE/IIEE International Conferences and Journals in the field of Signal Processing. He guided
several M.Tech students for their project work in the field of Statistical Signal processing. He is
a fellow member of IETE.
Dr.Rudra Pratap Das, Ph.D completed B.Tech (Hons) in Electronics and Communications
Engineering at IIT, Kharagpur in 1976. He was awarded Ph.D in Electrical Engineering by IIT,
Bombay in 1987. After twenty years of Industrial Research & Production Activities in Bombay
and Bhubaneswar in which Salinometers, Microprocessor based weighing machines and induced
polarization equipment he joined the educational assignments in 1996 under AICTE approved
engineering Colleges as professor & principal. Professionally he is associated with ISTE, IEEE
and National Associate of Application. His areas of interest are AI, VLSI, NNFL and Computer
Architecture. Low Cost MRI has been his latest involvement.

More Related Content

What's hot

METHOD FOR THE DETECTION OF MIXED QPSK SIGNALS BASED ON THE CALCULATION OF FO...
METHOD FOR THE DETECTION OF MIXED QPSK SIGNALS BASED ON THE CALCULATION OF FO...METHOD FOR THE DETECTION OF MIXED QPSK SIGNALS BASED ON THE CALCULATION OF FO...
METHOD FOR THE DETECTION OF MIXED QPSK SIGNALS BASED ON THE CALCULATION OF FO...sipij
 
An evaluation of gnss code and phase solutions
An evaluation of gnss code and phase solutionsAn evaluation of gnss code and phase solutions
An evaluation of gnss code and phase solutionsAlexander Decker
 
DSP_2018_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_2018_FOEHU - Lec 08 - The Discrete Fourier TransformDSP_2018_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_2018_FOEHU - Lec 08 - The Discrete Fourier TransformAmr E. Mohamed
 
Evaluation of the Sensitivity of Seismic Inversion Algorithms to Different St...
Evaluation of the Sensitivity of Seismic Inversion Algorithms to Different St...Evaluation of the Sensitivity of Seismic Inversion Algorithms to Different St...
Evaluation of the Sensitivity of Seismic Inversion Algorithms to Different St...IJERA Editor
 
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)Amr E. Mohamed
 
Fourier transform convergence
Fourier transform convergenceFourier transform convergence
Fourier transform convergenceJahidul Islam
 
Dft and its applications
Dft and its applicationsDft and its applications
Dft and its applicationsAgam Goel
 
DSP_FOEHU - Lec 07 - Digital Filters
DSP_FOEHU - Lec 07 - Digital FiltersDSP_FOEHU - Lec 07 - Digital Filters
DSP_FOEHU - Lec 07 - Digital FiltersAmr E. Mohamed
 
Dsp U Lec09 Iir Filter Design
Dsp U   Lec09 Iir Filter DesignDsp U   Lec09 Iir Filter Design
Dsp U Lec09 Iir Filter Designtaha25
 
Error Recovery with Relaxed MAP Estimation for Massive MIMO Signal Detection
Error Recovery with Relaxed MAP Estimation for Massive MIMO Signal DetectionError Recovery with Relaxed MAP Estimation for Massive MIMO Signal Detection
Error Recovery with Relaxed MAP Estimation for Massive MIMO Signal DetectionRyo Hayakawa
 
An Intuitive Approach to Fourier Optics
An Intuitive Approach to Fourier OpticsAn Intuitive Approach to Fourier Optics
An Intuitive Approach to Fourier Opticsjose0055
 
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingDsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingAmr E. Mohamed
 

What's hot (20)

10.1.1.2.9988
10.1.1.2.998810.1.1.2.9988
10.1.1.2.9988
 
METHOD FOR THE DETECTION OF MIXED QPSK SIGNALS BASED ON THE CALCULATION OF FO...
METHOD FOR THE DETECTION OF MIXED QPSK SIGNALS BASED ON THE CALCULATION OF FO...METHOD FOR THE DETECTION OF MIXED QPSK SIGNALS BASED ON THE CALCULATION OF FO...
METHOD FOR THE DETECTION OF MIXED QPSK SIGNALS BASED ON THE CALCULATION OF FO...
 
PPT s05-machine vision-s2
PPT s05-machine vision-s2PPT s05-machine vision-s2
PPT s05-machine vision-s2
 
1 tracking systems1
1 tracking systems11 tracking systems1
1 tracking systems1
 
An evaluation of gnss code and phase solutions
An evaluation of gnss code and phase solutionsAn evaluation of gnss code and phase solutions
An evaluation of gnss code and phase solutions
 
DSP_2018_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_2018_FOEHU - Lec 08 - The Discrete Fourier TransformDSP_2018_FOEHU - Lec 08 - The Discrete Fourier Transform
DSP_2018_FOEHU - Lec 08 - The Discrete Fourier Transform
 
Lect5 v2
Lect5 v2Lect5 v2
Lect5 v2
 
Evaluation of the Sensitivity of Seismic Inversion Algorithms to Different St...
Evaluation of the Sensitivity of Seismic Inversion Algorithms to Different St...Evaluation of the Sensitivity of Seismic Inversion Algorithms to Different St...
Evaluation of the Sensitivity of Seismic Inversion Algorithms to Different St...
 
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
DSP_FOEHU - MATLAB 04 - The Discrete Fourier Transform (DFT)
 
Fourier transform convergence
Fourier transform convergenceFourier transform convergence
Fourier transform convergence
 
Dft and its applications
Dft and its applicationsDft and its applications
Dft and its applications
 
DSP_FOEHU - Lec 07 - Digital Filters
DSP_FOEHU - Lec 07 - Digital FiltersDSP_FOEHU - Lec 07 - Digital Filters
DSP_FOEHU - Lec 07 - Digital Filters
 
SPACE TIME ADAPTIVE PROCESSING FOR CLUTTER SUPPRESSION IN RADAR USING SUBSPAC...
SPACE TIME ADAPTIVE PROCESSING FOR CLUTTER SUPPRESSION IN RADAR USING SUBSPAC...SPACE TIME ADAPTIVE PROCESSING FOR CLUTTER SUPPRESSION IN RADAR USING SUBSPAC...
SPACE TIME ADAPTIVE PROCESSING FOR CLUTTER SUPPRESSION IN RADAR USING SUBSPAC...
 
Dsp U Lec09 Iir Filter Design
Dsp U   Lec09 Iir Filter DesignDsp U   Lec09 Iir Filter Design
Dsp U Lec09 Iir Filter Design
 
Error Recovery with Relaxed MAP Estimation for Massive MIMO Signal Detection
Error Recovery with Relaxed MAP Estimation for Massive MIMO Signal DetectionError Recovery with Relaxed MAP Estimation for Massive MIMO Signal Detection
Error Recovery with Relaxed MAP Estimation for Massive MIMO Signal Detection
 
Fourier Analysis
Fourier AnalysisFourier Analysis
Fourier Analysis
 
Hm2513521357
Hm2513521357Hm2513521357
Hm2513521357
 
An Intuitive Approach to Fourier Optics
An Intuitive Approach to Fourier OpticsAn Intuitive Approach to Fourier Optics
An Intuitive Approach to Fourier Optics
 
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processingDsp 2018 foehu - lec 10 - multi-rate digital signal processing
Dsp 2018 foehu - lec 10 - multi-rate digital signal processing
 
Transforms
TransformsTransforms
Transforms
 

Similar to Underwater Target Tracking Using Unscented Kalman Filter

Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...IOSR Journals
 
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...IOSR Journals
 
My presentation in MST -11 International Workshop
My presentation in MST -11 International WorkshopMy presentation in MST -11 International Workshop
My presentation in MST -11 International WorkshopArpit Gupta
 
Comparative analysis on an exponential form of pulse with an integer and non-...
Comparative analysis on an exponential form of pulse with an integer and non-...Comparative analysis on an exponential form of pulse with an integer and non-...
Comparative analysis on an exponential form of pulse with an integer and non-...IJERA Editor
 
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...IJMER
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
P-Wave Onset Point Detection for Seismic Signal Using Bhattacharyya Distance
P-Wave Onset Point Detection for Seismic Signal Using Bhattacharyya DistanceP-Wave Onset Point Detection for Seismic Signal Using Bhattacharyya Distance
P-Wave Onset Point Detection for Seismic Signal Using Bhattacharyya DistanceCSCJournals
 
Ag Cideas Oscillation Control
Ag Cideas Oscillation ControlAg Cideas Oscillation Control
Ag Cideas Oscillation Controlspguy62
 
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
 
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...CSCJournals
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...IJECEIAES
 
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...ijistjournal
 
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...ijistjournal
 
1-Wang-FR1020-IGARSS11.pptx
1-Wang-FR1020-IGARSS11.pptx1-Wang-FR1020-IGARSS11.pptx
1-Wang-FR1020-IGARSS11.pptxgrssieee
 
GEOMETRIC TAMPERING ESTIMATION BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
GEOMETRIC TAMPERING ESTIMATION  BY MEANS OF A SIFT-BASED FORENSIC ANALYSISGEOMETRIC TAMPERING ESTIMATION  BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
GEOMETRIC TAMPERING ESTIMATION BY MEANS OF A SIFT-BASED FORENSIC ANALYSISICL - Image Communication Laboratory
 
Ijarcet vol-2-issue-7-2273-2276
Ijarcet vol-2-issue-7-2273-2276Ijarcet vol-2-issue-7-2273-2276
Ijarcet vol-2-issue-7-2273-2276Editor IJARCET
 
Ijarcet vol-2-issue-7-2273-2276
Ijarcet vol-2-issue-7-2273-2276Ijarcet vol-2-issue-7-2273-2276
Ijarcet vol-2-issue-7-2273-2276Editor IJARCET
 
ECG Classification using Dynamic High Pass Filtering and Statistical Framewor...
ECG Classification using Dynamic High Pass Filtering and Statistical Framewor...ECG Classification using Dynamic High Pass Filtering and Statistical Framewor...
ECG Classification using Dynamic High Pass Filtering and Statistical Framewor...CSCJournals
 

Similar to Underwater Target Tracking Using Unscented Kalman Filter (20)

Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
 
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
Enhanced Mobile Node Tracking With Received Signal Strength in Wireless Senso...
 
My presentation in MST -11 International Workshop
My presentation in MST -11 International WorkshopMy presentation in MST -11 International Workshop
My presentation in MST -11 International Workshop
 
Comparative analysis on an exponential form of pulse with an integer and non-...
Comparative analysis on an exponential form of pulse with an integer and non-...Comparative analysis on an exponential form of pulse with an integer and non-...
Comparative analysis on an exponential form of pulse with an integer and non-...
 
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
Three Element Beam forming Algorithm with Reduced Interference Effect in Sign...
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
P-Wave Onset Point Detection for Seismic Signal Using Bhattacharyya Distance
P-Wave Onset Point Detection for Seismic Signal Using Bhattacharyya DistanceP-Wave Onset Point Detection for Seismic Signal Using Bhattacharyya Distance
P-Wave Onset Point Detection for Seismic Signal Using Bhattacharyya Distance
 
Ag Cideas Oscillation Control
Ag Cideas Oscillation ControlAg Cideas Oscillation Control
Ag Cideas Oscillation Control
 
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
 
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
Electrocardiogram Denoised Signal by Discrete Wavelet Transform and Continuou...
 
Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...Investigations on real time RSSI based outdoor target tracking using kalman f...
Investigations on real time RSSI based outdoor target tracking using kalman f...
 
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
 
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
DESPECKLING OF SAR IMAGES BY OPTIMIZING AVERAGED POWER SPECTRAL VALUE IN CURV...
 
1-Wang-FR1020-IGARSS11.pptx
1-Wang-FR1020-IGARSS11.pptx1-Wang-FR1020-IGARSS11.pptx
1-Wang-FR1020-IGARSS11.pptx
 
Basics of dip
Basics of dipBasics of dip
Basics of dip
 
GEOMETRIC TAMPERING ESTIMATION BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
GEOMETRIC TAMPERING ESTIMATION  BY MEANS OF A SIFT-BASED FORENSIC ANALYSISGEOMETRIC TAMPERING ESTIMATION  BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
GEOMETRIC TAMPERING ESTIMATION BY MEANS OF A SIFT-BASED FORENSIC ANALYSIS
 
Ijarcet vol-2-issue-7-2273-2276
Ijarcet vol-2-issue-7-2273-2276Ijarcet vol-2-issue-7-2273-2276
Ijarcet vol-2-issue-7-2273-2276
 
Ijarcet vol-2-issue-7-2273-2276
Ijarcet vol-2-issue-7-2273-2276Ijarcet vol-2-issue-7-2273-2276
Ijarcet vol-2-issue-7-2273-2276
 
ECG Classification using Dynamic High Pass Filtering and Statistical Framewor...
ECG Classification using Dynamic High Pass Filtering and Statistical Framewor...ECG Classification using Dynamic High Pass Filtering and Statistical Framewor...
ECG Classification using Dynamic High Pass Filtering and Statistical Framewor...
 

More from IJAPEJOURNAL

Effects of the Droop Speed Governor and Automatic Generation Control AGC on G...
Effects of the Droop Speed Governor and Automatic Generation Control AGC on G...Effects of the Droop Speed Governor and Automatic Generation Control AGC on G...
Effects of the Droop Speed Governor and Automatic Generation Control AGC on G...IJAPEJOURNAL
 
Investigation of Dependent Rikitake System to Initiation Point
Investigation of Dependent Rikitake System to Initiation PointInvestigation of Dependent Rikitake System to Initiation Point
Investigation of Dependent Rikitake System to Initiation PointIJAPEJOURNAL
 
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi MachineOptimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi MachineIJAPEJOURNAL
 
Impact of Buried Conductor Length on Computation of Earth Grid Resistance
Impact of Buried Conductor Length on Computation of Earth Grid ResistanceImpact of Buried Conductor Length on Computation of Earth Grid Resistance
Impact of Buried Conductor Length on Computation of Earth Grid ResistanceIJAPEJOURNAL
 
Enhancing Photoelectric Conversion Efficiency of Solar Panel by Water Cooling
Enhancing Photoelectric Conversion Efficiency of Solar Panel by Water CoolingEnhancing Photoelectric Conversion Efficiency of Solar Panel by Water Cooling
Enhancing Photoelectric Conversion Efficiency of Solar Panel by Water CoolingIJAPEJOURNAL
 
PMU-Based Transmission Line Parameter Identification at China Southern Power ...
PMU-Based Transmission Line Parameter Identification at China Southern Power ...PMU-Based Transmission Line Parameter Identification at China Southern Power ...
PMU-Based Transmission Line Parameter Identification at China Southern Power ...IJAPEJOURNAL
 
Investigation of Electric Field Distribution Inside 500/220 kV Transformation...
Investigation of Electric Field Distribution Inside 500/220 kV Transformation...Investigation of Electric Field Distribution Inside 500/220 kV Transformation...
Investigation of Electric Field Distribution Inside 500/220 kV Transformation...IJAPEJOURNAL
 
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...IJAPEJOURNAL
 
Improving Light-Load Efficiency by Eliminating Interaction Effect in the Grid...
Improving Light-Load Efficiency by Eliminating Interaction Effect in the Grid...Improving Light-Load Efficiency by Eliminating Interaction Effect in the Grid...
Improving Light-Load Efficiency by Eliminating Interaction Effect in the Grid...IJAPEJOURNAL
 
An Application of Ulam-Hyers Stability in DC Motors
An Application of Ulam-Hyers Stability in DC MotorsAn Application of Ulam-Hyers Stability in DC Motors
An Application of Ulam-Hyers Stability in DC MotorsIJAPEJOURNAL
 
Implementation of Hybrid Generation Power System in Pakistan
Implementation of Hybrid Generation Power System in PakistanImplementation of Hybrid Generation Power System in Pakistan
Implementation of Hybrid Generation Power System in PakistanIJAPEJOURNAL
 
Modeling and Simulation of SVPWM Based Application
Modeling and Simulation of SVPWM Based ApplicationModeling and Simulation of SVPWM Based Application
Modeling and Simulation of SVPWM Based ApplicationIJAPEJOURNAL
 
Comparison of FACTS Devices for Two Area Power System Stability Enhancement u...
Comparison of FACTS Devices for Two Area Power System Stability Enhancement u...Comparison of FACTS Devices for Two Area Power System Stability Enhancement u...
Comparison of FACTS Devices for Two Area Power System Stability Enhancement u...IJAPEJOURNAL
 
Influence of Static VAR Compensator for Undervoltage Load Shedding to Avoid V...
Influence of Static VAR Compensator for Undervoltage Load Shedding to Avoid V...Influence of Static VAR Compensator for Undervoltage Load Shedding to Avoid V...
Influence of Static VAR Compensator for Undervoltage Load Shedding to Avoid V...IJAPEJOURNAL
 
Assessment of Electric Field Distribution Inside 500/220 kV Open Distribution...
Assessment of Electric Field Distribution Inside 500/220 kV Open Distribution...Assessment of Electric Field Distribution Inside 500/220 kV Open Distribution...
Assessment of Electric Field Distribution Inside 500/220 kV Open Distribution...IJAPEJOURNAL
 
Towards An Accurate Modeling of Frequency-dependent Wind Farm Components Unde...
Towards An Accurate Modeling of Frequency-dependent Wind Farm Components Unde...Towards An Accurate Modeling of Frequency-dependent Wind Farm Components Unde...
Towards An Accurate Modeling of Frequency-dependent Wind Farm Components Unde...IJAPEJOURNAL
 
Hybrid Generation Power System for Domestic Applications
Hybrid Generation Power System for Domestic ApplicationsHybrid Generation Power System for Domestic Applications
Hybrid Generation Power System for Domestic ApplicationsIJAPEJOURNAL
 
Ash Cooler Heat Recovery Under Energy Conservation Scheme
Ash Cooler Heat Recovery Under Energy Conservation SchemeAsh Cooler Heat Recovery Under Energy Conservation Scheme
Ash Cooler Heat Recovery Under Energy Conservation SchemeIJAPEJOURNAL
 
Harmonic Voltage Distortions in Power Systems Due to Non Linear Loads
Harmonic Voltage Distortions in Power Systems Due to Non Linear LoadsHarmonic Voltage Distortions in Power Systems Due to Non Linear Loads
Harmonic Voltage Distortions in Power Systems Due to Non Linear LoadsIJAPEJOURNAL
 
A Survey on Quality Changes in Positive, Negative and Combined Switching Stra...
A Survey on Quality Changes in Positive, Negative and Combined Switching Stra...A Survey on Quality Changes in Positive, Negative and Combined Switching Stra...
A Survey on Quality Changes in Positive, Negative and Combined Switching Stra...IJAPEJOURNAL
 

More from IJAPEJOURNAL (20)

Effects of the Droop Speed Governor and Automatic Generation Control AGC on G...
Effects of the Droop Speed Governor and Automatic Generation Control AGC on G...Effects of the Droop Speed Governor and Automatic Generation Control AGC on G...
Effects of the Droop Speed Governor and Automatic Generation Control AGC on G...
 
Investigation of Dependent Rikitake System to Initiation Point
Investigation of Dependent Rikitake System to Initiation PointInvestigation of Dependent Rikitake System to Initiation Point
Investigation of Dependent Rikitake System to Initiation Point
 
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi MachineOptimization of Economic Load Dispatch with Unit Commitment on Multi Machine
Optimization of Economic Load Dispatch with Unit Commitment on Multi Machine
 
Impact of Buried Conductor Length on Computation of Earth Grid Resistance
Impact of Buried Conductor Length on Computation of Earth Grid ResistanceImpact of Buried Conductor Length on Computation of Earth Grid Resistance
Impact of Buried Conductor Length on Computation of Earth Grid Resistance
 
Enhancing Photoelectric Conversion Efficiency of Solar Panel by Water Cooling
Enhancing Photoelectric Conversion Efficiency of Solar Panel by Water CoolingEnhancing Photoelectric Conversion Efficiency of Solar Panel by Water Cooling
Enhancing Photoelectric Conversion Efficiency of Solar Panel by Water Cooling
 
PMU-Based Transmission Line Parameter Identification at China Southern Power ...
PMU-Based Transmission Line Parameter Identification at China Southern Power ...PMU-Based Transmission Line Parameter Identification at China Southern Power ...
PMU-Based Transmission Line Parameter Identification at China Southern Power ...
 
Investigation of Electric Field Distribution Inside 500/220 kV Transformation...
Investigation of Electric Field Distribution Inside 500/220 kV Transformation...Investigation of Electric Field Distribution Inside 500/220 kV Transformation...
Investigation of Electric Field Distribution Inside 500/220 kV Transformation...
 
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
Economic Load Dispatch for Multi-Generator Systems with Units Having Nonlinea...
 
Improving Light-Load Efficiency by Eliminating Interaction Effect in the Grid...
Improving Light-Load Efficiency by Eliminating Interaction Effect in the Grid...Improving Light-Load Efficiency by Eliminating Interaction Effect in the Grid...
Improving Light-Load Efficiency by Eliminating Interaction Effect in the Grid...
 
An Application of Ulam-Hyers Stability in DC Motors
An Application of Ulam-Hyers Stability in DC MotorsAn Application of Ulam-Hyers Stability in DC Motors
An Application of Ulam-Hyers Stability in DC Motors
 
Implementation of Hybrid Generation Power System in Pakistan
Implementation of Hybrid Generation Power System in PakistanImplementation of Hybrid Generation Power System in Pakistan
Implementation of Hybrid Generation Power System in Pakistan
 
Modeling and Simulation of SVPWM Based Application
Modeling and Simulation of SVPWM Based ApplicationModeling and Simulation of SVPWM Based Application
Modeling and Simulation of SVPWM Based Application
 
Comparison of FACTS Devices for Two Area Power System Stability Enhancement u...
Comparison of FACTS Devices for Two Area Power System Stability Enhancement u...Comparison of FACTS Devices for Two Area Power System Stability Enhancement u...
Comparison of FACTS Devices for Two Area Power System Stability Enhancement u...
 
Influence of Static VAR Compensator for Undervoltage Load Shedding to Avoid V...
Influence of Static VAR Compensator for Undervoltage Load Shedding to Avoid V...Influence of Static VAR Compensator for Undervoltage Load Shedding to Avoid V...
Influence of Static VAR Compensator for Undervoltage Load Shedding to Avoid V...
 
Assessment of Electric Field Distribution Inside 500/220 kV Open Distribution...
Assessment of Electric Field Distribution Inside 500/220 kV Open Distribution...Assessment of Electric Field Distribution Inside 500/220 kV Open Distribution...
Assessment of Electric Field Distribution Inside 500/220 kV Open Distribution...
 
Towards An Accurate Modeling of Frequency-dependent Wind Farm Components Unde...
Towards An Accurate Modeling of Frequency-dependent Wind Farm Components Unde...Towards An Accurate Modeling of Frequency-dependent Wind Farm Components Unde...
Towards An Accurate Modeling of Frequency-dependent Wind Farm Components Unde...
 
Hybrid Generation Power System for Domestic Applications
Hybrid Generation Power System for Domestic ApplicationsHybrid Generation Power System for Domestic Applications
Hybrid Generation Power System for Domestic Applications
 
Ash Cooler Heat Recovery Under Energy Conservation Scheme
Ash Cooler Heat Recovery Under Energy Conservation SchemeAsh Cooler Heat Recovery Under Energy Conservation Scheme
Ash Cooler Heat Recovery Under Energy Conservation Scheme
 
Harmonic Voltage Distortions in Power Systems Due to Non Linear Loads
Harmonic Voltage Distortions in Power Systems Due to Non Linear LoadsHarmonic Voltage Distortions in Power Systems Due to Non Linear Loads
Harmonic Voltage Distortions in Power Systems Due to Non Linear Loads
 
A Survey on Quality Changes in Positive, Negative and Combined Switching Stra...
A Survey on Quality Changes in Positive, Negative and Combined Switching Stra...A Survey on Quality Changes in Positive, Negative and Combined Switching Stra...
A Survey on Quality Changes in Positive, Negative and Combined Switching Stra...
 

Recently uploaded

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfAsst.prof M.Gokilavani
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
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 Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
🔝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...
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdfCCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
CCS355 Neural Network & Deep Learning UNIT III notes and Question bank .pdf
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
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
 
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
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

Underwater Target Tracking Using Unscented Kalman Filter

  • 1. International Journal of Applied Power Engineering (IJAPE) Vol. 4, No. 2, August 2015, pp. 77~83 ISSN: 2252-8792  77 Journal homepage: http://iaesjournal.com/online/index.php/IJAPE Underwater Target Tracking Using Unscented Kalman Filter M. Nalini Santhosh*, S. Koteswara Rao**, R.P. Das*** * Department of ECE, Vignan's Institute of Information Technology, Visakhapatnam, A.P., India ** Department of ECE, K.L University, A.P., India *** Head of the Department (HOD) of ECE, Vignan’s Institute of Information Technology, and Visakhapatnam, India. Article Info ABSTRACT Article history: Received Mei 7, 2015 Revised Jun 19, 2015 Accepted Jul 21, 2015 Unlike conventional active sonar, that transmits the sound signals and revealing their presence and position to enemy forces. The probable advantage of passive sonar is that it detects the signals emitted by the target, leads to improve localization, target tracking, and categorization. The challenging aspect is to estimate the true bearing and frequency measurements from the noisy measurements of the target. Here in this paper, it is recommended for the Unscented Kalman Filter (UKF) to track the target by using these noisy measurements. The Target Motion Analysis (TMA), which is the way to find the target’s trajectory by using frequency and bearing measurements, is explored. This method provides a tactical advantage over the classical bearing only tracking target motion analysis. It makes the observer maneuver unnecessary. Keyword: Kalman filter Target Motion Analysis Target Motion Parameters Copyright © 2015 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: M. Nalini Santhosh, Department of ECE, Vignan's Institute of Information Technology, Visakhapatnam, A.P., India. Email: nalinisanthosh21@gmail.com 1. INTRODUCTION This project concerns with an underwater Target Motion Analysis (TMA) in the passive mode. Here the target is assumed to be moving with a uniform velocity. The sound signals from the target are obtained at the ownship’s sensor. These sound signals are processed by the ownship in order to find out the Target Motion Parameters (TMP) which are bearing, range, speed and course of the target. Passive target tracking (PTT) is a way to find the path of the target exclusively from measurements (signals) originating from the target. Anybody under the water will generate acoustic turbulence or signal from self generated noise or while in motion. These noise signals from the target are observed by the ownship’s solar sensor. The information that is acquired at the ownship sensor is the noisy bearings and frequency measurements of the target. Thus, the radiated spectrum comprises of continues spectrum of noise with peaks (tonals) at certain frequencies which can be used for further classification. When the harmonic components are emitted by the source, these harmonic components will experience a Doppler shifts at the ownship. Due to these frequency measurements the accuracy of the estimated target motion parameters will increases. The use of both bearing angles and Doppler shifts to analyze a moving target is termed as Doppler Bearing Tracking (DBT). DBT has an advantage over BOT, i.e., DBT does not involve ownship’s maneuvering to obtain target motion parameters [1]. TMA for DBT, so far carried out by two groups- recursive instrumental variables method [1] and batch processing methods such as MLE [2]. The work carried out in [2] is not suitable for real time applications as solution is established by using search technique. So the batch processing like Maximum Likelihood Estimator cannot be implemented in the real scenario. In practice, it is required to estimate each sample on every arrival of recent measurement. The recursive instrumental variable method [1] is based on
  • 2.  ISSN: 2252-8792 IJAPE Vol. 4, No. 2, August 2015 : 77 – 83 78 pseudo linear formation. In their work, the strong bias generated by pseudo linear formation is minimised by using the estimated bearing in the place of measured bearing. The estimation accuracy of the instrumental variable technique can attain the Cramer-Rao lower bound for Gaussian noise at moderate noise levels. Recently “constrained least squares minimization” with sequential processing [3] is proposed. This is proven to be asymptotically unbiased. If the measurements are linear then the estimation of parameters can be done by Kalman filter. But in real world, no linear systems will exists. Thought the Extended Kalman filter is used for nonlinear application in contrast only achieves first order accuracy. So, EKF is not used for high nonlinearity systems [4]. So, here in this paper the Unscented Kalman Filter is used to track the target by estimating the TMP from the noisy bearing and frequency measurements and this algorithm is named as Doppler Bearing Unscented Kalman Filter (DBUKF).Thus, no bias will be produced. Here, assuming that the measurements are available from the towed array of the ownship. The sonar hydrophones may be towed behind the ownship in order to reduce the effect of noise generated by the ownship itself. In this the Doppler shift in the frequency measurement is described in terms of the speed of the propagation of sound in water and in ownship, target speed components. The zero mean Gaussian noise is assumed to be present in the measurements and the noise in the bearing measurement is not correlated with that of frequency measurement. It is also assumed that the measurements are continuously available at every second. Here the sum of the tonals is taken as a state variable in the state vector. The concept of constant state vector formulation [1], that the dimension of state vector does not increase with the number of frequency tonals is followed. 2. MATHEMATICAL MODELING 2.1. Motion of The Ownship (O) The ownship motion is carried out as shown in the fig.1. Assuming that the ownship (observer) is moving with a velocity vo, the distance of the ownship from x-coordinate is 0x ,the distance of the ownship from y-coordinate is 0y and OCR is the angle made by the ownship w.r.t true north. Figure 1. Own Ship’s Motion in The Coordinate Axis 00 )sin( vocrx  (1) 00 )cos( vocry  (2) After every second, the change in X and Y component of the ownship are added to the previous X and Y components of the ownship position. For t =1 sec tocrvdx  )sin(00 (3) tocrvdy  )cos(00 (4)
  • 3. IJAPE ISSN: 2252-8792  Underwater Target Tracking Using Unscented Kalman Filter (M. Nalini Santhosh) 79 Where, change in X component of the ownship in 1 sec is 0dx and change in y direction of the ownship in 1 sec is 0dy , 0v is the velocity of ownship , Ocr is the ownship course, ),( 00 yx is the ownship position. So, 000 000 dyyy dxxx   2.2. Initial Position of the Target The target (T) is assumed to be moving with a constant velocity as follows Figure 2. Target’s Position in The Coordinate Axis where, O is the observer or ownship, T is the target, R is range, B is bearing i.e, angle between ownship (O) and target (T). Xt =R*sin (B) (6) Yt=R*cos (B) (7) Where, ( Xt ,Yt ) is the position of the target with respect to ownship as origin. 2.3. Modeling for States : The set of measured data consists of frequency and bearing measurements. The measurement vector  iz is given by             iF iB iz m m (8) The measured bearing is given as      iγiBiB Bm  (9) Where, )(iBm is the measured bearing, relative to the Y-axis at th i instant ).....2,1( ni  , )(iB is the actual bearing and )(iB is a Gaussian Random Variable (GRV) with zero mean and variance )(2 iB . )(iB is given by      iR iR iB y x tan (5) (10)
  • 4.  ISSN: 2252-8792 IJAPE Vol. 4, No. 2, August 2015 : 77 – 83 80 In sonar, a broadband noise is generally accompanied by one or more tonals. These tonals are constant in frequency and because of Doppler shift; a particular frequency measured by the ownship is given by              iγ C iBiRiBiR ifif (j) f yx(j) s (j) m           cossin 1  (11) Where, the th j )...3,2,1( nj  frequency measured by the ownship at th i instant is )()( if j m , the unknown constant source frequency is , the speed of propagation of the signal is , )()( ij f is the zero mean Gaussian random frequency measurement error with variance 2 f . xR and yR are components of relative velocity between the target and the ownship. 2.4. Algorithm for Unscented Kalman Filter Unscented transformation is a way to approximate how the mean and covariance of a random variable change when the random variable undergoes a nonlinear transformation. Consider a random variable x (dimension 1L ) propagating through a nonlinear function, )(xoy  Assume x has mean x and covariance xP . To calculate the statistics of y a matrix χ of 12 1 L sigma vectors jχ (with corresponding weights jW ), is formed according to the following equation [4] :                       11 2 10 10 111 11 0 2121 1 21 1 1 L,...,jLWW λLλW λLλW L,...,LjPλLxχ ,...,LjPλLxχ x c j m j c m Ljxj jxj           (19) where   11 2 LκLλ  is a scaling parameter.  determines the spread of the sigma points around x and is usually set to a small positive value, κ is a secondary scaling parameter which is usually set to 0 and  is used to incorporate prior knowledge of the distribution of x (for Gaussian distributions, 2 is optimal).   jxPL 1 is the th j row of the matrix square root.  m W0 ,  c W0 ,  m W and  c W are the weights of initialized target state vector, covariance matrix of initialized target state vector, target state sigma point vector and covariance matrix of target state sigma point vector respectively. These sigma vectors are propagated through the nonlinear function   121 L,...,jχoy jj  (20) The mean and covariance are approximated using a weighted sample mean and covariance of the posterior sigma points [4]. UKF is a straightforward extension of the unscented transformation to the recursive estimation. In UKF, the state random variable is redefined as the concatenation of the original state and noise variables. The unscented transformation sigma point selection scheme is applied to this new augmented state random variable to calculate the corresponding sigma matrix. The standard UKF implementation consists of the following steps: a. By using sigma points starting from the initial conditions )12( n state vectors are calculated , where n is dimension of target state vector                 iΡλniXiΡλniΧiΧiΧ SSS  (21) th j )j( sf C
  • 5. IJAPE ISSN: 2252-8792  Underwater Target Tracking Using Unscented Kalman Filter (M. Nalini Santhosh) 81 b. Conversion of these sigma points through the process model using eqn. (16). c. The prediction of the state estimate at time 1i with measurements up to time i is given as         n j S m jS iijΧWiiΧ 2 0 ,1,,1 d. As the process noise is additive and independent, the predicted covariance is given as                  iQiiΧiiiΧ iiΧiiiΧWiiP T SS n j SS c j    ,1,1, ,1,1,,1 2 0 (23) e. Updating of the sigma points with the predicted mean and covariance. The updated sigma points are given as                 iiPλniiΧiiPλniiΧiiXiiX SSS ,1,1,1,1,1,1  (24) f. Transformation of each of the predicted points through measurement model eqn. (22) g. Prediction of measurement given as      n j (m) j ii.YWiiz 2 0 ,1,1ˆ where     iiXhiiY S ,1,1  (26) h. Since the measurement noise is also additive and independent, the innovation covariance is given as             iiiziijYiiziijYWP B T n j (c) jyy 2 2 0 ,1ˆ,1,,1ˆ,1,  i. The cross covariance is given as            T n j SS (c) jxy iiziijYiiXiijXWP ,1ˆ,1,,1,1, 2 0  j. Kalman gain is calculated as   1 1   yyxy.PPiG k. The estimated state is given as           iiziiziGiiXiiX ,1ˆ1,1ˆ1,11,1  where )1( iz is measurement vector. l. Estimated error covariance is given as        11,11,1  iGPiGiiPiiP T yy (22) (25) (27) (28) (29) (30) (31)
  • 6.  ISSN: 2252-8792 IJAPE Vol. 4, No. 2, August 2015 : 77 – 83 82 3. SIMULATION AND RESULTS Using number of geometries the performance of this algorithm is evaluated. The period of simulation is 1800 s and the measurement interval has been considered as 1 s. Additive zero mean Gaussian noise corrupts all the raw frequency and bearing measurements with a maximum level of 0.9 Hz and 1° respectively. Here all angles are calculated with respect to Y-axis, 0-360° and clockwise positive. Here in this paper, the result of one scenario is implemented by using the Initial Range as 2800m, Initial Bearing as 3deg, Target Speed as 5m/s, Target Course as 200 deg, Sum of Source Frequencies as 500 Hz, Ownship Speed as 5m/s and Ownship Course as 225 deg. The results of one scenario are shown in figures. The position of the target and ownship is shown in the Figure 1.The estimated range error, estimated speed error and the estimated course error are shown in Figure 2a, Figure 2b and Figure 2c respectively. In underwater applications the acceptable errors in estimated speed, course and range are less than or equal to 20%, 5° and 10% respectively. As per the required accuracies the entire solution of the estimated parameters speed, course and range are obtained at 79th, 64th and 183rd s for the scenario values given above. Figure 1. The Position of The Target and Ownship Figure 2a. Estimated Range Error Figure 2b. Estimated Speed Error Figure 2c. Estimated Course Error 4. CONCLUSION Now a days there are many methods for obtaining the target trajectory by using passive sonar which is installed in the ownship without manoeuvring. It is very difficult to carry out the process until the required accuracy is achieved in the estimated target motion parameters. So, one can use DBT for obtaining the target motion parameters without the need of manoeuvring the ownship. This method is very easy to implement and adopt in underwater application for passive target tracking. In this paper unscented Kalman filter is proposed to estimate target motion parameters without the need for manoeuvring the ownship for passive target tracking.
  • 7. IJAPE ISSN: 2252-8792  Underwater Target Tracking Using Unscented Kalman Filter (M. Nalini Santhosh) 83 REFERENCES [1] Y. T. Chan and S. W. Rudnicki, “Bearings-only and Doppler-bearing tracking using instrumental variables”, IEEE Trans. Aerosp. Electron. Syst., Vol. AES-28, No. 4, pp 1076-1083, Oct. 1992. [2] Xiao-Jiao Tao, Cai-Rong Zou and Zhen-Ya He, “Passive target tracking using maximum likelihood estimation”, IEEE Trans. Aerosp. Electron. Syst., Vol. AES-32, No. 4, pp 1348-1354, Oct. 1996. [3] K. C. Ho and Y. T. Chan, “An asymptotically unbiased estimator for bearings-only and Doppler-bearing target motion analysis”, IEEE Trans. on Signal Processing, Vol. 54, No. 3, pp 809-822, Mar. 2006. [4] E. A. Wan and Rudolph Van Der Merwe, “The unscented Kalman filter for nonlinear estimation”, in Proc. IEEE Symposium 2000 on Adaptive Systems for Signal Processing, Communication and Control, Alberta, Canada, pp 153-158, Oct. 2000. BIOGRAPHIES OF AUTHORS Ms. Mylapilli Nalini Santhosh obtained her B.Tech. Degree from Baba Institute of Technology and Sciences College affiliated to JNTU Kakinada, Andhra Pradesh, India in the year 2013. Now she is pursuing M.Tech. (Final year) from Vignan’s Institute of Information and Technology, Visakhapatnam, Andhra Pradesh, affiliated to JNTU Kakinada, India. She is interested in the fields of Sonar Signal Processing. Dr.S.Koteswara Rao is a retired Scientist ’G’ at Naval Science and Technological Laboratory (NSTL), DRDO.And He is currently working as Sr. Professor in the department of ECE of Vignan’s Institute of Information Technolog, Visakhapatnam. He received his B.Tech (EE) in 1977 at JNTU and ME (EE) in 1979, PSG college of technology Coimbatore. He completed his Ph.D. from College of Engineering Andhra University in 2010. He published several papers in IEEE/IIEE International Conferences and Journals in the field of Signal Processing. He guided several M.Tech students for their project work in the field of Statistical Signal processing. He is a fellow member of IETE. Dr.Rudra Pratap Das, Ph.D completed B.Tech (Hons) in Electronics and Communications Engineering at IIT, Kharagpur in 1976. He was awarded Ph.D in Electrical Engineering by IIT, Bombay in 1987. After twenty years of Industrial Research & Production Activities in Bombay and Bhubaneswar in which Salinometers, Microprocessor based weighing machines and induced polarization equipment he joined the educational assignments in 1996 under AICTE approved engineering Colleges as professor & principal. Professionally he is associated with ISTE, IEEE and National Associate of Application. His areas of interest are AI, VLSI, NNFL and Computer Architecture. Low Cost MRI has been his latest involvement.