Multiframe Assignment Tracker for MSTWG Data

Size: px
Start display at page:

Download "Multiframe Assignment Tracker for MSTWG Data"

Transcription

1 th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 9 Multiframe Assignment Tracker for MSTWG Data R. Tharmarasa, S. Sutharsan and T. Kirubarajan ECE Dept., McMaster University Hamilton, ON, Canada tharman@mail.ece.mcmaster.ca, suthar@grad.ece.mcmaster.ca, kiruba@mcmaster.ca Thomas Lang General Dynamics Canada Limited Ottawa, Ontario, Canada tom.lang@gdcanada.com Abstract In this paper, a multiframe assignment tracker is applied to the simulated data sets provided by the Multistatic Tracking Working Group (MSTWG). The multiframe assignment tracker solves the data association problem as a constrained optimization for fusing multiple sets of data to the tracks with an Interacting Multiple Model (IMM) estimator. The challenges with these data sets are high false alarm rate, low probability of detection and multiple synchronous/asynchronous sensors. Multiframe data association is used to perform data association, which is the crucial part of thetracking. Centralized trackingisused to optimally fuse the information from multiple sensors. A track s status is updated using an m out of n logic rather than the track quality based logic that requires moreaccurateprobability ofdetection values, which are not available and vary with time and geometry in the MSTWG data sets. The resultsobtained with the multiframe assignment tracker for all the data setsare given in the form of MSTWG performance metrics. Keywords: multitarget tracking, multistatic sensors, multiframe assignment, interacting multiple model, nonlinear filtering. Introduction ISIF 87 The Multistatic Tracking Working Group (MSTWG) was formed to share the scientific and technical ideas, problems, and solutions related to multistatic tracking for sonar and radar []. Multistatic sensors have many advantages over passive/active monostatic sensors including better area coverage and high probability of detection due to geometrical diversity. In addition, multistatic systems are resilient to target countermeasure due to unknown receiver locations even though transmitter location can be estimated by the target. Although multistatic sensors have many advantages, tracking with these sensors poses some additional challenges. Geometrical diversity is an advantage, however it results in inconsistent detections over all the receivertransmitter pairs. That is, it is possible for a target to get measurements only from few of the transmitterreceiver pairs and even the pairs that give the measurements will change with time due to target, receiver and transmitter movements. In addition, high clutter with low Probability of Detection (PD) will make the problem even more difficult. Hence, these problems must be handled carefully by the tracking algorithm. In this paper, a trackerdevelopedatmcmaster University for multisensor multitarget tracking is used to analyze the MSTWG data sets. The tracker was developed to handle several data sets obtained from different sensorsystems (e.g., passive coherentlocation, perimeter surveillance radar, multistatic sensors). In this tracker, data association is performed using the multiframe assignment technique [][], target maneuvers are handled by Interacting Multiple Model (IMM) [] and track maintenance is performed based on either measurement association logic or track quality. Converted Measurement Kalman Filter (CMKF), Extended Kalman Filter (EKF) and Unscented Kalman Filter (UKF) are incorporated to handle measurement nonlinearity. In addition, the tracker can handle constraints on state values (e.g., maximum speed). The remainder of the paper is structured as follows. Sectiondescribes the configurationandmeasurement model of multistatic sensor networks. Section describes the tracker details including track maintenance, filtering and data association. The results for all the MSTWG data sets are given in Section. Conclusions are then given in Section 5. Multistatic Sensor Network In a multistatic sensor network, there are multiple transmitters and multiple receivers. A sample scenario with two transmitters and two receivers is shown in

2 Figure. According to the transmitter-receiver pair, each pair will act as a monostatic or bistatic sensor. The main advantage of the multistatic sensor network over the monostatic sensors is better target detection probability due to geometric diversity. Transmitter θ d r Target d t Receiver Receiver Figure. Multistatic sensor network Transmitter In the MSTWG data sets, measurements are bistatic range (r b ) and bearing (θ), and the j-th measurement at the sensor s at time k is given by [ ] rb (j, k) z s (j, k) = () θ(j, k) where = [ dr (k) + d t (k) atan ( x(k) xr(k) y(k) y r(k) ) ] + ω s (j, k) () d r (k) = (x(k) x r (k)) + (y(k) y r (k)) () d t (k) = (x(k) x t (k)) + (y(k) y t (k)) () and [x, y], [x r, y r ] and [x t, y t ] are the x and y coordinates of the target, receiver and transmitter, respectively, atan( ) is the four-quadrant arctangent and ω s (j, k) is a zero-mean Gaussian random variable with covariance Q s (j, k). If a measurement is a false alarm, then it is assumed to be uniformly distributed across the surveillance region. Note that monostatic measurement can also be considered as a special case of bistatic with transmitter and receiver at the same location. Even if the Time-Difference-of-Arrivals (TDOAs) are given instead of bistatic range, they can be converted to the bistatic range by multiplying by speed of the signal in the given medium and then adding the distance between the receiver and the transmitter. Tracker Multisensor-multitarget tracking tracker developed at McMaster University for several real data sets, including the MSTWG data, is used to analyze and perform the tracking with the multistatic data sets. The tracker is capable of handling multiple sensors, monostatic/bistatic measurements, asynchronous measurements, nonlinear measurements and target maneuvers. In some cases, bistatic Doppler is also available. However, they are not used in this data processing. The multiframe assignment tracker is capable of handling Doppler data. 88. Filtering In order to handle the nonlinearity in the measurements, the extended Kalman filter [], Unscented Kalman filter [8] and the converted measurement Kalman filter [] are included in the tracker. The user has the option to choose one of the above three filters. An IMM estimator with two constant velocity models of different process noises is used to handle the target maneuvers in the MSTWG data sets []. The state dynamic equation for constant velocity model is given by [] X(k) = T T X(k ) + T T T T where X(k) (= [x(k), ẋ(k), y(k), ẏ(k)]) is the target s state and υ(k) is a zero-mean Gaussian white noise, whose covariance varies for different IMM models. The maximum speed of the target, which is a prior information, is imposed byadding a pseudo-measurement to keep the speed below the maximum limit when the estimated speed exceeds threshold []. This will help to reduce the false tracks and to avoid associating wrong measurements to target originated tracks, especially when targetoriginatedmeasurements are missing. The state update using a speed pseudo-measurement is performed using EKF with the following models: z v (k) = (6) ẑ v (k) = ẋ(k) + ẏ (k) (7) H v (k) = [ ẋ(k)/ẑ v (k) ẏ(k)/ẑ v (k) ] (8) R v (k) = H v (k)p(k)h v (k) ( V max ) (V max ẑ v (k)) υ(k) (5) (9) where z v (k) is the speed pseudo measurement, ẑ v (k) is the predicted speed measurement, H v (k) is the measurement matrix, R v (k) is the pseudo measurement s variance, P(k) is the updated state covariance and V max is the maximum speed. The pseudo measurement update is performed sequentially after updating the target state with the associated measurements, and it is performed only if the updated target state s speed is above the maximum limit. This pseudo measurement update is repeated for few iterations until the updated speed is below or close to the maximum speed []. A more flexible framework for incorporating constraints is under development.. Track maintenance The tracks are classified into two categories: ) Tentative tracks and ) Confirmed tracks. Tentative tracks are the ones formed with fewer initial measurement associations than required for confirmation tracks within

