ASTRA: ACTIVE SHOOTER TACTICAL RESPONSE ASSISTANT ECE-492/3 Senior Design Project Spring 2017

Size: px
Start display at page:

Download "ASTRA: ACTIVE SHOOTER TACTICAL RESPONSE ASSISTANT ECE-492/3 Senior Design Project Spring 2017"

Transcription

1 ASTRA: ACTIVE SHOOTER TACTICAL RESPONSE ASSISTANT ECE-492/3 Senior Design Project Spring 2017 Electrical and Computer Engineering Department Volgenau School of Engineering George Mason University Fairfax, VA Team members: Faculty Supervisor: Ben McCall, Puja Patel, Rohini Shah, Aryan Toughiry, and Joel Williams Dr. Kathleen Wage and Dr. Kenneth Hintz Abstract: ASTRA is a network of acoustic sensor arrays that provides law enforcement, private security and emergency medical teams with fast and accurate location information in an outdoor active shooter situation within seconds of a shot being fired. ASTRA is an automatic detection system that is not dependent on any human input, which can be prone to error in a chaotic, high-pressure situation. ASTRA is able to detect a list of specific firearms, which was determined after researching which specific firearms were used in active shooter situations. 1. Introduction According to the United States Federal Bureau of Investigation (FBI) there has been an average of 11.4 active shooter incidents per year since 2003 in the United States, and the trend has been increasing. In the last seven years the average number of incidents has risen to an average of 17 incidents a year. We can conclude that active shooter situations are a major concern in our country. According to the FBI there have been a minimum of 1,043 casualties since From there have been 160 active shooter incidents and almost every incident has involved a single shooter. Since 2003, 45 people have died and 54 people have been wounded in active shooter incidents that were located in an outdoor open space, which is specifically the problem statement that ASTRA will solve. Developing ASTRA would be beneficial by first, getting quicker and immediate responses to the civilians who were wounded and second, by locating the shooter more quickly and precisely than previously used methods. Two major competitors to the ASTRA system are Shotspotter and Boomerang. Shotspotter is a nodal network gunshot detection and localization system that relies on cabled sensors that connect to a main operations center somewhere in the geographic locale where it is deployed. This system relies heavily on infrastructure and because of its reliance on time synchronization between the nodes as a function of path delay, it is therefore not mobile. ASTRA has GPS on each node, which is updated at the data receiver, which computes a geographic approximation of the shooter s location based on independent node reports without having to synchronize the timing of each node. The Raytheon Boomerang system is a single node system, which provides military personnel with direction and distance of a shot, however the round must pass within 30 meters of the node. ASTRA uses a multi-node approach to achieve a precise distance to detection and each node can plot the angle of a shot at a distance of over 100 meters. Because ASTRA can be deployed using large amounts of nodes, it has the potential to provide greater coverage and higher accuracy than Boomerang 1

2 2. Approach ASTRA is a system that uses direction-finding nodes. Each node independently directs a vector to the shot. Match filtering is used to construct a set of predetermined filters that detect a gunshot. The acoustic signature of a gunshot is recorded and then convolved with each of the matched filters in the system. The convolution output shows a peak at the location of the gunshot and if the threshold criteria is met, the system will report a positive detection and advance to the next stage, localization. After the initial detections, each node uses cross-correlation to perform direction finding which determines a specific direction from which the gunshot originated. Each nodes angle is different because they are calculated with respect to geographic position relative to the gunshot. Each node wirelessly sends a TCP packet containing 4 essential elements (angle of arrival, time of detection, node number, GPS coordinates) back to the data receiver. The data receiver then takes each nodes information and displays a region in the ASTRA terminal that shows the approximate location of the shooter as shown in Figure 1. Figure 1: Detection, direction, and location finding of a shooter 3. System architecture The design of the ASTRA system consists of a network of directional finding nodes (three nodes in our case) and one data receiver. Figure 2 shows a high level diagram of ASTRA s general design. Node 1 Node 2 Listen Detect gunshot Timestamp detec on Report detec on to server Listen Detect gunshot Timestamp detec on Report detec on to server Node 3 Listen Detect gunshot Timestamp detec on Report detec on to server ASTRA Data Receiver 5/32 Figure 2: Overall system design (three direction finding nodes and one data receiver) Each node (Figure 3) uses 4 omni-directional condenser microphones connected to a 4-channel A/D converter that has 4 microphone preamplifiers and provides 48V phantom power to allow the condenser microphones to operate. After pre-amplification, the analog audio input undergoes A/D conversion, after-which the digital output goes through a detection filter. In the detection filter stage the digital signal runs through a bank of match filters based 2

3 on specific gunshot signatures. If the convolution output meets the pre-determined threshold it sends a positive detection flag to the next stage. If there is a positive detection flag the phased array calculation stage applies the concept of time distance of arrival to calculate the angle of the gunshot relative to the position of the array and the resulting angle is calculated. In the GPS/TCP packetization stage, a GPS antenna on each node is used to collect each node s GPS position, timestamp of the gunshot, angle to the shot, and node number. These 4 pieces of information are collected into a TCP packet and sent to the data receiver over a wireless backhaul. Figure 3: Single node architecture The final stage of the functional node structure is the wireless backhaul (Figure 4). Our system uses ISM 900MHz WiFi to act as the system s own independent network. Each node follows the steps described above and sends a TCP data packet to the data receiver. Our system consists of three nodes, which uses time distance of arrival processing methods to send a data packet via a TCP message to the data receiver. Afterwards the data receiver uses a JAVAprogram to generate a KML file, which contains three directional vectors, their uncertainty margins, and the circular error of probability, which represents the area where a shooter fired a shot. Figure 4: Flowchart of the data receiver's process 3

