FIMD: Fine-grained Device-free Motion Detection

Size: px
Start display at page:

Download "FIMD: Fine-grained Device-free Motion Detection"

Transcription

1 ICPADS 2012 FIMD: Fine-grained Device-free Motion Detection Jiang Xiao, Kaishun Wu, Youwen Yi, Lu Wang, Lionel M. Ni Department of Computer Science and Engineering Hong Kong University of Science and Technology Dec. 18 th, 2012

2 Outline Introduction & Motivation Related Work System Design Performance Evaluation Conclusion 2

3 Introduction Security for intrusion I won t be caught Device-free Motion Detection is in need! 3

4 Current Detection Methods Ultrasonic Camera Infrared Sensors Zhang et. al [PerCom 07, 09, 11] High cost for large environment Environment constraints (e.g., dark, smoke) Line-of-sight High cost for dense deployment Can t work well in large scale, complicate, typical indoor environment! 4

5 Motivation WLAN Advantages Low Cost Easy Implementation 5

6 Outline Introduction & Motivation Related Work System Design Performance Evaluation Conclusion 6

7 Related Work Received Signal Strength Indicator (RSSI) Static RF Signal Transmitter Motion Happens Receiver Youssef et. al. [MobiCom 07][PerCom 09][PerCom 12] Idea: RSS becomes anomalous when the environment changes 7

8 Limitations of RSS-based Techniques 1. Narrowband interference high false alarm rate Hard to distinguish narrowband interference from motion dynamic 2. RSS is of high variability Node ID miss detection Slow dynamic is easily hidden by the inherent RSS variance 8

9 A reliable method is in need. resist from the narrowband interference in the 2.4GHz band temporal stable in static while sensitive to a motion instantly 9

10 Challenge 1 Could we find such a reliable method? 10

11 Key Insight Receiver single value RSSI multiple values CSIs 2.4GHz S/P FFT RF band Baseband CSI Property 1 Frequency diversity CSI-based Indoor Localization: FILA[INFOCOM 12] 11

12 Key Insight Data in OFDM Transmitter + Channel OFDM Receiver Data out In OFDM system, the received signal over multiple subcarriers is CSI Channel gain amplitude phase 12

13 RSSI (dbm) CSI amplitude Key Insight Time Duration (s) RSS: variant Time Duration (s) CSI: relatively stable CSI Property 2 Temporal Stability 13

14 We want to harness fine-grained CSI for device-free indoor motion detection. 14

15 Goal To improve detection accuracy with low cost To improve detection rate To reduce false alarm rate 15

16 Challenges Our Contributions 1. Could we find a reliable method for device-free motion detection? Exploit the possibility of CSI 2. How to resist from narrowband interference? Extract suitable CSI features 3. How to distinguish motion event from noise? Propose burst detection alg. 16

17 Outline Introduction & Motivation Related Work System Design Performance Evaluation Conclusion 17

18 RF Signal FIMD Design DP CSI Collection CSI Feature Extraction Server Static Map Construction Burst Detection Static Map Update AP False alarm Filter Release Static Map Alarm Update 18

19 Outline Introduction & Motivation Related Work System Design CSI Feature Extraction Burst Detection False Alarm Filter Performance Evaluation Conclusion 19

20 Challenge 2 How to extract the features of CSI that resist from narrowband interference? 20

21 subcarriers 1. CSI Feature Extraction Target: to extract CSI features can reflect static/dynamic patterns W H 1,1, H 2,1,, H k,1, H k+1,1, H k+n,1, raw CSIs H 1,2, H 2,2,, H k2, H k+1,2, H k+n,2, H 1,30, H 2,30,, H k,30 H k+1,30, H k+n,30, Start Length n+1 Process CSIs [H k, H k+1, H k+n ] 21

22 1. CSI Feature Extraction Target: to extract CSI features can reflect static/dynamic patterns [H k, H k+1, H k+n ] Process CSIs Compute correlation factor btw. each column of V= (eigen (C)/n+1) Feature value vector V 22

23 1. CSI Feature Extraction Target: to extract CSI features can reflect static/dynamic patterns [H k, H k+1, H k+n ] V= (eigen (C)/n+1) 1st max & 2nd max eigenvalues are chosen! 23

24 2 nd max eigenvalue 1. CSI Feature Extraction Target: to extract CSI features can reflect static/dynamic patterns 1 st max eigenvalue CSI feature can reveal normal/motion behavior 24

25 1. CSI Feature Extraction In presence of narrowband interference, e.g., Bluetooth RSS: more variant CSI: relatively stable Robust to narrowband interference 25

26 Outline Introduction & Motivation Related Work System Design CSI Feature Extraction Burst Detection False Alarm Filter Performance Evaluation Conclusion 26

27 2nd eigenvalue burst 1 st eigenvalue static dynamic static 27

28 2 nd max eigenvalue Feature Y 0.45 Ground Truth Ground Truth Feature X 1 st max eigenvalue 28

29 Challenge 3 How to distinguish motion event from noise? 29

30 2. Burst Detection Target: to monitor the burst motion occurrence Fact: patterns of motion are diff. from static ones Method: apply DBSCAN alg. [Ester, et al. (KDD 96)] Classify CSI Patterns No prior knowledge of the # of clusters Discovery arbitrary shape clusters 30

31 2. Burst Detection Target: to monitor the burst motion occurrence Method: DBSCAN clustering Density = the # of points within a specified radius ε ε max. radius of the neighborhood Nε (V i ): {V j belongs to Nε Dist(V i,v j ) ε} minpts min. # of points in an ε-neighbor to form a cluster for each point in a cluster, ε-neighbouor has to contain minpts. 31

32 2 nd max Feature eigenvalue Y 2. Burst Detection Target: to monitor the burst motion occurrence Euclidean distance for DBSCAN clustering 0.45 DBSCAN Result Feature X 1 st max eigenvalue 32

33 Outline Introduction & Motivation Related Work System Design CSI Feature Extraction Burst Detection False Alarm Filter Performance Evaluation Conclusion 33