3 a certain time limit. Upon obtaining more measurements, the tentative tracks are promoted as the Confirmed tracks. If not enough measurements are associated with a tentative track, then the tentative tracks are deleted. In this tracker, the user has the option to choose either logic (m out of n) or quality based track maintenance []. The track quality is updated using the measurement likelihood, probability of detection and false alarm rate []. For MSTWG data sets, logic based track maintenance was found to be more applicable since the exactprobabilityofdetection, whichis requiredfor track quality calculation, is not known. The logic based track maintenance is done as follows: For track initialization: out of M init measurement frames determines the dimension (D) of the optimization problem. This assignment can be done in two ways. The first one, called S-D + -D assignment, is a two-step approach in which measurements from all the sensors are grouped together first and then the grouped measurements are associated to the tracks []. The second approach called (S + )-D assignment is a one-step algorithm in which measurements are directly assigned to the tracks []. In the (S + )-D formulation, if S is equal to one then it will be same as -D. In this tracker, (S + )-D assignment is used since it does not require a maximum likelihood (ML) estimate, which is used in measurement-to-measurement association in S-D. A sample assignment tree for (S+)-D is shown in Figure. Track Dummy track Sensor Sensor Sensor S Dummy measurement if at least N init measurements are associated together, then form a track and marked as tentative. otherwise, do nothing. For tentative track: out of M tent measurement frames if at least N tent measurements are associated to the track, then promote the track as confirmed. otherwise, delete the track. For confirmed track: out of last M conf measurement frames if at least N conf measurements are associated to the track, then do nothing. otherwise, delete the track. In the above, measurement frames include the time steps and the sensors. In order to get better association results, the measurements are first associated to the confirmed tracks. Then, the unassociated measurements are used to update the tentative tracks. Finally, the measurements that are not associated to the confirmed or tentative tracks are used to initialize new tracks. Multiframe association ((S+)-D, S-D or -D) is used for data associationand they are explained in detail in section. and... Multiframe assignment for existing tracks In multiframe assignment, measurements from multiple (say, S) sensors are matched to the tracks in the track list. That is, elements of (S +) lists are matched together through a optimization algorithm to solve the data association. The number of lists in the assignment 89 Figure. Assignment tree for (S + )-D. The cost of assigning measurements i, i,..., i S to track t is given by ( ) p(zii c tii...,i S = log...,i S X t ) () p(z ii...,i S ) where p(z ii...,i S X t ) = p(z ii...,i S ) = S ( P D ) u(is) s= S s= (P D p(z is X t )) u(is) () ψ s () where u(i s ) takes value if i s = and otherwise, P D is the probability of detection and ψ s is the volume of the measurement space of sensor s. The (S +)-D assignment formulation finds the most likely hypothesis by solving the following constrained optimization: min χ ti i...i S subject to T T N N t= i = i = N i = N t= i = N S i S= N S i S= N S i S= c tii...i S χ tii...i S () χ tii...i S =, t =,...,T () χ tjii...i S =, j =,...,N (5)