4 GNURadio (an open source digital signal processing software) connects to audio or RF hardware for real time processing of streaming data. GNURadio allows the user to utilize a wide range of traditional and user-created DSP operations in code blocks. These blocks when connected together create 'flowgraphs' that perform multiple operations. Figure 5 is an image of ASTRA's GNURadio software module. Figure 5: ASTRA's GNURadio processing module diagram 4. Theoretical background Matched filtering is used to match to a signal (given at s(t)), at some time T). The filter which is matched to the input signal will always have the larger output [1]. The impulse response of the matched filter is given by (1). h(t) = s (T t) (1) To create the matched filter, the gunshot is isolated within a specified time window, and it is then time reversed and shifted. FFT is used to improve efficiency of isolating the gunshot N 1 x[n] = 1 X[k] N k=0 e j(2π N )kn (2) X[k] = N 1 n=0 (3) x[n]e j(2π N )kn with a number of operations proportional to Nlog 2N rather than N 2, where N equals the number of samples [2]. For a 10,000-point transform, the FFT gives approximately 752-fold speed improvement. Instead of finding the 4

5 output using a traditional time domain convolution between the raw gunshot and the pre-designated match filter, a more processor efficient frequency domain FFT multiply is used. Two fundamental aspects to be addressed in automatic target detection and recognition applications are its ability to distinguish targets from background noise and its ability to recognize an actual target. CA-CFAR presents adaptive digital signal processing algorithms which adapt the threshold automatically to local information on the background noise. This is incredibly important for a signal processing system, to be able to operate in a nonstationary background noise environment while maintaining a constant false alarm rate, or a constant level of performance. A false alarm is when the system reports a positive recognition when there was either no recognition to be made or the system recognized an incorrect signal. By processing a window of reference cells surrounding a central cell under test, the CFAR algorithms are able to estimate characteristics of surrounding noise [3]. Through averaging the reference cells, the CA-CFAR detector regulates the false alarm probability to a desired level. From this, a decision for target present and target absent can be made through (4) using an adaptive method that takes environmental noise components into account in its identification of the sensor signal. Figure 6 shows the implementation of CA-CFAR on the output of a matched filter from the ASTRA system. e(y) = { 1, if Y T Y AC 0, if Y < T Y AC (4) Figure 6: ASTRA's GNURadion processing module diagram Once the gunshot is detected, the three spatial sensing microphones as well as the central detection microphone displays their delayed inputs. Auto-correlation is then used to find the time zero from which the other delays are found. The peak of auto-correlation is at a lag of zero. Then, the cross-correlation function is used to find the time delay [4] between the central detection mic and the three spatial microphones. The peak of the crosscorrelation is where the two signals are most aligned. The lag (measured in samples) is then found from the time zero point to the peak of each cross-correlation. To determine the direction in which the sound originated, also known as sound source localization, plane wave geometry was used. Assuming that the sound source is considered a long distance from the array, a plane wave 5

6 can be assumed [5]. This far-field approximation classifies how a military impulse event will propagate across the array as a uniform wave front [4]. To find the inaccuracy in the directional vector originating from each node, the vector is compared against another vector that originates at the same node, but instead points to the known shooter location. The difference between the two angles is denoted as alpha (measured in degrees) and the standard deviation of these values is used as a visual aid (denoted by dotted lines surrounding the directional vector) to show statistical analysis of the systems performance. Note that all angles are respective the coordinate system shown 5. Experimental Evaluation and Validation ASTRA testing process was a 6 step procedure in the following order: Benchtop Testing single node, Loudspeaker Testing single node, Live-Fire Testing single node, Benchtop Testing multi node, Loudspeaker Testing multi node, Live-Fire Testing multi node. We took this meticulous process of testing to make sure we did most our debugging in the lab (Benchtop testing) verses the field where we would have less resources. Once the software functions were working the preliminary bench-top test consisted of each node being connected and run as if it were in the field. The first purpose of the bench-top test was to confirm that each of the nodes accurately detected the gunshot and reported an angle. The second purpose was to ensure that the network reporting system worked correctly, so that we could see each node detect a gunshot, plot an accurate angle based on simulated delays, and report that detection and angle back to the data receiver. The third purpose was to test the data receiver s ability to handle each report from the ASTRA nodes and plot the node locations and angles of detection on the ASTRA terminal. Once our results for bench-top testing were validated by the ASTRA terminal window on a laptop showing three nodes with three directional arrays creating an intersection, we moved to loudspeaker testing which was simulating the gunshot through a loud speaker. Once our loudspeaker testing was successful, we moved to the final stage of testing, which was live fire testing (testing with actual gunshots at Naval Research Laboratory's Chesapeake Bay Detachment). Figure 7 shows a detection of a gunshot displayed on the ASTRA terminal. Figure 7: Post-shot display with confirmed GPS location for the location of the actual shooter Once we had confirmed our Live-Fire Test (our final test) was a success, we moved on to the analysis of our results which are shown in Figure 8. 6

7 Figure 8: System error results Finally, we took into effect all of system error results and applied the theoretical concept of Circular Error of Probability (CEP) to localize a confidence region in which the shooter shot their firearm, the radius of aforementioned circle was 2.14 meters. Figure 9 shows the final display the user would see when a gunshot is detected and localized. Figure 9: CAP on ASTRA terminal References [1] Ephraim, Yariv. ECE 460 Lecture Notes: Communication and Information Theory. 2016th ed. N.p., [2] McClellan, James, Ronald Schafer, and Mark Yoder. DSP First: A Multimedia Approach. Upper Saddle River, NJ: Prentice Hall, [3] Cumplido, R., C. Torres, and S. Lopez. On the Implementation of an Efficient FPGA- Based CFAR Processor for Target Detection. (ICEEE). 1st International Conference on Electrical and Electronics Engineering, N.p., [4] Rhudy, Matthew et al. Microphone Array Analysis Methods Using Cross-Correlations. (2009): [5] Greensted, Andrew. Delay Calculation. The Lab Book Pages. N.p., 2 Sept

Active Shooter Tactical Response Assistant Design Slides

Active Shooter Tactical Response Assistant Design Slides Active Shooter Tactical Response Assistant Design Slides Team : Ben McCall, Puja Patel, Joel Williams, Rohini Shah, Aryan Toughiry GMU Sponsors: Dr. Hintz & Dr. Wage 1/28 Network of nodes with microphone

More information

Finding an Active Shooter with GNURadio

Finding an Active Shooter with GNURadio Finding an Active Shooter with GNURadio 1 Active Shooter Tactical Response Assistant Team : George Mason University Students: Ben McCall, Puja Patel, Joel Williams, Rohini Shah, Aryan Toughiry GMU Sponsors:

More information

SST Expert Testimony Common Questions and Answers

SST Expert Testimony Common Questions and Answers SST Expert Testimony Common Questions and Answers This document is a collection of questions that have commonly been asked about the ShotSpotter system during court testimony and deposition. If possible,

More information

AVAL: Audio-Visual Active Locator ECE-492/3 Senior Design Project Spring 2014

AVAL: Audio-Visual Active Locator ECE-492/3 Senior Design Project Spring 2014 AVAL: Audio-Visual Active Locator ECE-492/3 Senior Design Project Spring 204 Electrical and Computer Engineering Department Volgenau School of Engineering George Mason University Fairfax, VA Team members:

More information

Mobile Positioning in Wireless Mobile Networks

Mobile Positioning in Wireless Mobile Networks Mobile Positioning in Wireless Mobile Networks Peter Brída Department of Telecommunications and Multimedia Faculty of Electrical Engineering University of Žilina SLOVAKIA Outline Why Mobile Positioning?

More information

DESIGN AND IMPLEMENTATION OF ADAPTIVE ECHO CANCELLER BASED LMS & NLMS ALGORITHM

DESIGN AND IMPLEMENTATION OF ADAPTIVE ECHO CANCELLER BASED LMS & NLMS ALGORITHM DESIGN AND IMPLEMENTATION OF ADAPTIVE ECHO CANCELLER BASED LMS & NLMS ALGORITHM Sandip A. Zade 1, Prof. Sameena Zafar 2 1 Mtech student,department of EC Engg., Patel college of Science and Technology Bhopal(India)

More information

Co-Located Triangulation for Damage Position

Co-Located Triangulation for Damage Position Co-Located Triangulation for Damage Position Identification from a Single SHM Node Seth S. Kessler, Ph.D. President, Metis Design Corporation Ajay Raghavan, Ph.D. Lead Algorithm Engineer, Metis Design

More information

Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA

Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA Vocal Command Recognition Using Parallel Processing of Multiple Confidence-Weighted Algorithms in an FPGA ECE-492/3 Senior Design Project Spring 2015 Electrical and Computer Engineering Department Volgenau

More information

THE problem of acoustic echo cancellation (AEC) was

THE problem of acoustic echo cancellation (AEC) was IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 13, NO. 6, NOVEMBER 2005 1231 Acoustic Echo Cancellation and Doubletalk Detection Using Estimated Loudspeaker Impulse Responses Per Åhgren Abstract

More information

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1

Introduction. Introduction ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS. Smart Wireless Sensor Systems 1 ROBUST SENSOR POSITIONING IN WIRELESS AD HOC SENSOR NETWORKS Xiang Ji and Hongyuan Zha Material taken from Sensor Network Operations by Shashi Phoa, Thomas La Porta and Christopher Griffin, John Wiley,

More information

Spectrum Detector for Cognitive Radios. Andrew Tolboe

Spectrum Detector for Cognitive Radios. Andrew Tolboe Spectrum Detector for Cognitive Radios Andrew Tolboe Motivation Currently in the United States the entire radio spectrum has already been reserved for various applications by the FCC. Therefore, if someone

More information

Army Acoustics Needs

Army Acoustics Needs Army Acoustics Needs DARPA Air-Coupled Acoustic Micro Sensors Workshop by Nino Srour Aug 25, 1999 US Attn: AMSRL-SE-SA 2800 Powder Mill Road Adelphi, MD 20783-1197 Tel: (301) 394-2623 Email: nsrour@arl.mil

More information

Direction-of-Arrival Estimation Using a Microphone Array with the Multichannel Cross-Correlation Method

Direction-of-Arrival Estimation Using a Microphone Array with the Multichannel Cross-Correlation Method Direction-of-Arrival Estimation Using a Microphone Array with the Multichannel Cross-Correlation Method Udo Klein, Member, IEEE, and TrInh Qu6c VO School of Electrical Engineering, International University,

More information

INVESTIGATING BINAURAL LOCALISATION ABILITIES FOR PROPOSING A STANDARDISED TESTING ENVIRONMENT FOR BINAURAL SYSTEMS

INVESTIGATING BINAURAL LOCALISATION ABILITIES FOR PROPOSING A STANDARDISED TESTING ENVIRONMENT FOR BINAURAL SYSTEMS 20-21 September 2018, BULGARIA 1 Proceedings of the International Conference on Information Technologies (InfoTech-2018) 20-21 September 2018, Bulgaria INVESTIGATING BINAURAL LOCALISATION ABILITIES FOR

More information

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar

Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Test & Measurement Simulating and Testing of Signal Processing Methods for Frequency Stepped Chirp Radar Modern radar systems serve a broad range of commercial, civil, scientific and military applications.

More information

EE 351M Digital Signal Processing

EE 351M Digital Signal Processing EE 351M Digital Signal Processing Course Details Objective Establish a background in Digital Signal Processing Theory Required Text Discrete-Time Signal Processing, Prentice Hall, 2 nd Edition Alan Oppenheim,

More information

Addressing the Challenges of Radar and EW System Design and Test using a Model-Based Platform

Addressing the Challenges of Radar and EW System Design and Test using a Model-Based Platform Addressing the Challenges of Radar and EW System Design and Test using a Model-Based Platform By Dingqing Lu, Agilent Technologies Radar systems have come a long way since their introduction in the Today

More information

CTS-D Candidate Handbook Certified Technology Specialist - Design

CTS-D Candidate Handbook Certified Technology Specialist - Design CTS-D Candidate Handbook Certified Technology Specialist - Design CTS-D Examination: Job Task Analysis Task 1: Identify stakeholders/decision-makers Contractual relationships How to identify project decision

More information

EE228 Applications of Course Concepts. DePiero

EE228 Applications of Course Concepts. DePiero EE228 Applications of Course Concepts DePiero Purpose Describe applications of concepts in EE228. Applications may help students recall and synthesize concepts. Also discuss: Some advanced concepts Highlight

More information

Evaluating OTDOA Technology for VoLTE E911 Indoors

Evaluating OTDOA Technology for VoLTE E911 Indoors Evaluating OTDOA Technology for VoLTE E911 Indoors Introduction As mobile device usage becomes more and more ubiquitous, there is an increasing need for location accuracy, especially in the event of an

More information

Self Localization Using A Modulated Acoustic Chirp

Self Localization Using A Modulated Acoustic Chirp Self Localization Using A Modulated Acoustic Chirp Brian P. Flanagan The MITRE Corporation, 7515 Colshire Dr., McLean, VA 2212, USA; bflan@mitre.org ABSTRACT This paper describes a robust self localization

More information

Appendix A: CTS-D Exam Content Outline

Appendix A: CTS-D Exam Content Outline Appendix A: CTS-D Exam Content Outline The CTS-D exam specifications were developed by combining the importance, criticality, and frequency data obtained from the Job Task Analysis study. The resulting

More information

3 USRP2 Hardware Implementation

3 USRP2 Hardware Implementation 3 USRP2 Hardware Implementation This section of the laboratory will familiarize you with some of the useful GNURadio tools for digital communication system design via SDR using the USRP2 platforms. Specifically,

More information

Design and Test of FPGA-based Direction-of-Arrival Algorithms for Adaptive Array Antennas

Design and Test of FPGA-based Direction-of-Arrival Algorithms for Adaptive Array Antennas 2011 IEEE Aerospace Conference Big Sky, MT, March 7, 2011 Session# 3.01 Phased Array Antennas Systems and Beam Forming Technologies Pres #: 3.0102, Paper ID: 1198 Rm: Elbow 3, Time: 8:55am Design and Test

More information

Transponder Based Ranging

Transponder Based Ranging Transponder Based Ranging Transponderbasierte Abstandsmessung Gerrit Kalverkamp, Bernhard Schaffer Technische Universität München Outline Secondary radar principle Looking around corners: Diffraction of

More information

A Hybrid Indoor Tracking System for First Responders

A Hybrid Indoor Tracking System for First Responders A Hybrid Indoor Tracking System for First Responders Precision Indoor Personnel Location and Tracking for Emergency Responders Technology Workshop August 4, 2009 Marc Harlacher Director, Location Solutions

More information

LOCALIZATION WITH GPS UNAVAILABLE

LOCALIZATION WITH GPS UNAVAILABLE LOCALIZATION WITH GPS UNAVAILABLE ARES SWIEE MEETING - ROME, SEPT. 26 2014 TOR VERGATA UNIVERSITY Summary Introduction Technology State of art Application Scenarios vs. Technology Advanced Research in

More information

Microphone Array Feedback Suppression. for Indoor Room Acoustics

Microphone Array Feedback Suppression. for Indoor Room Acoustics Microphone Array Feedback Suppression for Indoor Room Acoustics by Tanmay Prakash Advisor: Dr. Jeffrey Krolik Department of Electrical and Computer Engineering Duke University 1 Abstract The objective

More information

Smart antenna technology

Smart antenna technology Smart antenna technology In mobile communication systems, capacity and performance are usually limited by two major impairments. They are multipath and co-channel interference [5]. Multipath is a condition

More information

Recall. Sampling. Why discrete time? Why discrete time? Many signals are continuous-time signals Light Object wave CCD

Recall. Sampling. Why discrete time? Why discrete time? Many signals are continuous-time signals Light Object wave CCD Recall Many signals are continuous-time signals Light Object wave CCD Sampling mic Lens change of voltage change of voltage 2 Why discrete time? With the advance of computer technology, we want to process

More information

SOUND FIELD MEASUREMENTS INSIDE A REVERBERANT ROOM BY MEANS OF A NEW 3D METHOD AND COMPARISON WITH FEM MODEL

SOUND FIELD MEASUREMENTS INSIDE A REVERBERANT ROOM BY MEANS OF A NEW 3D METHOD AND COMPARISON WITH FEM MODEL SOUND FIELD MEASUREMENTS INSIDE A REVERBERANT ROOM BY MEANS OF A NEW 3D METHOD AND COMPARISON WITH FEM MODEL P. Guidorzi a, F. Pompoli b, P. Bonfiglio b, M. Garai a a Department of Industrial Engineering

More information

Study Of Sound Source Localization Using Music Method In Real Acoustic Environment

Study Of Sound Source Localization Using Music Method In Real Acoustic Environment International Journal of Electronics Engineering Research. ISSN 975-645 Volume 9, Number 4 (27) pp. 545-556 Research India Publications http://www.ripublication.com Study Of Sound Source Localization Using

More information

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr.

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Jonathan Chisum Table of Contents 1 Introduction 3 2 Problem Statement and Proposed Solution

More information

By Nour Alhariqi. nalhareqi

By Nour Alhariqi. nalhareqi By Nour Alhariqi nalhareqi - 2014 1 Outline Basic background Research work What I have learned nalhareqi - 2014 2 DS-CDMA Technique For years, direct sequence code division multiple access (DS-CDMA) appears

More information

Indoor Location Detection

Indoor Location Detection Indoor Location Detection Arezou Pourmir Abstract: This project is a classification problem and tries to distinguish some specific places from each other. We use the acoustic waves sent from the speaker

More information

REVISITING RADIO PROPAGATION PREDICTIONS FOR A PROPOSED CELLULAR SYSTEM IN BERHAMPUR CITY

REVISITING RADIO PROPAGATION PREDICTIONS FOR A PROPOSED CELLULAR SYSTEM IN BERHAMPUR CITY REVISITING RADIO PROPAGATION PREDICTIONS FOR A PROPOSED CELLULAR SYSTEM IN BERHAMPUR CITY Rowdra Ghatak, T.S.Ravi Kanth* and Subrat K.Dash* National Institute of Science and Technology Palur Hills, Berhampur,

More information

Signal Processing in Mobile Communication Using DSP and Multi media Communication via GSM

Signal Processing in Mobile Communication Using DSP and Multi media Communication via GSM Signal Processing in Mobile Communication Using DSP and Multi media Communication via GSM 1 M.Sivakami, 2 Dr.A.Palanisamy 1 Research Scholar, 2 Assistant Professor, Department of ECE, Sree Vidyanikethan

More information

Programmable Wireless Networking Overview

Programmable Wireless Networking Overview Programmable Wireless Networking Overview Dr. Joseph B. Evans Program Director Computer and Network Systems Computer & Information Science & Engineering National Science Foundation NSF Programmable Wireless

More information

ROOM AND CONCERT HALL ACOUSTICS MEASUREMENTS USING ARRAYS OF CAMERAS AND MICROPHONES

ROOM AND CONCERT HALL ACOUSTICS MEASUREMENTS USING ARRAYS OF CAMERAS AND MICROPHONES ROOM AND CONCERT HALL ACOUSTICS The perception of sound by human listeners in a listening space, such as a room or a concert hall is a complicated function of the type of source sound (speech, oration,

More information

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN

International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February ISSN International Journal of Scientific & Engineering Research, Volume 7, Issue 2, February-2016 181 A NOVEL RANGE FREE LOCALIZATION METHOD FOR MOBILE SENSOR NETWORKS Anju Thomas 1, Remya Ramachandran 2 1

More information

Electrical and Telecommunication Engineering Technology NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK

Electrical and Telecommunication Engineering Technology NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK NEW YORK CITY COLLEGE OF TECHNOLOGY THE CITY UNIVERSITY OF NEW YORK DEPARTMENT: Electrical and Telecommunication Engineering Technology SUBJECT CODE AND TITLE: DESCRIPTION: REQUIRED TCET 4202 Advanced

More information

Real-Time Spectrum Monitoring System Provides Superior Detection And Location Of Suspicious RF Traffic

Real-Time Spectrum Monitoring System Provides Superior Detection And Location Of Suspicious RF Traffic Real-Time Spectrum Monitoring System Provides Superior Detection And Location Of Suspicious RF Traffic By Malcolm Levy, Vice President, Americas, CRFS Inc., California INTRODUCTION TO RF SPECTRUM MONITORING

More information

Lab S-1: Complex Exponentials Source Localization

Lab S-1: Complex Exponentials Source Localization DSP First, 2e Signal Processing First Lab S-1: Complex Exponentials Source Localization Pre-Lab: Read the Pre-Lab and do all the exercises in the Pre-Lab section prior to attending lab. Verification: The

More information

Katran-Lux. Non-linear junction detector USER MANUAL

Katran-Lux. Non-linear junction detector USER MANUAL Katran-Lux Non-linear junction detector USER MANUAL 1 Nonlinear junction detector Katran-Lux is intended for search and detection of electronic devices installed in building structures, pieces of furniture

More information

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture # ECEN 7 Electronics Design Laboratory Project Must rely on fully functional Lab circuits, Lab circuit is optional Can re do wireless or replace it with a different

More information

Sound Source Localizer

Sound Source Localizer Sound Source Localizer Joren Lauwers, Changping Chen Abstract In our final project, we will build a sound source localizer - a system that positions the source of human speech on a 2d map. We will sample

More information

A review paper on Software Defined Radio

A review paper on Software Defined Radio A review paper on Software Defined Radio 1 Priyanka S. Kamble, 2 Bhalchandra B. Godbole Department of Electronics Engineering K.B.P.College of Engineering, Satara, India. Abstract -In this paper, we summarize

More information

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #10. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture #10 Electronics Design Laboratory 1 Lessons from Experiment 4 Code debugging: use print statements and serial monitor window Circuit debugging: Re check operation

More information

ARCHIVED REPORT. For data and forecasts on current programs please visit or call

ARCHIVED REPORT. For data and forecasts on current programs please visit   or call Radar Forecast ARCHIVED REPORT For data and forecasts on current programs please visit www.forecastinternational.com or call +1 203.426.0800 ASR-23SS - Archived 08/2003 Outlook Production complete Procured

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

B. Tech. Degree ELECTRONICS AND COMMUNICATION ENGINEERING

B. Tech. Degree ELECTRONICS AND COMMUNICATION ENGINEERING B. Tech. Degree IN ELECTRONICS AND COMMUNICATION ENGINEERING SYLLABUS FOR CREDIT BASED CURRICULUM (2014-2018) DEPARTMENT OF ELECTRONICS AND COMMUNICATION ENGINEERING NATIONAL INSTITUTE OF TECHNOLOGY TIRUCHIRAPPALLI

More information

Direction of Arrival Estimation in Smart Antenna for Marine Communication. Deepthy M Vijayan, Sreedevi K Menon /16/$31.

Direction of Arrival Estimation in Smart Antenna for Marine Communication. Deepthy M Vijayan, Sreedevi K Menon /16/$31. International Conference on Communication and Signal Processing, April 6-8, 2016, India Direction of Arrival Estimation in Smart Antenna for Marine Communication Deepthy M Vijayan, Sreedevi K Menon Abstract

More information

A Java Virtual Sound Environment

A Java Virtual Sound Environment A Java Virtual Sound Environment Proceedings of the 15 th Annual NACCQ, Hamilton New Zealand July, 2002 www.naccq.ac.nz ABSTRACT Andrew Eales Wellington Institute of Technology Petone, New Zealand andrew.eales@weltec.ac.nz

More information

Using Doppler Systems Radio Direction Finders to Locate Transmitters

Using Doppler Systems Radio Direction Finders to Locate Transmitters Using Doppler Systems Radio Direction Finders to Locate Transmitters By: Doug Havenhill Doppler Systems, LLC Overview Finding transmitters, particularly transmitters that do not want to be found, can be

More information

SDR Platforms for Research on Programmable Wireless Networks

SDR Platforms for Research on Programmable Wireless Networks SDR Platforms for Research on Programmable Wireless Networks John Chapin jchapin@vanu.com Presentation to NSF NeTS Informational Meeting 2/5/2004 Outline SDR components / terminology Example SDR systems

More information

GNSS Technologies. GNSS Acquisition Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey

GNSS Technologies. GNSS Acquisition Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey GNSS Acquisition 25.1.2016 Dr. Zahidul Bhuiyan Finnish Geospatial Research Institute, National Land Survey Content GNSS signal background Binary phase shift keying (BPSK) modulation Binary offset carrier

More information

24th Seismic Research Review Nuclear Explosion Monitoring: Innovation and Integration

24th Seismic Research Review Nuclear Explosion Monitoring: Innovation and Integration ON INFRASOUND DETECTION AND LOCATION STRATEGIES Rodney Whitaker, Douglas ReVelle, and Tom Sandoval Los Alamos National Laboratory Sponsored by National Nuclear Security Administration Office of Nonproliferation

More information

Ron Turner Technical Lead for Surface Systems. Syracuse, NY. Sensis Air Traffic Systems - 1

Ron Turner Technical Lead for Surface Systems. Syracuse, NY. Sensis Air Traffic Systems - 1 Multilateration Technology Overview Ron Turner Technical Lead for Surface Systems Sensis Corporation Syracuse, NY Sensis Air Traffic Systems - 1 Presentation Agenda Multilateration Overview Transponder

More information

THE PATTERNS OF THE SOUND INTENSITY DISTRIBUTION OF MIDRANGE LOUDSPEAKER

THE PATTERNS OF THE SOUND INTENSITY DISTRIBUTION OF MIDRANGE LOUDSPEAKER Proceeding of International Conference On Research, Implementation And Education Of Mathematics And Sciences 2014, Yogyakarta State University, 18-20 May 2014 THE PATTERNS OF THE SOUND INTENSITY DISTRIBUTION

More information

Bloodhound RMS Product Overview

Bloodhound RMS Product Overview Page 2 of 10 What is Guard Monitoring? The concept of personnel monitoring in the security industry is not new. Being able to accurately account for the movement and activity of personnel is not only important

More information

Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks

Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks Frequency Hopping Pattern Recognition Algorithms for Wireless Sensor Networks Min Song, Trent Allison Department of Electrical and Computer Engineering Old Dominion University Norfolk, VA 23529, USA Abstract

More information

Software Defined Radar

Software Defined Radar Software Defined Radar Group 33 Ranges and Test Beds MQP Final Presentation Shahil Kantesaria Nathan Olivarez 13 October 2011 This work is sponsored by the Department of the Air Force under Air Force Contract

More information

AUTOMATIC SPEECH RECOGNITION FOR NUMERIC DIGITS USING TIME NORMALIZATION AND ENERGY ENVELOPES

AUTOMATIC SPEECH RECOGNITION FOR NUMERIC DIGITS USING TIME NORMALIZATION AND ENERGY ENVELOPES AUTOMATIC SPEECH RECOGNITION FOR NUMERIC DIGITS USING TIME NORMALIZATION AND ENERGY ENVELOPES N. Sunil 1, K. Sahithya Reddy 2, U.N.D.L.mounika 3 1 ECE, Gurunanak Institute of Technology, (India) 2 ECE,

More information

ZONESCAN net Version 1.4.0

ZONESCAN net Version 1.4.0 ZONESCAN net.0 REV 1. JW ZONESCAN net 2 / 56 Table of Contents 1 Introduction... 5 1.1 Purpose and field of use of the software... 5 1.2 Software functionality... 5 1.3 Function description... 6 1.3.1

More information

Detecting Intra-Room Mobility with Signal Strength Descriptors

Detecting Intra-Room Mobility with Signal Strength Descriptors Detecting Intra-Room Mobility with Signal Strength Descriptors Authors: Konstantinos Kleisouris Bernhard Firner Richard Howard Yanyong Zhang Richard Martin WINLAB Background: Internet of Things (Iot) Attaching

More information

Acoustic Blind Deconvolution in Uncertain Shallow Ocean Environments

Acoustic Blind Deconvolution in Uncertain Shallow Ocean Environments DISTRIBUTION STATEMENT A: Approved for public release; distribution is unlimited. Acoustic Blind Deconvolution in Uncertain Shallow Ocean Environments David R. Dowling Department of Mechanical Engineering

More information

Fire Fighter Location Tracking & Status Monitoring Performance Requirements

Fire Fighter Location Tracking & Status Monitoring Performance Requirements Fire Fighter Location Tracking & Status Monitoring Performance Requirements John A. Orr and David Cyganski orr@wpi.edu, cyganski@wpi.edu Electrical and Computer Engineering Department Worcester Polytechnic

More information

Final Report for AOARD Grant FA Indoor Localization and Positioning through Signal of Opportunities. Date: 14 th June 2013

Final Report for AOARD Grant FA Indoor Localization and Positioning through Signal of Opportunities. Date: 14 th June 2013 Final Report for AOARD Grant FA2386-11-1-4117 Indoor Localization and Positioning through Signal of Opportunities Date: 14 th June 2013 Name of Principal Investigators (PI and Co-PIs): Dr Law Choi Look

More information

Antennas and Propagation for Body-Centric Wireless Communications

Antennas and Propagation for Body-Centric Wireless Communications Antennas and Propagation for Body-Centric Wireless Communications Peter S. Hall Yang Hao Editors ARTECH H O U S E BOSTON LONDON artechhouse.com Preface CHAPTER 1 Introduction to Body-Centric Wireless Communications

More information

Prof. Maria Papadopouli

Prof. Maria Papadopouli Lecture on Positioning Prof. Maria Papadopouli University of Crete ICS-FORTH http://www.ics.forth.gr/mobile 1 Roadmap Location Sensing Overview Location sensing techniques Location sensing properties Survey

More information

Acoustic Based Angle-Of-Arrival Estimation in the Presence of Interference

Acoustic Based Angle-Of-Arrival Estimation in the Presence of Interference Acoustic Based Angle-Of-Arrival Estimation in the Presence of Interference Abstract Before radar systems gained widespread use, passive sound-detection based systems were employed in Great Britain to detect

More information

EE 403: Digital Signal Processing

EE 403: Digital Signal Processing OKAN UNIVERSITY FACULTY OF ENGINEERING AND ARCHITECTURE 1 EEE 403 DIGITAL SIGNAL PROCESSING (DSP) 01 INTRODUCTION FALL 2012 Yrd. Doç. Dr. Didem Kıvanç Türeli didem.kivanc@okan.edu.tr EE 403: Digital Signal

More information

Understanding Advanced Bluetooth Angle Estimation Techniques for Real-Time Locationing

Understanding Advanced Bluetooth Angle Estimation Techniques for Real-Time Locationing Understanding Advanced Bluetooth Angle Estimation Techniques for Real-Time Locationing EMBEDDED WORLD 2018 SAULI LEHTIMAKI, SILICON LABS Understanding Advanced Bluetooth Angle Estimation Techniques for

More information

Wireless Communication Systems: Implementation perspective

Wireless Communication Systems: Implementation perspective Wireless Communication Systems: Implementation perspective Course aims To provide an introduction to wireless communications models with an emphasis on real-life systems To investigate a major wireless

More information

Field Testing of Wireless Interactive Sensor Nodes

Field Testing of Wireless Interactive Sensor Nodes Field Testing of Wireless Interactive Sensor Nodes Judith Mitrani, Jan Goethals, Steven Glaser University of California, Berkeley Introduction/Purpose This report describes the University of California

More information

Wide-Area Persistent Energy-Efficient Maritime Sensing

Wide-Area Persistent Energy-Efficient Maritime Sensing DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Wide-Area Persistent Energy-Efficient Maritime Sensing Robert Calderbank, Principal Investigator Matthew Reynolds, Co-Principal

More information

DSP Design Lecture 1. Introduction and DSP Basics. Fredrik Edman, PhD

DSP Design Lecture 1. Introduction and DSP Basics. Fredrik Edman, PhD DSP Design Lecture 1 Introduction and DSP Basics Fredrik Edman, PhD fredrik.edman@eit.lth.se Lecturers Fredrik Edman (course responsible) Mail: fredrik.edman@eit.lth.se Room E:2538 Mojtaba Mahdavi (exercises

More information

Sound engineering course

Sound engineering course Sound engineering course 1.Acustics 2.Transducers Fundamentals of acoustics: nature of sound, physical quantities, propagation, point and line sources. Psychoacoustics: sound levels in db, sound perception,

More information

Gait Recognition Using WiFi Signals

Gait Recognition Using WiFi Signals Gait Recognition Using WiFi Signals Wei Wang Alex X. Liu Muhammad Shahzad Nanjing University Michigan State University North Carolina State University Nanjing University 1/96 2/96 Gait Based Human Authentication

More information

DEEP LEARNING BASED AUTOMATIC VOLUME CONTROL AND LIMITER SYSTEM. Jun Yang (IEEE Senior Member), Philip Hilmes, Brian Adair, David W.

DEEP LEARNING BASED AUTOMATIC VOLUME CONTROL AND LIMITER SYSTEM. Jun Yang (IEEE Senior Member), Philip Hilmes, Brian Adair, David W. DEEP LEARNING BASED AUTOMATIC VOLUME CONTROL AND LIMITER SYSTEM Jun Yang (IEEE Senior Member), Philip Hilmes, Brian Adair, David W. Krueger Amazon Lab126, Sunnyvale, CA 94089, USA Email: {junyang, philmes,

More information

3D-Map Aided Multipath Mitigation for Urban GNSS Positioning

3D-Map Aided Multipath Mitigation for Urban GNSS Positioning Summer School on GNSS 2014 Student Scholarship Award Workshop August 2, 2014 3D-Map Aided Multipath Mitigation for Urban GNSS Positioning I-Wen Chu National Cheng Kung University, Taiwan. Page 1 Outline

More information

1 Interference Cancellation

1 Interference Cancellation Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.829 Fall 2017 Problem Set 1 September 19, 2017 This problem set has 7 questions, each with several parts.

More information

Indoor Positioning by the Fusion of Wireless Metrics and Sensors

Indoor Positioning by the Fusion of Wireless Metrics and Sensors Indoor Positioning by the Fusion of Wireless Metrics and Sensors Asst. Prof. Dr. Özgür TAMER Dokuz Eylül University Electrical and Electronics Eng. Dept Indoor Positioning Indoor positioning systems (IPS)

More information

Multiple Sound Sources Localization Using Energetic Analysis Method

Multiple Sound Sources Localization Using Energetic Analysis Method VOL.3, NO.4, DECEMBER 1 Multiple Sound Sources Localization Using Energetic Analysis Method Hasan Khaddour, Jiří Schimmel Department of Telecommunications FEEC, Brno University of Technology Purkyňova

More information

UWB RFID Technology Applications for Positioning Systems in Indoor Warehouses

UWB RFID Technology Applications for Positioning Systems in Indoor Warehouses UWB RFID Technology Applications for Positioning Systems in Indoor Warehouses # SU-HUI CHANG, CHEN-SHEN LIU # Industrial Technology Research Institute # Rm. 210, Bldg. 52, 195, Sec. 4, Chung Hsing Rd.

More information

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications

Implementation of OFDM Modulated Digital Communication Using Software Defined Radio Unit For Radar Applications Volume 118 No. 18 2018, 4009-4018 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Implementation of OFDM Modulated Digital Communication Using Software

More information

Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming

Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming Speech and Audio Processing Recognition and Audio Effects Part 3: Beamforming Gerhard Schmidt Christian-Albrechts-Universität zu Kiel Faculty of Engineering Electrical Engineering and Information Engineering

More information

Travel time estimation methods for mode tomography

Travel time estimation methods for mode tomography DISTRIBUTION STATEMENT A: Distribution approved for public release; distribution is unlimited. Travel time estimation methods for mode tomography Tarun K. Chandrayadula George Mason University Electrical

More information

Radiation characteristics of an array of two dipole antennas

Radiation characteristics of an array of two dipole antennas Department of Electrical and Electronic Engineering (EEE), Bangladesh University of Engineering and Technology (BUET). EEE 434: Microwave Engineering Laboratory Experiment No.: A2 Radiation characteristics

More information

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER

UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER UTILIZATION OF AN IEEE 1588 TIMING REFERENCE SOURCE IN THE inet RF TRANSCEIVER Dr. Cheng Lu, Chief Communications System Engineer John Roach, Vice President, Network Products Division Dr. George Sasvari,

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 19, 2013 http://acousticalsociety.org/ ICA 2013 Montreal Montreal, Canada 2-7 June 2013 Architectural Acoustics Session 1pAAa: Advanced Analysis of Room Acoustics:

More information

SEPTEMBER VOL. 38, NO. 9 ELECTRONIC DEFENSE SIMULTANEOUS SIGNAL ERRORS IN WIDEBAND IFM RECEIVERS WIDE, WIDER, WIDEST SYNTHETIC APERTURE ANTENNAS

SEPTEMBER VOL. 38, NO. 9 ELECTRONIC DEFENSE SIMULTANEOUS SIGNAL ERRORS IN WIDEBAND IFM RECEIVERS WIDE, WIDER, WIDEST SYNTHETIC APERTURE ANTENNAS r SEPTEMBER VOL. 38, NO. 9 ELECTRONIC DEFENSE SIMULTANEOUS SIGNAL ERRORS IN WIDEBAND IFM RECEIVERS WIDE, WIDER, WIDEST SYNTHETIC APERTURE ANTENNAS CONTENTS, P. 10 TECHNICAL FEATURE SIMULTANEOUS SIGNAL

More information

IMAGE FORMATION THROUGH WALLS USING A DISTRIBUTED RADAR SENSOR NETWORK. CIS Industrial Associates Meeting 12 May, 2004 AKELA

IMAGE FORMATION THROUGH WALLS USING A DISTRIBUTED RADAR SENSOR NETWORK. CIS Industrial Associates Meeting 12 May, 2004 AKELA IMAGE FORMATION THROUGH WALLS USING A DISTRIBUTED RADAR SENSOR NETWORK CIS Industrial Associates Meeting 12 May, 2004 THROUGH THE WALL SURVEILLANCE IS AN IMPORTANT PROBLEM Domestic law enforcement and

More information

HY448 Sample Problems

HY448 Sample Problems HY448 Sample Problems 10 November 2014 These sample problems include the material in the lectures and the guided lab exercises. 1 Part 1 1.1 Combining logarithmic quantities A carrier signal with power

More information

Robot Rangers. Low Level Design Document. Ben Andersen Jennifer Berry Graham Boechler Andrew Setter

Robot Rangers. Low Level Design Document. Ben Andersen Jennifer Berry Graham Boechler Andrew Setter Robot Rangers Low Level Design Document Ben Andersen Jennifer Berry Graham Boechler Andrew Setter 2/17/2011 1 Table of Contents Introduction 3 Problem Statement and Proposed Solution 3 System Description

More information

Validation of lateral fraction results in room acoustic measurements

Validation of lateral fraction results in room acoustic measurements Validation of lateral fraction results in room acoustic measurements Daniel PROTHEROE 1 ; Christopher DAY 2 1, 2 Marshall Day Acoustics, New Zealand ABSTRACT The early lateral energy fraction (LF) is one

More information

Ground-based, Hyperbolic Radiolocation System with Spread Spectrum Signal - AEGIR

Ground-based, Hyperbolic Radiolocation System with Spread Spectrum Signal - AEGIR International Journal on Marine Navigation and Safety of Sea Transportation Volume 5 Number 2 June 2011 Ground-based, Hyperbolic Radiolocation System with Spread Spectrum Signal - AEGIR S.J. Ambroziak,

More information

Lab on GNSS Signal Processing Part I

Lab on GNSS Signal Processing Part I JRC SUMMERSCHOOL GNSS Lab on GNSS Signal Processing Part I Daniele Borio European Commission Joint Research Centre Davos, Switzerland, July 15-25, 2013 INTRODUCTION Goal of the lab: provide the students

More information

Detecting proximity from personal audio recordings

Detecting proximity from personal audio recordings Detecting proximity from personal audio recordings dpwe@ee.columbia.edu Dan Ellis, Hiroyuki Satoh, Zhuo Chen LabROSA, Columbia Univ., NY USA ICSI, Berkeley, CA, USA Morikawa lab, University of Tokyo, Tokyo,

More information

Analysis of Processing Parameters of GPS Signal Acquisition Scheme

Analysis of Processing Parameters of GPS Signal Acquisition Scheme Analysis of Processing Parameters of GPS Signal Acquisition Scheme Prof. Vrushali Bhatt, Nithin Krishnan Department of Electronics and Telecommunication Thakur College of Engineering and Technology Mumbai-400101,

More information