34 3. False Alarm Filter Target: to reduce the false alarm rate Fact: a single motion instance always lasts a short period Burst Burst true motion! Burst false alarm! 34

35 Outline Introduction & Motivation Related Work System Design Performance Evaluation Conclusion 35

36 Experimental Setup Hardware Commercial NICs, APs Software Linux kernel, Matlab, Python Intel WiFi Link n Router Testbeds 2 typical indoor environments in HKUST Size 7m 11m (Lab) 32.5m 1.5m (Corridor) Lab Corridor 36

37 Test outcome: Static Test outcome: Motion Evaluation Metrics Condition: Motion Condition: Static True Positive (TP) Rate False Positive (FP) Rate False Negative (FN) Rate Ignore 37

38 Effectiveness of FIMD Detection performance w.r.t false alarm (ROC Curve) DR > 70% DR>90% 1% 9% Detection performance w.r.t false alarm is high! 38

39 Effectiveness of FIMD Influence of the length of sliding window The longer the window length, the less sensitivity 39

40 Effectiveness of FIMD Influence of the length of sliding window The longer the window length, the lower FP rate 40

41 Detection Rate CSI vs. RSS Without Narrowband Interference Lab CSI-based RSSI-based Corridor Refer to [PerCom 12] Youssef et. al. RASID system kernel density-based approach 41

42 False Positive CSI vs. RSS No Motion, with Narrowband Interference Bluetooth CSI-based RSS-based SW=5 SW=8 SW=11 SW=14 SW=17 SW=20 42

43 Outline Introduction & Motivation Related Work System Design Performance Evaluation Conclusion 43

44 Conclusion We presented a novel device-free indoor motion detection system with commodity hardware in large indoor scenarios. We leverage both the frequency diversity and temporal stability of CSI to enhance detection performance. Experimental results show that CSI-based approach is superior to RSS-based approach in RF domain. 44

45 Thanks. Questions? PhD Hong Kong University of Sci.& Tech.

Automatic Lyrics Alignment for Cantonese Popular Music

Automatic Lyrics Alignment for Cantonese Popular Music Automatic Lyrics Alignment for Cantonese Popular Music Chi Hang WONG, Wai Man SZETO, and Kin Hong WONG Department of Computer Science and Engineering The Chinese University of Hong Kong Shatin, N.T., Hong

More information

E. Elnahrawy, X. Li, and R. Martin

E. Elnahrawy, X. Li, and R. Martin Using Area-based Presentations and Metrics for Localization Systems in Wireless LANs E. Elnahrawy, X. Li, and R. Martin Rutgers U. WLAN-Based Localization Localization in indoor environments using 802.11

More information

Real time Video Fire Detection using Spatio-Temporal Consistency Energy

Real time Video Fire Detection using Spatio-Temporal Consistency Energy 2013 10th IEEE International Conference on Advanced Video and Signal Based Surveillance Real time Video Fire Detection using Spatio-Temporal Consistency Energy Panagiotis Barmpoutis Information Technologies

More information

Sentinel: Occupancy Based HVAC Actuation using Existing WiFi Infrastructure within Commercial Buildings

Sentinel: Occupancy Based HVAC Actuation using Existing WiFi Infrastructure within Commercial Buildings Sentinel: Occupancy Based HVAC Actuation using Existing WiFi Infrastructure within Commercial Buildings Bharathan Balaji, Jian Xu, Anthony Nwokafor, Rajesh Gupta, Yuvraj Agarwal University of California,

More information

Person Detection Techniques for an Internet of Things(IoT)-Based Emergency Evacuation System

Person Detection Techniques for an Internet of Things(IoT)-Based Emergency Evacuation System Person Detection Techniques for an Internet of Things(IoT)-Based Emergency Evacuation System Prasad Annadata, PhD Student Wisam Eltarjaman, PhD Ramki Thurimella, PhD, Professor Contents Background Problem

More information

Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments

Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments Towards Predicting High Sensitivity Smoke Detector Operational Performance in Building Environments Michael Birnkrant, Hui Fang, May Corn & Peter Harris United Technologies Research Center, East Hartford,

More information

Novelda Company Introduction XeThru Technology and Products

Novelda Company Introduction XeThru Technology and Products Novelda Company Introduction XeThru Technology and Products The XeThru sensors explained Traditional sensor (PIR, Camera, Ultrasonic) Major and minor movements Presence Detected XeThru Presence Sensor

More information

Coupling Multiple Hypothesis Testing with Proportion Estimation in Heterogeneous Categorical Sensor Networks

Coupling Multiple Hypothesis Testing with Proportion Estimation in Heterogeneous Categorical Sensor Networks Advancing the Science of Information Coupling Multiple Hypothesis Testing with Proportion Estimation in Heterogeneous Categorical Sensor Networks DTRA SBIR Phase II Contract: W911SR-10-C-0038 Chris Calderon,

More information

Video Analytics Technology for Disaster Management and Security Solutions

Video Analytics Technology for Disaster Management and Security Solutions FEATURED ARTICLES Disaster Management and Security Solutions for a Safe and Secure Way of Life Video Analytics Technology for Disaster Management and Security Solutions The rising demand for safety and

More information

Fire Detection System using Matlab

Fire Detection System using Matlab Fire Detection System using Matlab Chandrakant Shrimantrao 1, Mahesh S K 2, Vivekanand M Bonal 3 1 Fourth Sem M.Tech, 2 Asst. Professor, Appa Institute of Engineering and Technology Karnataka, 3 Head,

More information

UWB Stepped-FM Sensor for Home Security

UWB Stepped-FM Sensor for Home Security SAS2012 UWB Stepped-FM Sensor for Home Security Y. Ota, R. Nakamura, and A. Kajiwara Graduate School of Environmental Engineering, The University of Kitakyushu, Japan Kajiwara lab. Overview Background

More information

Applied Data Science: Using Machine Learning for Alarm Verification

Applied Data Science: Using Machine Learning for Alarm Verification Applied Data Science: Using Machine Learning for Alarm Verification by Jan Stampfli and Kurt Stockinger Zurich University of Applied Sciences, Switzerland Introduction False alarms triggered by sensors