4 T N t= i = N S i S =. χ tii...i S j =, j =,...,N S (6) where χ tii...i S is a binary variable such that { Zii χ tii...i S =...,i S is from target t otherwise (7) In the above, i s = indicates the dummy measurement, t = indicates the dummy track, T is the total number of tracks and N s is the number of measurements from sensor s. Lagrangian relaxation, as described in [], followed by the auction algorithm [] is used to solve the assignment problem in quasi-polynomial time. Computational load of the (S + )-D assignment can be reduced by approximately decomposing the (S +)- D assignment into S individual -D assignments. That is, each sensor s measurements are associated to the tracks separately. Even though this is an approximation, tracker performance will not be affected significantly in most cases, especially when target maneuvers are not high.. Initializing New Tracks New tracks are formed using the measurements that are not associated to already existing tracks from all the transmitter-receiver pairs. If the probabilities of detections of the targets are high for all the transmitterreceiverpairs, then the measurements atone time step from all the transmitter-receiver pairs can be used to initialize new tracks using the logic of at least n measurements from m transmitter-receiverpairs. However, this approach will fail in low probability of detection cases. Hence, measurements over multiple time steps must be considered in track initialization, as shown in Figure. TR Dummy TR TR Time step k TR TR TR Time step k + Figure. Assignment tree with multiple transmitterreceiver pairs and time steps. Even though the above approach is optimal, it will be computationallydemanding evenwith few transmitterreceiver pairs. A suboptimal approach, in which first new tracks are formed for eachtransmitter-receiverpair separately by considering multiple time steps and then the new tracks from all the transmitter-receiver pairs 8 are fused together, can be used to reduce the computational load so that track initialization can be done in real-time. That is, in this tracker, distributed tracking is used for track initialization and centralized tracking is used to update the already initialized tracks. The distributed tracking for initialization might result in slight performance degradation compared to the centralized tracking. However, the advantage of diversity of sensor field is not totally lost. It is reasonable to assume that target-sensor geometry will not change significantly in two or three measurement time steps. Hence, even if only one sensor has better detections of a target due to target-sensor geometry, a track will be initialized at least by that sensor. After initializing, the measurements from all the sensors will be used in the following time steps to confirm the track. Track-to-track association, which is needed to fuse the initial tracks from all the sensors, is also performed using the multiframe assignment under the assumption that the track errors are independent, which is a reasonable assumption for new tracks. The associated measurements for the fused tracks must be counted correctly to confirm or delete the tentative tracks as soon as possible. For example, if four transmitter-receiver pairs are available and only three tracks, which are created using two consecutive measurements, are fused together, then the update history for the fused track is associations out of measurements frames. When the bistatic range and bearing are available, target s initial state is obtained by converting the measurement to Cartesian coordinates by removing any possible bias [] as follows: where β(k) r(k) = = atan ( xt (k) x r (k) y t (k) y r (k) (r b (k) L(k) ) (r b (k) L(k)cos(β(k))) ) θ(k) (8) (9) x(k) = x r (k) + e σ θ / r(k)sin(θ(k)) () y(k) = y r (k) + e σ θ / r(k)cos(θ(k)) () L = (x t (k) x r (k)) + (y t (k) y r (k)) ().5 Performance evaluation The tracker performance is evaluated using the metrics track probability of detection (T-PD), track falsealarm rate (T-FAR), track-localization error (T-LE), track fragmentation rate (T-FR), latency (L) and execution rate (ER) that are defined by MSTWG []. The new definition of track fragmentation rate from [7] is used instead of the older one defined in []. Two values of T-PD are given for all the data sets in order to avoid any confusion in the T-PD definition. In the first one, the time steps from the first measurement association, i.e., including the time steps before confirmation,

5 are used. T-PD values calculated by considering the time steps only after confirmation are given inside the bracket with. The execution rates correspond to the MATLAB implementation of the tracker on a. GHz Core Duo processor with GB of RAM. Results In this section, the tracking results for NATO Undersea Research Centre (NURC), the Netherlands Organization for Applied Scientific Research (TNO) and TNOblind data sets using the proposed tracker are presented. In addition to the above three data sets, one more data set from Applied Research Laboratory, University of Texas (ARL-UT) is available for processing. However, the plots of the measurements of this data set look different from those of others and this could be due to a problem in measurement extraction form the given data format. Hence, the results of ARL-UT data set are not given here.. NURC Data Inthe NURC data, ascenariowithfourtransmitterreceiver pairs and one target is considered [6]. The scenario is shown in Figure, where indicates the starting point of the target and indicates the staring point of the ship. There are three ships, and ship has a transmitter and receiver, ship has a receiver and ship has a transmitter. There is only one target and it is moving in a straight line. Scenario duration is 8 minutes with sampling interval of minute. Y (m) x R/T R T Target 6 x Figure. NURC scenario In the tracker, the EKF is used for filtering with out of logic to initialize new tracks, out of logic for tentative track maintenance and out of logic to delete the confirmed tracks. Since there are four transmitter-receiver pairs, three time steps will be required for track confirmation or deletion. For.5 db threshold, out of 8 logic is used for tentative track 8 maintenance since the probability of detection is low with high threshold. A maximum speed of5 m/s, which is used for track velocity covariance initialization and limit the target speed, and process noise standard deviation of.5 m/s are assumed. The tracking results for full data ingestion and.5 db threshold are shown in Tables and, respectively. In both cases, no false tracks are reported and target is detected from the first time step and confirmed after three time steps with full data ingestion, while it is confirmed only after time steps with.5 db threshold. However, track is never lost/dropped after confirmation. As a result, T-FR is equal to and track PD is one for full data set and.89 for.5 db threshold. Table. Results of NURC data with full data ingestion Metric Tracker Evaluation T-PD (.99 ) T-FAR (hour ) T-LE (m) 7. T-FR L (min) ER.. TNO Data Three targets with four transmitter-receiverpairs are considered in TNO data set [5]. Only one target is moving with a zig-zagtrajectory, and other two targets are stationary. Two ships are moving from west to east in straight lines, and each has a transmitter and a receiver. The scenario duration is 8 minutes with a sampling time of minute. The scenario is shown in Figure 5, where indicates the moving target s starting point, indicates the stationary target and indicates the staring point of the ship. Each measurement has a ghost with mirrored bearing, which could introduce mirror tracks. Removing the mirror tracks is an important task for this data set. Tracker parameter settings are: tentative track formation logic is out of, tentative track maintenance Table. Results of NURC data with.5 db threshold Metric Tracker Evaluation T-PD.89 (.88 ) T-FAR (hour ) T-LE (m).5 T-FR L (min) ER.

6 x Table. Results of TNO data with db threshold Y (m) R/T R/T Target Target Target x Figure 5. TNO scenario logic is 6 out of 8 and confirmed track deletion logic is out of 5. That is, two time steps will be required for track confirmation. A maximum speed of m/s and process noise standard deviation of.5 m/s are assumed. The tracking results with db threshold are shown in Table. The track PD is only.5. This is mainly due to missing the stationary targets and can be understood from the T-PD, which is.989, calculated by considering only the moving target. It is observed that out of four transmitter-receiver pairs only two of them give the correct measurements for stationary targets and other two measurement sets have some offset from the possible actual measurements. This can be observed in Figure 6, which shows the measurements above db and confirmed tracks that are obtained using measurements above db. Since moving target measurements from all transmitter-receiver pairs matched well with the target location, it is very unlikely to encounter problems in measurement conversion. Hence, it is concluded that there is a problem with stationary target measurements for two of the transmitter-receiverpairs. However, tracking those stationary targets using only the measurements from two pairs of sensors is possible by relaxing the confirmation logic to out of 8 instead of 6 out of 8. However, it will introduce false tracks including the mirror tracks. Note that no false tracks including the mirror tracks are formed with 6 out of 8 confirmation logic. Since the receiver locations are different, the mirror measurements from all the transmitter-receiver pairs will not fall in same place in the state space. As a result, the 6 out of 8 logic will not be satisfied for mirror tracks and they are not confirmed. This is the advantage of the centralized tracking over distributed tracking for this scenario. However, it is possible to remove the mirror tracks even in distributed tracking by using a similar logic in track fusion stage. 8 Metric Tracker Evaluation all targets only moving target T-PD.5 (.8 ).989 (.97 ) T-FAR (hour ) T-LE (m) 97 9 T-FR L (min) 7 ER.9.9 Y (m) x Receiver Transmitter Measurement Confirmed track Truth x Figure 6. Tracks of TNO data with measurements above db. Unlike in the NURC data set, track breakages are observed here when the target changes the direction suddenly. Even though IMM estimator can handle target maneuvers, modeling the sharp turns is very hard. It is possible to reduce the track breakage by increasing the process noise, however it will result in large T-LE and false tracks.. TNOblind Data In the TNOblind data set, there are three transmitter-receiver pairs and four targets. The scenario is shown in Figure 7, where * indicate the target s starting position, indicate the receiver s starting position and indicates the transmitter s starting position. The receiver receives the measurement from transmitter only, similarly receiver and receive the measurement only from transmitter and, respectively. Measurements with db threshold are considered with out of logic for initialization, 8 out of logic for tentative track maintenance and out of 8 logic for confirmed track maintenance. In order to handle the target maneuvers, an IMM estimator with two constant

7 Y (m) x T R T/R T R Target 5 x Figure 7. TNOblind scenario Y (m) 5 x Confirmed track Truth 6 8 x 8 Figure 8. Tracks of TNOblind data with db threshold and given measurement variances. velocity models with process noise standard deviations.5 m/s and.5 m/s is used with maximum speed of m/s. The tracks obtained by the tracker with the given measurementvariances are shownin Figure 8. Different transmitter-receiver pairs have different measurement accuracies depending on which signal (FM or CW) is used. The standard deviations of the bistatic range measurements are in the range of to m for FM and 7 to m for CW. The tracker performance metrics are shown in Table. Altogether nine tracks are formed, however few of them are the broken tracks of same target. By observing the target originated measurements and the target trajectory, anomalies are suspected in the measurements or in the measurement variances. Then, the tracker performance with bistatic range variance of m for both FM and CW was analyzed. The results with the above increased variance are shown in Figure 9 and Table. Instead of nine tracks that are formed with given variances, only five tracks are formed now. New results seem better in all aspects compared to the results with the given variances. The targets are detected well in advance and track breakages are also reduced. Only one track breakage is observed for the second target, which is at south-east corner. This could not be avoided since there are no measurements for few time steps. Targets one and four are detected from the beginning, while targets two and four are detected only after few minutes. Hence, T-PD is one for targets one and two and the overall T-PD is.9. No false tracks are reported. 5 Conclusions A multisensor-multitarget tracking tracker developed by McMaster University was applied to MSTWG data sets to analyze and show the effectiveness of the tracker 8 Table. Results of TNOblind data with db threshold. Metric Tracker Evaluation Given variance σ rb = m T-PD.66 (.6 ).9 (.89 ) T-FAR (hour ) T-LE (m) T-FR.5.5 L (min) 99 6 ER.. for multistatic synchronous/asynchronous sensor networks. Except for the ARL-UT data set, all other data sets are processed and complete tracking results are obtained. Results on the NURC data set need no further improvement. A few problems were observed with TNO and TNOblind data sets on the measurement and tracker sides. For TNO data, the tracker must be modified to handle the sharp turns and the problem with stationary targets measurements from two of the transmitter-receiver pairs, which lead to track miss, must be resolved. For TNOblind data, better results are obtained with larger measurement variance for bistatic range than the given ones. References [] Y. Bar-Shalom and X. R. Li, Multitarget- Multisensor Tracking: Principles and Techniques, YBS Publishing, Connecticut, 995. [] Y. Bar-Shalom, X. Li and T. Kirubarajan, Estimation with Applications to Tracking and Navigation, Wiley, New York,.

8 Y (m) 5 x 8 Confirmed track Truth 6 8 x Figure 9. Tracks of TNOblind data with db threshold and bistatic range variance m. [] D. P. Bertsekas, The Auction Algorithm: A Distributed Relaxation Method for the Assignment Problem, Annals of Operations Research, Vol., pp. 5, June 988. [] S. Coraluppi, D. Grimmett and P. de Theije, Benchmark Evaluation of Multistatic Trackers, Proceedings of the 9th International Conference on Information Fusion, Florence, Italy, July 6. 5 [] K. R. Pattipati, T. Kirubarajan and R. L. Popp, Survey of Assignment Techniques for Multitarget Tracking, Proceedingsof theworkshop on Estimation, Tracking, and Fusion: A Tribute to Yaakov Bar-Shalom, Monterey, CA, May. [] P. W. Richards, Constrained Kalman Filtering Using Pseudo-Measurements, Proceedings of the IEE Colloquium on Algorithms for Target Tracking London, UK, May 995. [] T. Sathyan, A. Sinha and T. Kirubarajan, Computationally Efficient Assignment-Based Algorithms for Data Association for Tracking with Angle-Only Sensors, Proceedings ofthespie Conference on Signal and Data Processing of Small Targets, San Diego, CA, August 7. [] A. Sinha, Z. J. Ding, T. Kirubarajan and M. Farooq, Track Quality Based Multitarget Tracking Algorithm, Proceedings of the SPIE Conference on Signal and Data Processing of Small Targets, Orlando, FL, April 6. [] S-W. Yeom, T. Kirubarajan and Y. Bar-Shalom, Track Segment Association, Fine-Step IMM and Initialization with Doppler for Improved Track Performance, IEEE Transactions on Aerospace and Electronic Systems, Vol., No., pp. 9 9, January. [5] P. de Theije and H. Groen, Multistatic Sonar Simulations with SIMONA, Proceedings of the 9th International Conference on Information Fusion, Florence, Italy, July 6. [6] D. Grimmett and S. Coraluppi, Contact-Level Multistatic Sonar Data Simulator for Tracker Performance Assessment, Proceedings of the 9th International Conference on Information Fusion, Florence, Italy, July 6. [7] D. Grimmett, S. Coraluppi, B. R. La Cour, C. G. Hempel, T. Lang and P. A. M. de Theije, MSTWG Multistatic Tracker Evaluation Using Simulated Scenario Data Sets, Proceedings of the th International Conference on Information Fusion, Cologne, Germany, July 8. [8] S. J. Julier and J. K. Uhlmann, A New Extension of the Kalman Filter to Nonlinear Systems, Proceedings of the SPIE Conference on Signal Processing, Sensor Fusion and Target Recognition VI, Orlando, FL, April 997. [9] B. La Cour, C. Collins and J. Landry, Multieverything Sonar Simulator (MESS), Proceedings of the 9th International Conference on Information Fusion, Florence, Italy, July 6. 8

The Gaussian Mixture Cardinalized PHD Tracker on MSTWG and SEABAR 07 Datasets

The Gaussian Mixture Cardinalized PHD Tracker on MSTWG and SEABAR 07 Datasets 1791 The Gaussian Mixture Cardinalized PHD Tracker on MSTWG and SEABAR 7 Datasets O. Erdinc, P. Willett ECE Department University of Connecticut ozgur, willett @engr.uconn.edu S. Coraluppi NATO Undersea

More information

Performance Analysis of Adaptive Probabilistic Multi-Hypothesis Tracking With the Metron Data Sets

Performance Analysis of Adaptive Probabilistic Multi-Hypothesis Tracking With the Metron Data Sets 14th International Conference on Information Fusion Chicago, Illinois, USA, July 5-8, 2011 Performance Analysis of Adaptive Probabilistic Multi-Hypothesis Tracking With the Metron Data Sets Dr. Christian

More information

Integrated Detection and Tracking in Multistatic Sonar

Integrated Detection and Tracking in Multistatic Sonar Stefano Coraluppi Reconnaissance, Surveillance, and Networks Department NATO Undersea Research Centre Viale San Bartolomeo 400 19138 La Spezia ITALY coraluppi@nurc.nato.int ABSTRACT An ongoing research

More information

Multipath-Assisted Multitarget Tracking Using Multiframe Assignment

Multipath-Assisted Multitarget Tracking Using Multiframe Assignment Multipath-Assisted Multitarget Tracking Using Multiframe Assignment M. Subramaniam a, R. Tharmarasa a,m.pelletier b and T. Kirubarajan a a ETF Lab, ECE Dept., McMaster University, Hamilton, Ontario, L8S

More information

Data Fusion with ML-PMHT for Very Low SNR Track Detection in an OTHR

Data Fusion with ML-PMHT for Very Low SNR Track Detection in an OTHR 18th International Conference on Information Fusion Washington, DC - July 6-9, 215 Data Fusion with ML-PMHT for Very Low SNR Track Detection in an OTHR Kevin Romeo, Yaakov Bar-Shalom, and Peter Willett

More information

Target Tracking in Multipath Environments An Algorithm Inspired by Data Association

Target Tracking in Multipath Environments An Algorithm Inspired by Data Association 2th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 29 Target Tracking in Multipath Environments An Algorithm Inspired by Data Association T. Sathyan ICT Center CSIRO Marsfield,

More information

Multistatic Multihypothesis Tracking: Environmentally Adaptive and High-precision State Estimates

Multistatic Multihypothesis Tracking: Environmentally Adaptive and High-precision State Estimates Multistatic Multihypothesis Tracking: Environmentally Adaptive and High-precision State Estimates Martina Daun Dept. Sensor Data and Information Fusion FGAN-FKIE Wachtberg, Germany Email: daun@fgan.de

More information

Person tracking for WiFi based multistatic passive radar

Person tracking for WiFi based multistatic passive radar Person tracking for WiFi based multistatic passive radar Martina Broetje Department Sensor Data and Information Fusion Fraunhofer FKIE Wachtberg, Germany martina.broetje@fkie.fraunhofer.de Abstract In

More information

Passive Emitter Geolocation using Agent-based Data Fusion of AOA, TDOA and FDOA Measurements

Passive Emitter Geolocation using Agent-based Data Fusion of AOA, TDOA and FDOA Measurements Passive Emitter Geolocation using Agent-based Data Fusion of AOA, TDOA and FDOA Measurements Alex Mikhalev and Richard Ormondroyd Department of Aerospace Power and Sensors Cranfield University The Defence

More information

Dynamically Configured Waveform-Agile Sensor Systems

Dynamically Configured Waveform-Agile Sensor Systems Dynamically Configured Waveform-Agile Sensor Systems Antonia Papandreou-Suppappola in collaboration with D. Morrell, D. Cochran, S. Sira, A. Chhetri Arizona State University June 27, 2006 Supported by

More information

Radar / ADS-B data fusion architecture for experimentation purpose

Radar / ADS-B data fusion architecture for experimentation purpose Radar / ADS-B data fusion architecture for experimentation purpose O. Baud THALES 19, rue de la Fontaine 93 BAGNEUX FRANCE olivier.baud@thalesatm.com N. Honore THALES 19, rue de la Fontaine 93 BAGNEUX

More information

Comparing the State Estimates of a Kalman Filter to a Perfect IMM Against a Maneuvering Target

Comparing the State Estimates of a Kalman Filter to a Perfect IMM Against a Maneuvering Target 14th International Conference on Information Fusion Chicago, Illinois, USA, July -8, 11 Comparing the State Estimates of a Kalman Filter to a Perfect IMM Against a Maneuvering Target Mark Silbert and Core

More information

Phd topic: Multistatic Passive Radar: Geometry Optimization

Phd topic: Multistatic Passive Radar: Geometry Optimization Phd topic: Multistatic Passive Radar: Geometry Optimization Valeria Anastasio (nd year PhD student) Tutor: Prof. Pierfrancesco Lombardo Multistatic passive radar performance in terms of positioning accuracy

More information

16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004

16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004 16 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 34, NO. 1, FEBRUARY 2004 Tracking a Maneuvering Target Using Neural Fuzzy Network Fun-Bin Duh and Chin-Teng Lin, Senior Member,

More information

Performance of Multistatic Space-Time Adaptive Processing

Performance of Multistatic Space-Time Adaptive Processing Performance of Multistatic Space-Time Adaptive Processing Donald Bruyère Department of Electrical and Computer Engineering, The University of Arizona 3 E. Speedway Blvd., Tucson, AZ 857 Phone: 5-349-399,

More information

Kalman Tracking and Bayesian Detection for Radar RFI Blanking

Kalman Tracking and Bayesian Detection for Radar RFI Blanking Kalman Tracking and Bayesian Detection for Radar RFI Blanking Weizhen Dong, Brian D. Jeffs Department of Electrical and Computer Engineering Brigham Young University J. Richard Fisher National Radio Astronomy

More information

Comparison of Two Detection Combination Algorithms for Phased Array Radars

Comparison of Two Detection Combination Algorithms for Phased Array Radars Comparison of Two Detection Combination Algorithms for Phased Array Radars Zhen Ding and Peter Moo Wide Area Surveillance Radar Group Radar Sensing and Exploitation Section Defence R&D Canada Ottawa, Canada

More information

Effective Data Association Algorithms for. Multitarget Tracking

Effective Data Association Algorithms for. Multitarget Tracking Effective Data Association Algorithms for Multitarget Tracking EFFECTIVE DATA ASSOCIATION ALGORITHMS FOR MULTITARGET TRACKING BY BIRUK K. HABTEMARIAM, B.Sc., M.A.Sc. a thesis submitted to the department

More information

Submarine Location Estimation via a Network of Detection-Only Sensors

Submarine Location Estimation via a Network of Detection-Only Sensors Submarine Location Estimation via a Network of Detection-Only Sensors Shengli Zhou and Peter Willett Dept. of Electrical and Computer Engineering, University of Connecticut, 371 Fairfield Road, CT, 6269

More information

Precision Target Tracking and Adaptive Sensor Resource Management for Maritime Surveillance

Precision Target Tracking and Adaptive Sensor Resource Management for Maritime Surveillance Sensor Resource Management for Maritime Surveillance Dr. Thia Kirubarajan Electrical and Computer Engineering Department, McMaster University 1280 West Main Street, Hamilton, Ontario, Canada L8S 4K1, kiruba@mcmaster.ca

More information

Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements

Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements Position Tracking in Urban Environments using Linear Constraints and Bias Pseudo Measurements Julia Niewiejska, Felix Govaers, Nils Aschenbruck University of Bonn -Institute of Computer Science 4 Roemerstr.

More information

Resource Allocation in Distributed MIMO Radar for Target Tracking

Resource Allocation in Distributed MIMO Radar for Target Tracking Resource Allocation in Distributed MIMO Radar for Target Tracking Xiyu Song 1,a, Nae Zheng 2,b and Liuyang Gao 3,c 1 Zhengzhou Information Science and Technology Institute, Zhengzhou, China 2 Zhengzhou

More information

Tracking Unknown Number of Stealth Targets in a Multi-Static Radar with Unknown Receiver Detection Profile Using RCS Model

Tracking Unknown Number of Stealth Targets in a Multi-Static Radar with Unknown Receiver Detection Profile Using RCS Model Progress In Electromagnetics Research M, Vol. 7, 45 55, 8 Tracking Unknown Number of Stealth Targets in a Multi-Static Radar with Unknown Receiver Detection Profile Using RCS Model Amin Razmi, Mohammad

More information

Integration of GNSS and INS

Integration of GNSS and INS Integration of GNSS and INS Kiril Alexiev 1/39 To limit the drift, an INS is usually aided by other sensors that provide direct measurements of the integrated quantities. Examples of aiding sensors: Aided

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

DESIGN AND DEVELOPMENT OF A SIGNAL AND DATA PROCESSOR TEST BED FOR A PASSIVE RADAR IN THE FM BAND

DESIGN AND DEVELOPMENT OF A SIGNAL AND DATA PROCESSOR TEST BED FOR A PASSIVE RADAR IN THE FM BAND DESIGN AND DEVELOPMENT OF A SIGNAL AND DATA PROCESSOR TEST BED FOR A PASSIVE RADAR IN THE FM BAND A. Benavoli, L. Chisci*, A. Di Lallo, A. Farina, R. Fulcoli, R. Mancinelli, L. Timmoneri * DSI, Università

More information

Performance analysis of passive emitter tracking using TDOA, AOAand FDOA measurements

Performance analysis of passive emitter tracking using TDOA, AOAand FDOA measurements Performance analysis of passive emitter tracing using, AOAand FDOA measurements Regina Kaune Fraunhofer FKIE, Dept. Sensor Data and Information Fusion Neuenahrer Str. 2, 3343 Wachtberg, Germany regina.aune@fie.fraunhofer.de

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

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

Autonomous Tracking of Space Objects with the FGAN Tracking and Imaging Radar

Autonomous Tracking of Space Objects with the FGAN Tracking and Imaging Radar Autonomous Tracking of Space Objects with the FGAN Tracking and Imaging Radar Guillermo Ruiz 1,Thomas Patzelt 1,Ludger Leushacke 1,Otmar Loffeld 2 1 FGAN -Research Institute for High-Frequency Physics

More information

ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM

ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM ECE 174 Computer Assignment #2 Due Thursday 12/6/2012 GLOBAL POSITIONING SYSTEM (GPS) ALGORITHM Overview By utilizing measurements of the so-called pseudorange between an object and each of several earth

More information

Perimeter Security Intruder Tracking and Classification Using an Array of Low Cost Ultra- Wideband (UWB) Radars

Perimeter Security Intruder Tracking and Classification Using an Array of Low Cost Ultra- Wideband (UWB) Radars Perimeter Security Intruder Tracking and Classification Using an Array of Low Cost Ultra- Wideband (UWB) Radars Henry Mahler, Brian Flynn Time Domain Corp Huntsville, AL Henry.mahler@timedomain.com Abstract

More information

Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung

Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung Performance Analysis of Reference Channel Equalization Using the Constant Modulus Algorithm in an FM-based PCL system So-Young Son Geun-Ho Park Hyoung-Nam Kim Dept. of Electronics Engineering Pusan National

More information

Multitarget Tracking Using Virtual Measurement of Binary Sensor Networks

Multitarget Tracking Using Virtual Measurement of Binary Sensor Networks Multitarget Tracking Using Virtual Measurement of Binary Sensor Networks Xuezhi Wang Melbourne Systems Laboratory Department of Electrical & Electronics University of Melbourne Australia xu.wang@ee.unimelb.edu.au

More information

Coordinated radar resource management for networked phased array radars

Coordinated radar resource management for networked phased array radars DRDC-RDDC-2014-P96 Coordinated radar resource management for networked phased array radars Peter W. Moo and Zhen Ding Radar Sensing & Exploitation Section Defence Research and Development Canada Ottawa,

More information

SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR

SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR SIGNAL MODEL AND PARAMETER ESTIMATION FOR COLOCATED MIMO RADAR Moein Ahmadi*, Kamal Mohamed-pour K.N. Toosi University of Technology, Iran.*moein@ee.kntu.ac.ir, kmpour@kntu.ac.ir Keywords: Multiple-input

More information

Cubature Kalman Filtering: Theory & Applications

Cubature Kalman Filtering: Theory & Applications Cubature Kalman Filtering: Theory & Applications I. (Haran) Arasaratnam Advisor: Professor Simon Haykin Cognitive Systems Laboratory McMaster University April 6, 2009 Haran (McMaster) Cubature Filtering

More information

Emitter Location in the Presence of Information Injection

Emitter Location in the Presence of Information Injection in the Presence of Information Injection Lauren M. Huie Mark L. Fowler lauren.huie@rl.af.mil mfowler@binghamton.edu Air Force Research Laboratory, Rome, N.Y. State University of New York at Binghamton,

More information

Micro-Doppler Based Detection and Tracking of UAVs with Multistatic Radar

Micro-Doppler Based Detection and Tracking of UAVs with Multistatic Radar Micro-Doppler Based Detection and Tracking of UAVs with Multistatic Radar Folker Hoffmann, Matthew Ritchie 2, Francesco Fioranelli 2, Alexander Charlish, Hugh Griffiths 2 Fraunhofer FKIE 2 Department of

More information

Multistatic Tracking for Continous Active Sonar using Doppler-Bearing Measurements

Multistatic Tracking for Continous Active Sonar using Doppler-Bearing Measurements Multistatic Tracking for Continous Active onar using Doppler-Bearing Measurements Doug Grimmett, Cherry Wakayama Maritime ystems Division Code 649 PAWA ystems Center Pacific an Diego, CA, U..A. grimmett@spawar.navy.mil,

More information

Using Emulated Bistatic Radar in Highly Coherent Applications: Overview of Results

Using Emulated Bistatic Radar in Highly Coherent Applications: Overview of Results Using Emulated Bistatic Radar in Highly Coherent Applications: Overview of Results James Palmer 1,2, Marco Martorella 3, Brad Littleton 4, and John Homer 1 1 The School of ITEE, The University of Queensland,

More information

Measurement Association for Emitter Geolocation with Two UAVs

Measurement Association for Emitter Geolocation with Two UAVs Measurement Association for Emitter Geolocation with Two UAVs Nicens Oello and Daro Mušici Melbourne Systems Laboratory Department of Electrical and Electronic Engineering University of Melbourne, Parville,

More information

Sensor Data Fusion Using Kalman Filter

Sensor Data Fusion Using Kalman Filter Sensor Data Fusion Using Kalman Filter J.Z. Sasiade and P. Hartana Department of Mechanical & Aerospace Engineering arleton University 115 olonel By Drive Ottawa, Ontario, K1S 5B6, anada e-mail: jsas@ccs.carleton.ca

More information

MATHEMATICAL MODELS Vol. I - Measurements in Mathematical Modeling and Data Processing - William Moran and Barbara La Scala

MATHEMATICAL MODELS Vol. I - Measurements in Mathematical Modeling and Data Processing - William Moran and Barbara La Scala MEASUREMENTS IN MATEMATICAL MODELING AND DATA PROCESSING William Moran and University of Melbourne, Australia Keywords detection theory, estimation theory, signal processing, hypothesis testing Contents.

More information

Geolocation using TDOA and FDOA Measurements in sensor networks Using Non-Linear Elements

Geolocation using TDOA and FDOA Measurements in sensor networks Using Non-Linear Elements Geolocation using TDOA and FDOA Measurements in sensor networks Using Non-Linear Elements S.K.Hima Bindhu M.Tech Ii Year, Dr.Sgit, Markapur P.Prasanna Murali Krishna Hod of Decs, Dr.Sgit, Markapur Abstract:

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

Intelligence Based Tracking for Two Radar Applications

Intelligence Based Tracking for Two Radar Applications Zhen Ding 1, Derek Yee 2, Tony Ponsford 2 and Peter Moo 1 1 Radar Sensing & Exploitation Section Defence R&D Canada Ottawa, Ontario, Canada, K1A 0Z4 2 Raytheon Canada Ltd. Waterloo, Ontario, Canada, N2J

More information

Networked Radar Capability for Adapt MFR Adapt MFR V Experiment results and software debug updates

Networked Radar Capability for Adapt MFR Adapt MFR V Experiment results and software debug updates Networked Radar Capability for Adapt MFR Adapt MFR V 3.2.8 Experiment results and software debug updates c Her Majesty the Queen in Right of Canada as represented by the Minister of National Defence, 2014

More information

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

Target Classification in Forward Scattering Radar in Noisy Environment

Target Classification in Forward Scattering Radar in Noisy Environment Target Classification in Forward Scattering Radar in Noisy Environment Mohamed Khala Alla H.M, Mohamed Kanona and Ashraf Gasim Elsid School of telecommunication and space technology, Future university

More information

A Weighted Least Squares Algorithm for Passive Localization in Multipath Scenarios

A Weighted Least Squares Algorithm for Passive Localization in Multipath Scenarios A Weighted Least Squares Algorithm for Passive Localization in Multipath Scenarios Noha El Gemayel, Holger Jäkel, Friedrich K. Jondral Karlsruhe Institute of Technology, Germany, {noha.gemayel,holger.jaekel,friedrich.jondral}@kit.edu

More information

IMPROVING THE MARITIME TRAFFIC SITUATION ASSESSMENT FOR A SINGLE TARGET IN A MULTISENSOR ENVIRONMENT. Gregor Siegert, Paweł Banyś and Frank Heymann

IMPROVING THE MARITIME TRAFFIC SITUATION ASSESSMENT FOR A SINGLE TARGET IN A MULTISENSOR ENVIRONMENT. Gregor Siegert, Paweł Banyś and Frank Heymann IMPROVING THE MARITIME TRAFFIC SITUATION ASSESSMENT FOR A SINGLE TARGET IN A MULTISENSOR ENVIRONMENT Gregor Siegert, Paweł Banyś and Frank Heymann Department of Nautical Systems German Aerospace Center

More information

Vector tracking loops are a type

Vector tracking loops are a type GNSS Solutions: What are vector tracking loops, and what are their benefits and drawbacks? GNSS Solutions is a regular column featuring questions and answers about technical aspects of GNSS. Readers are

More information

Effectiveness of Linear FM Interference Signal on Tracking Performance of PLL in Monopulse Radar Receivers

Effectiveness of Linear FM Interference Signal on Tracking Performance of PLL in Monopulse Radar Receivers 202 Effectiveness of Linear FM Interference Signal on Tracking Performance of PLL in Monopulse Radar Receivers Harikrishna Paik*, Dr.N.N.Sastry, Dr.I.SantiPrabha Assoc.Professor, Dept. of E&I Engg, VRSEC,

More information

A Novel Technique or Blind Bandwidth Estimation of the Radio Communication Signal

A Novel Technique or Blind Bandwidth Estimation of the Radio Communication Signal International Journal of ISSN 0974-2107 Systems and Technologies IJST Vol.3, No.1, pp 11-16 KLEF 2010 A Novel Technique or Blind Bandwidth Estimation of the Radio Communication Signal Gaurav Lohiya 1,

More information

Detection of Obscured Targets: Signal Processing

Detection of Obscured Targets: Signal Processing Detection of Obscured Targets: Signal Processing James McClellan and Waymond R. Scott, Jr. School of Electrical and Computer Engineering Georgia Institute of Technology Atlanta, GA 30332-0250 jim.mcclellan@ece.gatech.edu

More information

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126

12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, ISIF 126 12th International Conference on Information Fusion Seattle, WA, USA, July 6-9, 2009 978-0-9824438-0-4 2009 ISIF 126 with x s denoting the known satellite position. ρ e shall be used to model the errors

More information

in a Rao-Blackwellised Unscented Kalman Filter

in a Rao-Blackwellised Unscented Kalman Filter A Rao-Blackwellised Unscented Kalman Filter Mark Briers Simon R. Maskell Robert Wright QinetiQ Ltd. QinetiQ Ltd. QinetiQ Ltd. Malvern Technology Centre Malvern Technology Centre Malvern Technology Centre

More information

Multistatic Sensor Placement: A Tracking Approach

Multistatic Sensor Placement: A Tracking Approach 1. INTRODUCTION Multistatic Sensor Placement: A Tracking Approach O. ERDINC P. WILLETT University of Connecticut S. CORALUPPI NATO Undersea Research Centre Active sonar tracking using measurements from

More information

On the Estimation of Interleaved Pulse Train Phases

On the Estimation of Interleaved Pulse Train Phases 3420 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 48, NO. 12, DECEMBER 2000 On the Estimation of Interleaved Pulse Train Phases Tanya L. Conroy and John B. Moore, Fellow, IEEE Abstract Some signals are

More information

A Novel Loss Recovery and Tracking Scheme for Maneuvering Target in Hybrid WSNs

A Novel Loss Recovery and Tracking Scheme for Maneuvering Target in Hybrid WSNs sensors Article A Novel Loss Recovery and Tracking Scheme for Maneuvering Target in Hybrid WSNs Hanwang Qian 1,2, Pengcheng Fu 1,2, Baoqing Li 1, Jianpo Liu 1 and Xiaobing Yuan 1, * 1 Science and Technology

More information

A Steady State Decoupled Kalman Filter Technique for Multiuser Detection

A Steady State Decoupled Kalman Filter Technique for Multiuser Detection A Steady State Decoupled Kalman Filter Technique for Multiuser Detection Brian P. Flanagan and James Dunyak The MITRE Corporation 755 Colshire Dr. McLean, VA 2202, USA Telephone: (703)983-6447 Fax: (703)983-6708

More information

Combined Use of Various Passive Radar Range-Doppler Techniques and Angle of Arrival using MUSIC for the Detection of Ground Moving Objects

Combined Use of Various Passive Radar Range-Doppler Techniques and Angle of Arrival using MUSIC for the Detection of Ground Moving Objects Combined Use of Various Passive Radar Range-Doppler Techniques and Angle of Arrival using MUSIC for the Detection of Ground Moving Objects Thomas Chan, Sermsak Jarwatanadilok, Yasuo Kuga, & Sumit Roy Department

More information

KALMAN FILTER APPLICATIONS

KALMAN FILTER APPLICATIONS ECE555: Applied Kalman Filtering 1 1 KALMAN FILTER APPLICATIONS 1.1: Examples of Kalman filters To wrap up the course, we look at several of the applications introduced in notes chapter 1, but in more

More information

Channel Probability Ensemble Update for Multiplatform Radar Systems

Channel Probability Ensemble Update for Multiplatform Radar Systems Channel Probability Ensemble Update for Multiplatform Radar Systems Ric A. Romero, Christopher M. Kenyon, and Nathan A. Goodman Electrical and Computer Engineering University of Arizona Tucson, AZ, USA

More information

Level I Signal Modeling and Adaptive Spectral Analysis

Level I Signal Modeling and Adaptive Spectral Analysis Level I Signal Modeling and Adaptive Spectral Analysis 1 Learning Objectives Students will learn about autoregressive signal modeling as a means to represent a stochastic signal. This differs from using

More information

Sensor Data Fusion Using a Probability Density Grid

Sensor Data Fusion Using a Probability Density Grid Sensor Data Fusion Using a Probability Density Grid Derek Elsaesser Communication and avigation Electronic Warfare Section DRDC Ottawa Defence R&D Canada Derek.Elsaesser@drdc-rddc.gc.ca Abstract - A novel

More information

REAL TIME INDOOR TRACKING OF TAGGED OBJECTS WITH A NETWORK OF RFID READERS

REAL TIME INDOOR TRACKING OF TAGGED OBJECTS WITH A NETWORK OF RFID READERS th European Signal Processing Conference (EUSIPCO ) Bucharest, Romania, August 7 -, REAL TIME INDOOR TRACKING OF TAGGED OBJECTS WITH A NETWORK OF RFID READERS Li Geng, Mónica F. Bugallo, Akshay Athalye,

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

SUBMARINE detection and localization is one major application

SUBMARINE detection and localization is one major application 3104 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 6, JUNE 2007 Submarine Location Estimation Via a Network of Detection-Only Sensors Shengli Zhou, Member, IEEE, and Peter Willett, Fellow, IEEE

More information

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Clark Letter*, Lily Elefteriadou, Mahmoud Pourmehrab, Aschkan Omidvar Civil

More information

A Design of the Matched Filter for the Passive Radar Sensor

A Design of the Matched Filter for the Passive Radar Sensor Proceedings of the 7th WSEAS International Conference on Signal, Speech and Image Processing, Beijing, China, September 15-17, 7 11 A Design of the atched Filter for the Passive Radar Sensor FUIO NISHIYAA

More information

Effect of Time Bandwidth Product on Cooperative Communication

Effect of Time Bandwidth Product on Cooperative Communication Surendra Kumar Singh & Rekha Gupta Department of Electronics and communication Engineering, MITS Gwalior E-mail : surendra886@gmail.com, rekha652003@yahoo.com Abstract Cognitive radios are proposed to

More information

Challenges in Advanced Moving-Target Processing in Wide-Band Radar

Challenges in Advanced Moving-Target Processing in Wide-Band Radar Challenges in Advanced Moving-Target Processing in Wide-Band Radar July 9, 2012 Douglas Page, Gregory Owirka, Howard Nichols 1 1 BAE Systems 6 New England Executive Park Burlington, MA 01803 Steven Scarborough,

More information

Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound

Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound Adaptive Correction Method for an OCXO and Investigation of Analytical Cumulative Time Error Upperbound Hui Zhou, Thomas Kunz, Howard Schwartz Abstract Traditional oscillators used in timing modules of

More information

Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information

Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information Journal of Global Positioning Systems (2005) Vol. 4, No. 1-2: 201-206 Performance Analysis of GPS Integer Ambiguity Resolution Using External Aiding Information Sebum Chun, Chulbum Kwon, Eunsung Lee, Young

More information

Voice Activity Detection

Voice Activity Detection Voice Activity Detection Speech Processing Tom Bäckström Aalto University October 2015 Introduction Voice activity detection (VAD) (or speech activity detection, or speech detection) refers to a class

More information

Asymptotically Optimal Detection/ Localization of LPI Signals of Emitters using Distributed Sensors

Asymptotically Optimal Detection/ Localization of LPI Signals of Emitters using Distributed Sensors Asymptotically Optimal Detection/ Localization of LPI Signals of Emitters using Distributed Sensors aresh Vankayalapati and Steven Kay Dept. of Electrical, Computer and Biomedical Engineering University

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

Waveform Libraries for Radar Tracking Applications: Maneuvering Targets

Waveform Libraries for Radar Tracking Applications: Maneuvering Targets Waveform Libraries for Radar Tracking Applications: Maneuvering Targets S. Suvorova and S. D. Howard Defence Science and Technology Organisation, PO BOX 1500, Edinburgh 5111, Australia W. Moran and R.

More information

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Akshay Shetty and Grace Xingxin Gao University of Illinois at Urbana-Champaign BIOGRAPHY Akshay Shetty is a graduate student in

More information

Speed Estimation in Forward Scattering Radar by Using Standard Deviation Method

Speed Estimation in Forward Scattering Radar by Using Standard Deviation Method Vol. 3, No. 3 Modern Applied Science Speed Estimation in Forward Scattering Radar by Using Standard Deviation Method Mutaz Salah, MFA Rasid & RSA Raja Abdullah Department of Computer and Communication

More information

UAV Detection and Localization Using Passive DVB-T Radar MFN and SFN

UAV Detection and Localization Using Passive DVB-T Radar MFN and SFN UAV Detection and Localization Using Passive DVB-T Radar MFN and SFN Dominique Poullin ONERA Palaiseau Chemin de la Hunière BP 80100 FR-91123 PALAISEAU CEDEX FRANCE Dominique.poullin@onera.fr ABSTRACT

More information

Decentralized Geolocation and Optimal Path Planning Using Limited UAVs

Decentralized Geolocation and Optimal Path Planning Using Limited UAVs Decentralized Geolocation and Optimal Path Planning Using Limited UAVs Sean R. Semper John L. Crassidis Graduate Student Professor srsemper@buffalo.edu johnc@buffalo.edu Department of Mechanical & Aerospace

More information

MOVING TARGET DETECTION IN AIRBORNE MIMO RADAR FOR FLUCTUATING TARGET RCS MODEL. Shabnam Ghotbi,Moein Ahmadi, Mohammad Ali Sebt

MOVING TARGET DETECTION IN AIRBORNE MIMO RADAR FOR FLUCTUATING TARGET RCS MODEL. Shabnam Ghotbi,Moein Ahmadi, Mohammad Ali Sebt MOVING TARGET DETECTION IN AIRBORNE MIMO RADAR FOR FLUCTUATING TARGET RCS MODEL Shabnam Ghotbi,Moein Ahmadi, Mohammad Ali Sebt K.N. Toosi University of Technology Tehran, Iran, Emails: shghotbi@mail.kntu.ac.ir,

More information

Geometric Dilution of Precision of HF Radar Data in 2+ Station Networks. Heather Rae Riddles May 2, 2003

Geometric Dilution of Precision of HF Radar Data in 2+ Station Networks. Heather Rae Riddles May 2, 2003 Geometric Dilution of Precision of HF Radar Data in + Station Networks Heather Rae Riddles May, 003 Introduction The goal of this Directed Independent Study (DIS) is to provide a basic understanding of

More information

Background Adaptive Band Selection in a Fixed Filter System

Background Adaptive Band Selection in a Fixed Filter System Background Adaptive Band Selection in a Fixed Filter System Frank J. Crosby, Harold Suiter Naval Surface Warfare Center, Coastal Systems Station, Panama City, FL 32407 ABSTRACT An automated band selection

More information

Tracking of Moving Targets with MIMO Radar

Tracking of Moving Targets with MIMO Radar Tracking of Moving Targets with MIMO Radar Peter W. Moo, Zhen Ding Radar Sensing & Exploitation Section DRDC Ottawa Research Centre Presentation to 2017 NATO Military Sensing Symposium 31 May 2017 waveform

More information

Performance Evaluation of Two Multistatic Radar Detectors on Real and Simulated Sea-Clutter Data

Performance Evaluation of Two Multistatic Radar Detectors on Real and Simulated Sea-Clutter Data Performance Evaluation of Two Multistatic Radar Detectors on Real and Simulated Sea-Clutter Data Riccardo Palamà 1, Luke Rosenberg 2 and Hugh Griffiths 1 1 University College London, UK 2 Defence Science

More information

Bias Correction in Localization Problem. Yiming (Alex) Ji Research School of Information Sciences and Engineering The Australian National University

Bias Correction in Localization Problem. Yiming (Alex) Ji Research School of Information Sciences and Engineering The Australian National University Bias Correction in Localization Problem Yiming (Alex) Ji Research School of Information Sciences and Engineering The Australian National University 1 Collaborators Dr. Changbin (Brad) Yu Professor Brian

More information

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing

Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Performance Analysis of Cognitive Radio based on Cooperative Spectrum Sensing Sai kiran pudi 1, T. Syama Sundara 2, Dr. Nimmagadda Padmaja 3 Department of Electronics and Communication Engineering, Sree

More information

Optimum and Decentralized Detection for Multistatic Airborne Radar

Optimum and Decentralized Detection for Multistatic Airborne Radar Optimum and Decentralized Detection for Multistatic Airborne Radar The likelihood ratio test (LRT) for multistatic detection is derived for the case where each sensor platform is a coherent space-time

More information

A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management)

A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management) A Comparative Study on different AI Techniques towards Performance Evaluation in RRM(Radar Resource Management) Madhusudhan H.S, Assistant Professor, Department of Information Science & Engineering, VVIET,

More information

Exploitation of frequency information in Continuous Active Sonar

Exploitation of frequency information in Continuous Active Sonar PROCEEDINGS of the 22 nd International Congress on Acoustics Underwater Acoustics : ICA2016-446 Exploitation of frequency information in Continuous Active Sonar Lisa Zurk (a), Daniel Rouseff (b), Scott

More information

Computationally Efficient Unscented Kalman Filtering Techniques for Launch Vehicle Navigation using a Space-borne GPS Receiver

Computationally Efficient Unscented Kalman Filtering Techniques for Launch Vehicle Navigation using a Space-borne GPS Receiver Computationally Efficient Unscented Kalman Filtering Techniques for Launch Vehicle Navigation using a Space-borne GPS Receiver Sanat K. Biswas, ACSER, UNSW Australia Li Qiao, UNSW Australia Andrew G. Dempster,

More information

Application of the JPDA-UKF to HFSW Radars for Maritime Situational Awareness

Application of the JPDA-UKF to HFSW Radars for Maritime Situational Awareness Application of the JPDA-UKF to HFSW Radars for Maritime Situational Awareness Paolo Braca, Raffaele Grasso, Michele Vespe, Salvatore Maresca and Jochen Horstmann NATO Undersea Research Centre La Spezia,