More information

SYSTEMS GROUP. May Zilog and EE-SGI Present. epir TM. The Next Generation of PIR Motion Detector Technology. (Over View)

SYSTEMS GROUP. May Zilog and EE-SGI Present. epir TM. The Next Generation of PIR Motion Detector Technology. (Over View) May 2008 Zilog and EE-SGI Present epir TM The Next Generation of PIR Motion Detector Technology (Over View) 1 The epir TM Statement epir TM is a revolutionary technology used for passive infrared (PIR)

More information

An Alarm Correlation Algorithm for Network Management Based on Root Cause Analysis

An Alarm Correlation Algorithm for Network Management Based on Root Cause Analysis An Alarm Correlation Algorithm for Network Management Based on Root Cause Analysis Dae Sun Kim*, Hiroyuki Shinbo*, Hidetoshi Yokota* *KDDI R&D Laboratories, Inc. Fujimino, Saitama, Japan da-kim@kddilabs.jp,

More information

Totally Wireless Video Security

Totally Wireless Video Security Totally Wireless Video Security Traditional Video Surveillance ($50,000+) vs. Event-Based Videofied Solution ($2,500) Executive Summary: Totally Wireless Video Security has been effective but cost and

More information

Security Management System - Configuring Video Analytics

Security Management System - Configuring Video Analytics Introduction This document describes the steps for configuring the Video Analytics (VA) module available in the Security Management System software. Security Management System video analytics module is

More information

Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features

Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features Thermal Video Analysis for Fire Detection Using Shape Regularity and Intensity Saturation Features Mario I. Chacon-Murguia and Francisco J. Perez-Vargas Visual Perception Applications on Robotic Lab, Chihuahua

More information

1066. A self-adaptive alarm method for tool condition monitoring based on Parzen window estimation

1066. A self-adaptive alarm method for tool condition monitoring based on Parzen window estimation 1066. A self-adaptive alarm method for tool condition monitoring based on Parzen window estimation Xiaoguang Chen, Guanghua Xu 1066. A SELF-ADAPTIVE ALARM METHOD FOR TOOL CONDITION MONITORING BASED ON

More information

Improved occupancy detection accuracy using PIR and door sensors for a smart thermostat

Improved occupancy detection accuracy using PIR and door sensors for a smart thermostat Improved occupancy detection accuracy using and door sensors for a smart thermostat Sun Ho Kim 1, Hyeun Jun Moon 1, Young Ran Yoon 1 1 Department of Architectural Engineering, Dankook University, Yongin,

More information

Bringing Smarts to Methane Emissions Detection

Bringing Smarts to Methane Emissions Detection Bringing Smarts to Methane Emissions Detection An Update on the DOE Smart Methane Emissions Project Maria Araujo Manager R&D Southwest Research Institute Background Fugitive emissions from compressors

More information

REMOTE CONTROL AND MONITORING OF LANDMINES DETECTION ROBOTIC SYSTEM

REMOTE CONTROL AND MONITORING OF LANDMINES DETECTION ROBOTIC SYSTEM REMOTE CONTROL AND MONITORING OF LANDMINES DETECTION ROBOTIC SYSTEM 1 ABDALLAH MOKHTAR, 2 CHOI SEONG JOO, 3 MANAR MOHAISEN 1,2 Department Mechanical Engineering, Korea University of Technology and Education

More information

Advanced Hardware and Software Technologies for Ultra-long FFT s

Advanced Hardware and Software Technologies for Ultra-long FFT s Advanced Hardware and Software Technologies for Ultra-long FFT s Hahn Kim, Jeremy Kepner, M. Michael Vai, Crystal Kahn HPEC 2005 21 September 2005 HPEC 2005-1 This work is sponsored by the Department of

More information

Fan Laws. Keith Miller. Samuel Tepp Associates. Paul Cenci, P. E.-Principal Brian England-Principal. Samuel Tepp Associates 1/6/10

Fan Laws. Keith Miller. Samuel Tepp Associates. Paul Cenci, P. E.-Principal Brian England-Principal. Samuel Tepp Associates 1/6/10 Fan Laws Keith Miller Samuel Tepp Associates Paul Cenci, P. E.-Principal Brian England-Principal Basic Terms CFM - Cubic Feet per Minute, volume (amount) of air being moved SP - Static Pressure, resistance

More information

To appear in the IEEE/IFIP 1996 Network Operations and Management. Symposium (NOMS'96), Kyoto, Japan, April TASA: Telecommunication

To appear in the IEEE/IFIP 1996 Network Operations and Management. Symposium (NOMS'96), Kyoto, Japan, April TASA: Telecommunication To appear in the IEEE/IFIP 1996 Operations and Management Symposium (NOMS'96), Kyoto, Japan, April 1996. TASA: Telecommunication Alarm Sequence Analyzer or How to enjoy faults in your network Kimmo Hatonen,

More information

Vision Based Intelligent Fire Detection System

Vision Based Intelligent Fire Detection System International Journal of Engineering Science Invention Volume 2 Issue 3 ǁ March. 2013 Vision Based Intelligent Fire Detection System AGITHA.K Dept. of Electronics &Telecommunication, VESIT hembur, Mumbai

More information

A Model of In-Home Hot Water Distribution Systems Energy Losses Using EPANET, Public Domain Software For Pipe Networks

A Model of In-Home Hot Water Distribution Systems Energy Losses Using EPANET, Public Domain Software For Pipe Networks A Model of In-Home Hot Water Distribution Systems Energy Losses Using EPANET, Public Domain Software For Pipe Networks By Toritseju Omaghomi and Steven Buchberger, PhD ACEEE Portland OR. March 22 nd, 2018

More information

Performance Evaluation of Event Detection Solutions: the CREDS experience

Performance Evaluation of Event Detection Solutions: the CREDS experience MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Performance Evaluation of Event Detection Solutions: the CREDS experience F Ziliani, S. Velastin, F. Porikli, L. Marcenaro, T. Kelliher, A.

More information

Healthy Buildings 2017 Europe July 2-5, 2017, Lublin, Poland

Healthy Buildings 2017 Europe July 2-5, 2017, Lublin, Poland Healthy Buildings 2017 Europe July 2-5, 2017, Lublin, Poland Paper ID 0141 ISBN: 978-83-7947-232-1 Prediction of exhaust gas stagnation in common corridor of apartments with gas water heater Takuro Nakamura

More information

Fire Detection Using Image Processing

Fire Detection Using Image Processing Fire Detection Using Image Processing Ku. R.A.Agrawal ME Student Department of CSE Babasaheb Naik college of Engineering Pusad, India rachanaagrawal90@gmail.com Prof. S.T.Khandare Associate professor Department

More information

Fast and Efficient Method for Fire Detection Using Image Processing

Fast and Efficient Method for Fire Detection Using Image Processing Fast and Efficient Method for Fire Detection Using Image Processing Turgay Celik Conventional fire detection systems use physical sensors to detect fire. Chemical properties of particles in the air are

More information

Construction of Wireless Fire Alarm System Based on ZigBee Technology

Construction of Wireless Fire Alarm System Based on ZigBee Technology Available online at www.sciencedirect.com Procedia Engineering 11 (2011) 308 313 The 5 th Conference on Performance-based Fire and Fire Protection Engineering Construction of Wireless Fire Alarm System

More information

NUMERICAL STUDIES ON BARE CABIN FIRES WITH OPERATION OF SMOKE EXTRACTION SYSTEM

NUMERICAL STUDIES ON BARE CABIN FIRES WITH OPERATION OF SMOKE EXTRACTION SYSTEM , Volume 11, Number 2, p.43-48, 2012 NUMERICAL STUDIES ON BARE CABIN FIRES WITH OPERATION OF SMOKE EXTRACTION SYSTEM Q. Kui Institute of Building Fire Research, China Academy of Building Research, Beijing,

More information

Case Study Canton Tower at Guangzhou. Guangzhou, China 2010

Case Study Canton Tower at Guangzhou. Guangzhou, China 2010 Case Study Canton Tower at Guangzhou Guangzhou, China 2010 Canton Tower Background 2 Worlds tallest broadcasting tower at 610 meters Unique design Integrated Structural Health Monitoring Optical and Electrical

More information

PREDICTION OF THE PRESSURE DROP OF CO 2 IN AN EVAPORATOR USED FOR AIR COOLING ABSTRACT 1. INTRODUCTION 2. EXPERIMENTAL SET-UP AND PROCEDURE

PREDICTION OF THE PRESSURE DROP OF CO 2 IN AN EVAPORATOR USED FOR AIR COOLING ABSTRACT 1. INTRODUCTION 2. EXPERIMENTAL SET-UP AND PROCEDURE PREDICTION OF THE PRESSURE DROP OF CO 2 IN AN EVAPORATOR USED FOR AIR COOLING M. POIRIER, D. GIGUÈRE, Z. AIDOUN, M. OUZZANE Natural Resources Canada, CANMET Energy Technology Centre-Varennes 1615, Lionel

More information

BUG DETECTOR WITH ANALOG AND DIGITAL OPTIONS SKU: CDRFAD

BUG DETECTOR WITH ANALOG AND DIGITAL OPTIONS SKU: CDRFAD BUG DETECTOR WITH ANALOG AND DIGITAL OPTIONS SKU: CDRFAD THANK YOU FOR PURCHASING THE BUG DETECTOR WITH ANALOG AND DIGITAL Please read this manual before operating the bug detector with analog and digital

More information

Improving Device-level Electricity Consumption Breakdowns in Private Households Using ON/OFF Events

Improving Device-level Electricity Consumption Breakdowns in Private Households Using ON/OFF Events Improving Device-level Electricity Consumption Breakdowns in Private Households Using ON/OFF Events Christian Beckel, Wilhelm Kleiminger Institute for Pervasive Computing ETH Zurich 892 Zurich, Switzerland

More information

INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH DESICCANT WHEEL COOLING SYSTEM

INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH DESICCANT WHEEL COOLING SYSTEM Available online at www.sciencedirect.com ScienceDirect Energy Procedia 61 (2014 ) 882 886 The 6 th International Conference on Applied Energy ICAE2014 INDOOR HUMAN THERMAL COMFORT OPTIMAL CONTROL WITH

More information

2012 International Symposium on Safety Science and Technology Factor analysis of high-rise building fires reasons and fire protection measures

2012 International Symposium on Safety Science and Technology Factor analysis of high-rise building fires reasons and fire protection measures Available online at www.sciencedirect.com Procedia Engineering 45 (2012 ) 643 648 2012 International Symposium on Safety Science and Technology Factor analysis of high-rise building fires reasons and fire

More information

Two-Pipe Fiber Bragg grating Temperature Sensor Applied in Cable Trench and Cable Pit

Two-Pipe Fiber Bragg grating Temperature Sensor Applied in Cable Trench and Cable Pit Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 710 714 Advanced in Control Engineering and Information Science Two-Pipe Fiber Bragg grating Temperature Sensor Applied in Cable

More information

How Computer Simulation Helps to Design Induction Heating Systems

How Computer Simulation Helps to Design Induction Heating Systems Large Pipe Powder Coating Page 1 ASM 2001 How Computer Simulation Helps to Design Induction Heating Systems Dr. Valentin S. Nemkov, Chief Scientist Mr. Robert C. Goldstein, Research Engineer Mr. Robert

More information

UNIVERSAL REMOTE CONTROL SYSTEM FOR KITCHEN AUTOMATION USING IoT

UNIVERSAL REMOTE CONTROL SYSTEM FOR KITCHEN AUTOMATION USING IoT . UNIVERSAL REMOTE CONTROL SYSTEM FOR KITCHEN AUTOMATION USING IoT Amita Thakare 1 Pooja R. Gandhe 2 1 Professor, Dept. of ECE, Priyadarshini Bhagwati College of Engineering. Nagpur, Maharashtra, India

More information

Harmful Intrusion Detection Algorithm of Optical Fiber Pre-Warning System Based on Correlation of Orthogonal Polarization Signals

Harmful Intrusion Detection Algorithm of Optical Fiber Pre-Warning System Based on Correlation of Orthogonal Polarization Signals PHOTONIC SENSORS / Vol. 7, No. 3, 217: 226 233 Harmful Intrusion Detection Algorithm of Optical Fiber Pre-Warning System Based on Correlation of Orthogonal Polarization Signals Fukun BI 1, Chong FENG 1,

More information

FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES

FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES XXIII Biannual Symposium on Measuring Techniques in Turbomachinery Transonic and Supersonic Flow in FREQUENCY ENHANCEMENT OF DUAL-JUNCTION THERMOCOUPLE PROBES James Braun Purdue University Indiana, United

More information

Alarm Correlation Research and Implementation Based on Similar Data Sources

Alarm Correlation Research and Implementation Based on Similar Data Sources 4th International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 201) Alarm Correlation Research and Implementation Based on Similar Data Sources Yi Tang1, a and Dahai