More information

Mobile Target Tracking Using Radio Sensor Network

Mobile Target Tracking Using Radio Sensor Network Mobile Target Tracking Using Radio Sensor Network Nic Auth Grant Hovey Advisor: Dr. Suruz Miah Department of Electrical and Computer Engineering Bradley University 1501 W. Bradley Avenue Peoria, IL, 61625,

More information

Adaptive Kalman Filter based Channel Equalizer

Adaptive Kalman Filter based Channel Equalizer Adaptive Kalman Filter based Bharti Kaushal, Agya Mishra Department of Electronics & Communication Jabalpur Engineering College, Jabalpur (M.P.), India Abstract- Equalization is a necessity of the communication

More information

MATCHED FIELD PROCESSING: ENVIRONMENTAL FOCUSING AND SOURCE TRACKING WITH APPLICATION TO THE NORTH ELBA DATA SET

MATCHED FIELD PROCESSING: ENVIRONMENTAL FOCUSING AND SOURCE TRACKING WITH APPLICATION TO THE NORTH ELBA DATA SET MATCHED FIELD PROCESSING: ENVIRONMENTAL FOCUSING AND SOURCE TRACKING WITH APPLICATION TO THE NORTH ELBA DATA SET Cristiano Soares 1, Andreas Waldhorst 2 and S. M. Jesus 1 1 UCEH - Universidade do Algarve,

More information

Bayesian Estimation of Tumours in Breasts Using Microwave Imaging

Bayesian Estimation of Tumours in Breasts Using Microwave Imaging Bayesian Estimation of Tumours in Breasts Using Microwave Imaging Aleksandar Jeremic 1, Elham Khosrowshahli 2 1 Department of Electrical & Computer Engineering McMaster University, Hamilton, ON, Canada

More information