More information

EAGLE: Smart Wireless Solution. Condition monitoring installation has never been so easy. Brand of ACOEM

EAGLE: Smart Wireless Solution. Condition monitoring installation has never been so easy. Brand of ACOEM EAGLE: Smart Wireless Solution Condition monitoring installation has never been so easy Brand of ACOEM EAGLE is ONEPROD s easy-to-deploy continuous monitoring system for condition-based maintenance. EAGLE

More information

Presentation Flow. PNNI Routing Protocol Hello Protocol. What is PNNI?

Presentation Flow. PNNI Routing Protocol Hello Protocol. What is PNNI? Performance Evaluation of Multiple Criteria Routing Algorithms in Large PNNI ATM Network Phongsak Prasithsangaree Master s Thesis Defense May 22, 2000 Presentation Flow What is PNNI? Problem statement

More information

Comprehensive Design Review (CDR) Neptune. Team 16 February 29, Advisor: Professor Holcomb

Comprehensive Design Review (CDR) Neptune. Team 16 February 29, Advisor: Professor Holcomb Comprehensive Design Review (CDR) Neptune Team 16 February 29, 2016 Computer 1 1 Team 16 Introduction Frankie Viscusi EE 16 - Team Manager Power System & PCB Design Hang Do EE 16 Alarm & Power System Scott

More information

CRUSH: Cognitive Radio Universal Software Hardware

CRUSH: Cognitive Radio Universal Software Hardware CRUSH: Cognitive Radio Universal Software Hardware George F. Eichinger III MIT Lincoln Laboratory Lexington MA Kaushik Chowdhury, Miriam Leeser University Boston, MA USA 1 This work is sponsored by the

More information

A Trust Management based Framework for Fault-tolerant Barrier Coverage in Sensor Networks

A Trust Management based Framework for Fault-tolerant Barrier Coverage in Sensor Networks A Trust Management based Framework for Fault-tolerant Barrier Coverage in Sensor Networks Shibo He, Yuanchao Shu, Xianbin Cui, Chunjuan Wei, Jiming Chen and Zhiguo Shi Zhejiang University, Hangzhou, China

More information

Plowing the Streets of Pittsburgh

Plowing the Streets of Pittsburgh Plowing the Streets of Pittsburgh A Dynamic Route Planning System J. Kinable 1,2 W-J. van Hoeve 2 S.F. Smith 1 1 Robotics Institute - Carnegie Mellon University, USA 2 Tepper School of Business - Carnegie

More information

A Numerical study of the Fire-extinguishing Performance of Water Mist in an Opening Machinery Space

A Numerical study of the Fire-extinguishing Performance of Water Mist in an Opening Machinery Space Available online at www.sciencedirect.com Procedia Engineering 31 (2012) 734 738 International Conference on Advances in Computational Modeling and Simulation A Numerical study of the Fire-extinguishing

More information

PSC-ID-x-CM Series Ceiling Mount Occupancy Sensor

PSC-ID-x-CM Series Ceiling Mount Occupancy Sensor TECHNICAL SPECIFICATIONS PSC-ID-x-CM Series Ceiling Mount Occupancy Sensor Basic Features Line voltage version: 120-277VAC, 60Hz Low voltage version: 24VDC, requires separate class 2 power supply PIR sensor

More information

Personalized Energy Auditor: Estimating Personal Electricity Usage

Personalized Energy Auditor: Estimating Personal Electricity Usage Personalized Energy Auditor: Estimating Personal Electricity Usage Seungwoo Lee*, Daye Ahn**, Sukjun Lee*, Rhan Ha**, and Hojung Cha* *Department of Computer Science Yonsei University Seoul, Korea {seungwoo,

More information

A Novel Approach for the Thermal Management. of PC Power Supply

A Novel Approach for the Thermal Management. of PC Power Supply ISTP-16, 005, PRAGUE 16 TH INTERNATIONAL SYMPOSIUM ON TRANSPORT PHENOMENA A Novel Approach for the Thermal Management of PC Power Supply Fu-Sheng Chuang*, Sheam-Chyun Lin, Jon-Ting Kuo, Chien-An Chou Department

More information

THE SPOT* PERSONAL THERMAL COMFORT SYSTEM. A. Rabbani S. Keshav

THE SPOT* PERSONAL THERMAL COMFORT SYSTEM. A. Rabbani S. Keshav THE SPOT* PERSONAL THERMAL COMFORT SYSTEM A. Rabbani S. Keshav University of Waterloo BuildSys, November 2016 BASIC HVAC SYSTEM http://purelle-aircare.com/images/img_commercial-duct-system.jpg BASIC HVAC

More information

Novasky Radar Video Surveillance System

Novasky Radar Video Surveillance System Novasky Radar Video Surveillance System 湖南华诺星空电子技术有限公司 Novasky Electronic Technology Co,. Ltd 1 / 11 Content 1. Requirement on Perimeter Protection Radar Application...3 1.1 Perimeter Security Protection

More information

Tech Notes. TESTING PROTOCOL Fire Retardant Gel Coats. INTERPLASTIC CORPORATION Thermoset Resins Divison ISSUE 5

Tech Notes. TESTING PROTOCOL Fire Retardant Gel Coats. INTERPLASTIC CORPORATION Thermoset Resins Divison ISSUE 5 INTERPLASTIC CORPORATION Thermoset Resins Divison ISSUE 5 5 Tech Notes TESTING PROTOCOL Fire Retardant Gel Coats Issue Date: 4/22/2010 Document ID: TN-TS-05A 2010 Interplastic Corporation Testing Protocol

More information

Chapter 2 Background. 2.1 VID Technology

Chapter 2 Background. 2.1 VID Technology Chapter 2 Background 2.1 VID Technology In general, a fire VID system consists of video-based analytical algorithms that integrate cameras into advanced flame and smoke detection systems. The video image

More information

Gas Detection Instrument Based on Wireless Sensor Networks

Gas Detection Instrument Based on Wireless Sensor Networks Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Gas Detection Instrument Based on Wireless Sensor Networks 1,2,3 ANSONG FENG, 1 HONG WANG, 2 LIFENG WEI 1 Shenyang Institute of Automation,

More information

White Paper: Video/Audio Analysis Technology. hanwhasecurity.com

White Paper: Video/Audio Analysis Technology. hanwhasecurity.com White Paper: Video/Audio Analysis Technology hanwhasecurity.com Contents 1. Preface p. 2 2. Hanwha Techwin's Analysis Technology 2.1 Tampering Detection p. 3 2.2 Face Detection p. 3 2.3 IVA (Intelligent

More information

Griffin 824 Operational Suitability: Evaluation of Clear-Down Time for Mass Spectrometry- Based Trace Detector WHITE PAPER. Philip J. Tackett, Ph.D.

Griffin 824 Operational Suitability: Evaluation of Clear-Down Time for Mass Spectrometry- Based Trace Detector WHITE PAPER. Philip J. Tackett, Ph.D. WHITE PAPER Griffin 824 Operational Suitability: Evaluation of Clear-Down Time for Mass Spectrometry- Based Trace Detector INTRODUCTION Philip J. Tackett, Ph.D. 1 SYNOPSIS The following white paper describes

More information

INFLUENCE OF SOLAR RADIATION AND VENTILATION CONDITIONS ON HEAT BALANCE AND THERMAL COMFORT CONDITIONS IN LIVING-ROOMS

INFLUENCE OF SOLAR RADIATION AND VENTILATION CONDITIONS ON HEAT BALANCE AND THERMAL COMFORT CONDITIONS IN LIVING-ROOMS INFLUENCE OF SOLAR RADIATION AND VENTILATION CONDITIONS ON HEAT BALANCE AND THERMAL COMFORT CONDITIONS IN LIVING-ROOMS Staņislavs GENDELIS, Andris JAKOVIČS Laboratory for mathematical modelling of environmental

More information

ECO-FEEDBACK IN THE HOME WHAT CONSUMERS WANT

ECO-FEEDBACK IN THE HOME WHAT CONSUMERS WANT Centre for Sustainability Agriculture - Food - Energy - Environment ECO-FEEDBACK IN THE HOME WHAT CONSUMERS WANT REBECCA FORD BETH KARLIN UNIVERSITY OF OTAGO, NZ NAVETAS ENERGY MANAGEMENT LTD., UK UNIVERSITY

More information

IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM

IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM IMAGE PROCESSING BASED FIRE DETECTION ANDALERT SYSTEM Pranali Bedase, Mansi Chaudhari, Dnyaneshwari Patil, S.M.Kulkarni Department Of Electronics and Telecommunication, MAEER s MIT College of Engineering,

More information

Composite Event Detection in Wireless Sensor Networks

Composite Event Detection in Wireless Sensor Networks Composite Event Detection in Wireless Sensor Networks Chinh T. Vu, Raheem A. Beyah and Yingshu Li Georgia State University 04-12-2007 Outline Why? Motivation What? Preliminaries How? Scheme Conclusion

More information

M O T I O N DETECTORS. The Paradox series of motion detectors. combines advanced features and patented. technologies to provide a high level of

M O T I O N DETECTORS. The Paradox series of motion detectors. combines advanced features and patented. technologies to provide a high level of M O T I O N DETECTORS The Paradox series of motion detectors combines advanced features and patented technologies to provide a high level of detection and false alarm prevention. Whatever the application,

More information

FLIGHT UNLOADING IN ROTARY SUGAR DRYERS. P.F. BRITTON, P.A. SCHNEIDER and M.E. SHEEHAN. James Cook University

FLIGHT UNLOADING IN ROTARY SUGAR DRYERS. P.F. BRITTON, P.A. SCHNEIDER and M.E. SHEEHAN. James Cook University FLIGHT UNLOADING IN ROTARY SUGAR DRYERS By P.F. BRITTON, P.A. SCHNEIDER and M.E. SHEEHAN James Cook University Paul.Britton@jcu.edu.au, Phil.Schnieder@jcu.edu.au, Madoc.Sheehan@jcu.edu.au Keywords: Drying,

More information

Experimental Study of Initial Process of Frost on Heat Exchanger Surface of Refrigerated Transport Vehicle

Experimental Study of Initial Process of Frost on Heat Exchanger Surface of Refrigerated Transport Vehicle Experimental Study of Initial Process of Frost on Heat Exchanger Surface of Refrigerated Transport Vehicle Zhengda Fang 1, a, Peng Xia 1, b School of Shanghai University of Engineering Science, Shanghai

More information

Humidity and Temperature measurement in the ID volume

Humidity and Temperature measurement in the ID volume Humidity and Temperature measurement in the ID volume A. Robichaud Véronneau, Richard Brenner, Didier Ferrère, Steve McMahon... Outline Control of the ID environment ID Sensors: original, existing and

More information

Research Article Footstep and Vehicle Detection Using Seismic Sensors in Wireless Sensor Network: Field Tests

Research Article Footstep and Vehicle Detection Using Seismic Sensors in Wireless Sensor Network: Field Tests Distributed Sensor Networks Volume 213, Article ID 12386, 8 pages http://dx.doi.org/1.1155/213/12386 Research Article Footstep and Vehicle Detection Using Seismic Sensors in Wireless Sensor Network: Field

More information

Liquid Cooling for HPAs

Liquid Cooling for HPAs Liquid Cooling for HPAs Old-style liquid cooling brings thoughts of complex assembly processes, unexpected leaks, liquid among the electronics, and complex pressure problems. No more! New liquidcooling

More information

DATA CENTER SECURITY. March 2017 Anton Panaitescu

DATA CENTER SECURITY. March 2017 Anton Panaitescu DATA CENTER SECURITY March 2017 Anton Panaitescu a-panaitescu@optex.com.pl +40 742 02 02 09 Activities Company Overview Business Domain Creation of a safer, more secure and more comfortable society. Security

More information

INTREPID SINGLE-PLATFORM PERIMETER INTRUSION DETECTION AND MONITORING SYSTEM

INTREPID SINGLE-PLATFORM PERIMETER INTRUSION DETECTION AND MONITORING SYSTEM Southwest Microwave, Inc. 9055 S. McKemy Street Tempe, Arizona 85284 USA +1(480) 783-0201 Fax +1(480) 783-0401 Product Specifications INTREPID SINGLE-PLATFORM PERIMETER INTRUSION DETECTION AND MONITORING

More information

Smart Sensing and Tracking with Video and Mote Sensor Collaboration

Smart Sensing and Tracking with Video and Mote Sensor Collaboration Smart Sensing and Tracking with Video and Mote Sensor Collaboration Sadiye Guler Founder, intuvision, Inc. www.intuvisiontech.com Timothy Cole Northrop Grumman IT This work is partially supported by DHS

More information

LC-151 Dual-Tech Motion Sensor (Single PIR & Microwave) with adjustable Pet Immunity INSTALLATION INSTRUCTIONS & USER MANUAL P/N: ver.

LC-151 Dual-Tech Motion Sensor (Single PIR & Microwave) with adjustable Pet Immunity INSTALLATION INSTRUCTIONS & USER MANUAL P/N: ver. LC-151 Dual-Tech Motion Sensor (Single PIR & Microwave) with adjustable Pet Immunity INSTALLATION INSTRUCTIONS & USER MANUAL P/N: 7131720 ver.b 1 1 General... 3 2 Features... 3 3 Assembly description...

More information

Topic: Alarm Reduction and Correlation in IDS

Topic: Alarm Reduction and Correlation in IDS Electrical & Telecom Dependability & Security Partners: ENEA, LIU, QMUL, AIA EU-IST-2001-32685; Dec 2001 May 2004 Topic: Alarm Reduction and Correlation in IDS Authors: Tobias Chyssler, Kalle Burbeck (LIU)

More information

Assessment of the variable speed limits. Ruben Corthout Chris M.J. Tampère

Assessment of the variable speed limits. Ruben Corthout Chris M.J. Tampère Assessment of the variable speed limits around Antwerp Ruben Corthout Chris M.J. Tampère Overview of presentation Introduction and scope Assessment from the drivers perspective Case study Antwerp Ex-ante

More information

Intrusion sensors. We listened to you

Intrusion sensors. We listened to you Intrusion sensors We listened to you Advanced technology, makes it a simple choice Whether you choose Passive Infrared (PIR), Dual or Vector technology, our motion sensors have a number of intrinsic advantages:

More information

Certification of Thermographers

Certification of Thermographers CFPA-E No 3:2011 F Certification of Thermographers CFPA-E -GUIDELINES FOREWORD The European fire protection associations have decided to produce common guidelines in order to achieve similar interpretation

More information

Passive Stereoscopic Surveillance System Two eyes never miss information

Passive Stereoscopic Surveillance System Two eyes never miss information Passive Stereoscopic Surveillance System Two eyes never miss information Magna BSP ltd Security Providers Rotem Industrial Park D.N. Arava 86800 Israel Tel: 972-8-6552668 Fax: 972-8-6552669 Email: magnabsp@magnabsp.com

More information

Smoke and Fire Detection

Smoke and Fire Detection International Journal of Scientific and Research Publications, Volume 4, Issue 7, July 2014 1 Smoke and Fire Detection Dr. (Mrs.) Saylee Gharge *, Sumeet Birla **, Sachin Pandey **, Rishi Dargad **, Rahul

More information

Online Detection of Fire in Video

Online Detection of Fire in Video Online Detection of Fire in Video B. Uǧur Töreyin, A. Enis Çetin Bilkent University 06800 Ankara Turkey {ugur,cetin}@ee.bilkent.edu.tr Abstract This paper describes an online learning based method to detect

More information

Q3000 Smart Home Alarm. Kit Content and Installation Guide

Q3000 Smart Home Alarm. Kit Content and Installation Guide Q3000 Smart Home Alarm Kit Content and Installation Guide Table of Contents 1. Introduction 1 2. Installation 4 3. Troubleshooting & Factory Reset 7 4. Specifications 9 Information and illustrations are

More information

Temperature Monitoring in Group Housed Rats

Temperature Monitoring in Group Housed Rats Temperature Monitoring in Group Housed Rats A Use Case www.actualanalytics.com Introduction The Actual Home Cage Analyser has many features that set it apart from traditional rodent monitoring systems.

More information

ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM. Hüseyin ACAR *

ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM. Hüseyin ACAR * ANALYSIS OF OTDR MEASUREMENT DATA WITH WAVELET TRANSFORM Hüseyin ACAR * Department of Electrical and Electronics Engineering, Faculty of Engineering, Dicle University * hacar@dicle.edu.tr ABSTRACT: In

More information

Intrusion Detection System: Facts, Challenges and Futures. By Gina Tjhai 13 th March 2007 Network Research Group

Intrusion Detection System: Facts, Challenges and Futures. By Gina Tjhai 13 th March 2007 Network Research Group Intrusion Detection System: Facts, Challenges and Futures By Gina Tjhai 13 th March 2007 Network Research Group 1 Overview Introduction Challenges of current IDS Potential solutions Alarm Correlation Existing

More information

Application of Wireless Monitoring System for the Ambient Vibration Study of the WuYuan Steel Arch Bridge

Application of Wireless Monitoring System for the Ambient Vibration Study of the WuYuan Steel Arch Bridge Application of Wireless Monitoring System for the Ambient Vibration Study of the WuYuan Steel Arch Bridge Y. Lei, W.A. Shen and Y. Song Department of Civil Engineering, Xiamen University, China J. P. Lynch

More information

The FEL Facility Optical Diagnostics and FEL Characterization

The FEL Facility Optical Diagnostics and FEL Characterization The FEL Facility Optical Diagnostics and FEL Characterization M. Shinn, C. Behre, S. Benson, J. Coleman, R. Evans, A. Grippo, J. Gubeli, D. Hardy, K. Jordan, G. Neil, S. Zhang G. Williams Jefferson Lab

More information

Sensor Placement Algorithm for Rapid Theatre Assessment (SPARTA)

Sensor Placement Algorithm for Rapid Theatre Assessment (SPARTA) Sensor Placement Algorithm for Rapid Theatre Assessment (SPARTA) Presented by: Dr Robert Gordon and Dr Martyn Bull Introduction CB Sensors in Collective Protection Strategies Aims of Sensor Placement The

More information

Setting the new standard for personal radiation detection.

Setting the new standard for personal radiation detection. Setting the new standard for personal radiation detection. Thermo Scientific RadEye SPRD Personal Radiation Detector Definitive answers through pin-point accuracy The Thermo Scientific RadEye SPRD personal

More information

Design of the Fiber-optic Fence Warning System with Distributed Video Real-Time Display Function Qiang-yi YI and Zheng-hong YU *

Design of the Fiber-optic Fence Warning System with Distributed Video Real-Time Display Function Qiang-yi YI and Zheng-hong YU * 2016 International Conference on Artificial Intelligence: Techniques and Applications (AITA 2016) ISBN: 978-1-60595-389-2 Design of the Fiber-optic Fence Warning System with Distributed Video Real-Time

More information

Photobeam 5000 ISC-FPB1-W60QF, ISC-FPB1-W120QF, ISC-FPB1-W200QF. en Installation and Operation Guide

Photobeam 5000 ISC-FPB1-W60QF, ISC-FPB1-W120QF, ISC-FPB1-W200QF. en Installation and Operation Guide Photobeam 5000 ISC-FPB-W60QF, ISC-FPB-W0QF, ISC-FPB-W00QF en Installation and Operation Guide Photobeam 5000 Table of Contents en 3 Table of contents Introduction 4. About documentation 4. Bosch Security

More information

Inactivity Alert Sensor

Inactivity Alert Sensor Inactivity Alert Sensor IAP1301 User Manual home8care.com 1-844-800-6482 V1.0 support@home8care.com 2017 1 Table of Contents Chapter 1. Introduction... 2 1.1 System Requirement... 2 Chapter 2. Hardware

More information

Heat Transfer Enhancement using Herringbone wavy & Smooth Wavy fin Heat Exchanger for Hydraulic Oil Cooling

Heat Transfer Enhancement using Herringbone wavy & Smooth Wavy fin Heat Exchanger for Hydraulic Oil Cooling Enhancement using Herringbone wavy & Smooth Wavy fin Exchanger for Hydraulic Oil Cooling 1 Mr. Ketan C. Prasadi, 2 Prof. A.M. Patil 1 M.E. Student, P.V.P.I.T.,Budhagaon,Sangli AP-India 2 Associate Professor,

More information

THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS

THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS THE NEXT GENERATION IN VISIBILITY SENSORS OUTPERFORM BOTH TRADITIONAL TRANSMISSOMETERS AND FORWARD SCATTER SENSORS Steve Glander: Senior Sales Engineer All Weather, Inc. 1165 National Dr. Sacramento, CA

More information

Exercise 2-4. Heat Exchangers (Optional Exercise) EXERCISE OBJECTIVE DISCUSSION OUTLINE. Description of a brazed plate heat exchanger DISCUSSION

Exercise 2-4. Heat Exchangers (Optional Exercise) EXERCISE OBJECTIVE DISCUSSION OUTLINE. Description of a brazed plate heat exchanger DISCUSSION Exercise 2-4 Heat Exchangers (Optional Exercise) EXERCISE OBJECTIVE In this exercise, you will become familiar with plate heat exchangers. You will set up a cooling and a heating loop passing through the

More information

Landscape Conservation Design June, 2014

Landscape Conservation Design June, 2014 Designing Sustainable Landscapes in the Northeast A project of the North Atlantic Landscape Conservation Cooperative & Northeast Climate Science Center June, 2014 Adaptive Establish Conservation Goals

More information

How to Use Fire Risk Assessment Tools to Evaluate Performance Based Designs

How to Use Fire Risk Assessment Tools to Evaluate Performance Based Designs How to Use Fire Risk Assessment Tools to Evaluate Performance Based Designs 1 ABSTRACT Noureddine Benichou and Ahmed H. Kashef * Institute for Research in Construction National Research Council of Canada

More information

INFLUENCE OF DIFFERENT TEMPERING PERIOD AND VACUUM CONDITIONS ON THE RICE GRAIN BREAKAGE IN A THIN LAYER DRYER

INFLUENCE OF DIFFERENT TEMPERING PERIOD AND VACUUM CONDITIONS ON THE RICE GRAIN BREAKAGE IN A THIN LAYER DRYER INFLUENCE OF TEMPERING PERIOD AND VACUUM CONDITIONS ON THE RICE GRAIN BREAKAGE Cercetări Agronomice în Moldova Vol. XLVI, No. 4 (156) / 2013 INFLUENCE OF DIFFERENT TEMPERING PERIOD AND VACUUM CONDITIONS

More information

lighting control Simple and scalable Flexible control every step of the way DESIGN INSTALL MAINTAIN

lighting control Simple and scalable Flexible control every step of the way DESIGN INSTALL MAINTAIN Simple and scalable lighting control DESIGN INSTALL MAINTAIN Flexible control every step of the way Introducing a revolutionary wireless lighting control solution for new and existing commercial buildings.

More information