SlideShare a Scribd company logo
Intrusion Detection In Open Field
Using Geophone
Presented By
Nuthan Prasad KB
50027229
Robotics Engineering, 4th Semester, MTech
UPES, Dehradun
Under the Guidance of
Rajesh Singh
Assistant Professor, Department of Electronics
and Instrumentation Engineering
UPES, Dehradun
Problem Statement
• Providing security in an open field like border between two country, forest area is very
difficult using cameras as the area for which security is provided will be very large. As
the area increases, number of cameras used will also increase and monitoring such
large number of cameras will be come practically impossible.
• However, Sensors like infrared sensor, temperature sensors which can be used as
alternative for cameras. But range of such sensors are very less to use it for providing
security in open field.
• Therefore, better way of sensing intrusion is by sensing the seismic vibrations or
waves generated when any intrusion takes place in an large open field.
Introduction - Seismic Wave
• They are waves of energy that travel through and across the earth surface
• They are result of earth quake, explosion, volcano, anthropogenic sources
• They are measured using seismometer, hydrophone, accelerometer, geophones
Seismic
Waves
Body
Waves
Primary
Waves
Secondary
Waves
Surface
Waves
Rayleigh
Waves
Love
Waves
• Rayleigh wave attenuates at lesser rate comparatively and travels longer distance
• Rayleigh wave has bulk of the energy of seismic wave
• Therefore, Geophone is used to sense Rayleigh wave
Introduction - Geophone
• Geo Sensor is a magnet hanging through the spring with electromagnetic coils
around to produce voltage variations
• Geo Sensor senses the propagating seismic waves along the axis (Axis of Rayleigh)
in which it is placed
• Produces voltage variations according to the variation of propagating wave
intensity
Previous Work
Classification Of Footsteps From Sensor Data
• Footstep Detection and Tracking by George Succi, Daniel Clapp, Robert Gampert,
Gervasio Prado
• Seismic Footstep Signal Characterization, A. Pakhomov, A. Sicignano, M. Sandy, and
T. Goldburt
• Seismic Signals and Noise Assessment for Foot Step Detection Range Estimation in
Different Environments, Alex Pakhomov and Tim Goldburt
Methodology to classification footstep seismic signal from non footstep seismic signal
using anti aliasing filter, sampler(ADC), band pass filter, envelope detector, kurtosis
block is explained in above papers. Sensor node in this project is developed based on
above papers.
Objective
The goal of the project is to develop Intrusion Detecting System using Geo sensors. In
order to accomplish this, following has to developed.
• Sensor Node
• Control Room and Unmanned Vehicle to navigate between intrusion site and
control room to take necessary action against intrusion.
• A Wireless Communication System to communicate between sensor node and
control room and vice versa.
Control
Room
Node 1
Node 3
Node 4
Node 2
Alerting (Buzzer and
Display Device showing the
location of intruder)
Unmanned
Vehicle
Sensor Node
Amplification
• Signal from geophone is in mv range.
• For easy processing of geo sensor signal , it has to be amplified in order to get the
signal in volt range.
• Gain = 5 v/5 mv = 1000
• Normal opamps does not provide gain of 1000. Therefore, a low power low voltage
instrumentation amplifier called AD620 is used.
Band Pass Filter
• The frequency range, which contains the main part of the footstep signal energy for a
distance greater than 6m, is between 10 Hz and 100 Hz. Therefore, Geophone signal is
passes through band pass filter to filter out all the frequency other then the frequency
between 10 Hz and 100 Hz
Envelope detected signal
• Output of band pass filter will have both positive and negative shoots and its frequency is
band limited between 10 Hz and 100 Hz.
• Performing kurtosis operation will be confusing for microcontroller, when whole of the signal
from band pass signal is considered, which leads to wrong calculation of kurtosis.
• This constraint, is overcome by subjecting the band limited signal to envelope detection to
track only the positive peak amplitudes before subjecting the signal to kurtosis operation.
Kurtosis and Communication
• Kurtosis is the measure of instant raise in the amplitude.
• Kurtosis is performed by microcontroller board.
• Microcontroller reads the signal through analog to digital converter at 1000 Hz
sampling frequency. i.e., Envelope signal is read every 1 ms through ADC and
stored in EEPROM of microcontroller using the concept of timer interrupts.
• Meanwhile, Simultaneously microcontroller perform kurtosis operation on
EEPROM data.
• Kurtosis is performed on 200ms of EEPROM data at once. i.e., 1000 samples per
second/ 5 steps per second = 200 samples
• If kurtosis>3, Intrusion is detected and informed to control room and Unmanned
Vehicle wirelessly along with its location information.
• Arduino Mega 2650 microcontroller, Global Positioning System and 433 MHz
Transmitter are used.
Main Function Flowchart of Sensor
Node
Interrupt Subroutine Flowchart of
Sensor Node
Control Room and Unmanned Vehicle
• Control Room has to continuously monitor for intrusion information from Sensor
Nodes.
• After finding intrusion and location information from sensor nodes wirelessly,
Control room has to send a Unmanned Vehicle to take action against intrusion.
• Unmanned Vehicle navigates to the sensor node using Global Positioning System to
take action against intrusion.
• In the project, only one node is developed. Hence control room is bypassed. Sensor
node informs intrusion details to UGV directly. Information is transmitted wirelessly
using 433 MHz transmitter. UGV receives the intrusion information wirelessly using
433 MHz receiver.
Flowchart of UGV
Wireless Communication System
• Depending on the range, area of field of security, power constraints, environment
different wireless communication can be chosen.
• Wireless communication takes between sensor nodes, control rooms and UGVs.
Communication could take place between two sensor nodes or between two
control rooms could as well.
• Communication could be simplex or duplex. All these factors depend on the design
of wireless communication networks design.
• However, in this project 433 MHz transmitter and receiver is used.
Result
Geophone available with us is not sensitive enough to capture the seismic signals
generated by human footstep.
Hence, the project is demonstrated using Signal Generator and DAC in Arduino Due
microcontroller board.
Conclusion and Future Work
This project has huge scope for updating. Following are few updates that can be
considered as updates.
• The Band pass filter used for filtering of footstep is fixed for this project. The filter
has to be made adaptive so that the filter can be modified based on the site and
incoming data.
• Envelope Detection, Amplification processes can be made adaptive.
• Unmanned All-Terrain vehicle, Quad copter can be used instead of simple UGV with
better technologies to navigate along with functionalities like obstacle avoidance,
transmitting video wirelessly and better algorithm to reach destination or intrusion
detected sensor node with shortest distance from control room.
• Range of wireless transmission can be increased using better wireless technologies
like Wi-Fi, Zig bee, etc.
Results demonstrated by generating the signal similar to the geophone signals using Signal
Generator and DAC of Arduino Due microcontroller board which hold true with results that can
be produced using geophone with sufficient sensitivity too.
References
• Footstep Detection and Tracking, George Succi, Daniel Clapp, Robert Gampert,
Gervasio Prado.
• Problems in Seismic Detection and Tracking ,Dr. George Succi, Dr.Gervasio Prado,
Robert Gampert, Torstein Pedersen and Hardave Dhaliwal
• Seismic Footstep Signal Characterization, A. Pakhomov, A. Sicignano, M. Sandy, and
T. Goldburt
• Seismic Signals and Noise Assessment for Foot Step Detection Range Estimation in
Different Environments, Alex Pakhomov and Tim Goldburt
• Personnel tracking using seismic sensors, Michael S. Richman, Douglas S. Deadrick,
Robert J. Nation, Scott L. Whitney
• Demonstration System for a Low-Power Seismic Detector and Classifier, Elliot
Richard Ranger , Master’s thesis ,MIT 2003
Thank You

More Related Content

What's hot

Interference and system capacity
Interference and system capacityInterference and system capacity
Interference and system capacity
AJAL A J
 
Radar fundamentals
Radar fundamentalsRadar fundamentals
Radar fundamentals
Ali Sufyan
 
Doppler radar
Doppler radarDoppler radar
Doppler radar
Jafar Hameed
 
chapters,reference (1)
chapters,reference (1)chapters,reference (1)
chapters,reference (1)
Devika Kunnath
 
CFAR
CFARCFAR
Cell phone jammer
Cell phone jammerCell phone jammer
Cell phone jammer
Pula Likhitha
 
Transponder
Transponder Transponder
Transponder
Abhishek Dutta
 
Landmines Detection
Landmines DetectionLandmines Detection
Landmines Detection
kulrao
 
Monopulse Radar
Monopulse RadarMonopulse Radar
Monopulse Radar
rahul karanam
 
Wave propagation properties
Wave propagation propertiesWave propagation properties
Wave propagation properties
Izah Asmadi
 
Gmdss guide
Gmdss guideGmdss guide
Gmdss guide
Mohammed Ruwais
 
ground penetration rader
ground  penetration raderground  penetration rader
ground penetration rader
Amir Khan
 
Ground penetrating radar
Ground penetrating radarGround penetrating radar
Ground penetrating radar
kasarlanaga
 
New microsoft power point presentation
New microsoft power point presentationNew microsoft power point presentation
New microsoft power point presentation
Josita Rodrigues
 
Unmanned aerial vehicle or drone applicability in mining
Unmanned aerial vehicle or drone applicability in miningUnmanned aerial vehicle or drone applicability in mining
Unmanned aerial vehicle or drone applicability in mining
Prasant Sahu
 
GSM-BASED-HOME-AUTOMATION-PPT
GSM-BASED-HOME-AUTOMATION-PPTGSM-BASED-HOME-AUTOMATION-PPT
GSM-BASED-HOME-AUTOMATION-PPT
Tapan Kumar Mohanta
 
ppt on radar system
 ppt on radar system ppt on radar system
ppt on radar system
Biswajit Das
 
LiDAR
LiDARLiDAR
Monopulseradar
MonopulseradarMonopulseradar
Monopulseradar
rakeshkk
 
Oscilloscope Fundamentals, Hands-On Course at EELive 2014
Oscilloscope Fundamentals, Hands-On Course at EELive 2014Oscilloscope Fundamentals, Hands-On Course at EELive 2014
Oscilloscope Fundamentals, Hands-On Course at EELive 2014
Rohde & Schwarz North America
 

What's hot (20)

Interference and system capacity
Interference and system capacityInterference and system capacity
Interference and system capacity
 
Radar fundamentals
Radar fundamentalsRadar fundamentals
Radar fundamentals
 
Doppler radar
Doppler radarDoppler radar
Doppler radar
 
chapters,reference (1)
chapters,reference (1)chapters,reference (1)
chapters,reference (1)
 
CFAR
CFARCFAR
CFAR
 
Cell phone jammer
Cell phone jammerCell phone jammer
Cell phone jammer
 
Transponder
Transponder Transponder
Transponder
 
Landmines Detection
Landmines DetectionLandmines Detection
Landmines Detection
 
Monopulse Radar
Monopulse RadarMonopulse Radar
Monopulse Radar
 
Wave propagation properties
Wave propagation propertiesWave propagation properties
Wave propagation properties
 
Gmdss guide
Gmdss guideGmdss guide
Gmdss guide
 
ground penetration rader
ground  penetration raderground  penetration rader
ground penetration rader
 
Ground penetrating radar
Ground penetrating radarGround penetrating radar
Ground penetrating radar
 
New microsoft power point presentation
New microsoft power point presentationNew microsoft power point presentation
New microsoft power point presentation
 
Unmanned aerial vehicle or drone applicability in mining
Unmanned aerial vehicle or drone applicability in miningUnmanned aerial vehicle or drone applicability in mining
Unmanned aerial vehicle or drone applicability in mining
 
GSM-BASED-HOME-AUTOMATION-PPT
GSM-BASED-HOME-AUTOMATION-PPTGSM-BASED-HOME-AUTOMATION-PPT
GSM-BASED-HOME-AUTOMATION-PPT
 
ppt on radar system
 ppt on radar system ppt on radar system
ppt on radar system
 
LiDAR
LiDARLiDAR
LiDAR
 
Monopulseradar
MonopulseradarMonopulseradar
Monopulseradar
 
Oscilloscope Fundamentals, Hands-On Course at EELive 2014
Oscilloscope Fundamentals, Hands-On Course at EELive 2014Oscilloscope Fundamentals, Hands-On Course at EELive 2014
Oscilloscope Fundamentals, Hands-On Course at EELive 2014
 

Viewers also liked

Intrusion Detection In Open Field Using Geophone (Report)
Intrusion Detection In Open Field Using Geophone (Report)Intrusion Detection In Open Field Using Geophone (Report)
Intrusion Detection In Open Field Using Geophone (Report)
Nuthan Prasad
 
Seismic Refraction Surveying
Seismic Refraction SurveyingSeismic Refraction Surveying
Seismic Refraction Surveying
Ali Osman Öncel
 
Ensayo de sísmica refracción
Ensayo de sísmica refracciónEnsayo de sísmica refracción
Ensayo de sísmica refracción
hfbonifaz
 
Fundamentals of Seismic Refraction
Fundamentals of Seismic RefractionFundamentals of Seismic Refraction
Fundamentals of Seismic Refraction
Ali Osman Öncel
 
Digital recording system (Geo Physics)
Digital recording system (Geo Physics)Digital recording system (Geo Physics)
Digital recording system (Geo Physics)
Junaid-sanwal
 
Footstep power generating system
Footstep power generating systemFootstep power generating system
Footstep power generating system
Ranith Ram Padmashali
 
Foot step power generator
Foot step power generatorFoot step power generator
Foot step power generator
Deepa Rani
 
Power generation through foot steps
Power generation through foot stepsPower generation through foot steps
Power generation through foot steps
Pradeep Avanigadda
 
KABLOSUZ PROB YARDIMIYLA GEOPHONE SİSTEMİ TASARIMI
KABLOSUZ PROB YARDIMIYLA GEOPHONE SİSTEMİ TASARIMIKABLOSUZ PROB YARDIMIYLA GEOPHONE SİSTEMİ TASARIMI
KABLOSUZ PROB YARDIMIYLA GEOPHONE SİSTEMİ TASARIMI
Mutugu Gultepe
 

Viewers also liked (9)

Intrusion Detection In Open Field Using Geophone (Report)
Intrusion Detection In Open Field Using Geophone (Report)Intrusion Detection In Open Field Using Geophone (Report)
Intrusion Detection In Open Field Using Geophone (Report)
 
Seismic Refraction Surveying
Seismic Refraction SurveyingSeismic Refraction Surveying
Seismic Refraction Surveying
 
Ensayo de sísmica refracción
Ensayo de sísmica refracciónEnsayo de sísmica refracción
Ensayo de sísmica refracción
 
Fundamentals of Seismic Refraction
Fundamentals of Seismic RefractionFundamentals of Seismic Refraction
Fundamentals of Seismic Refraction
 
Digital recording system (Geo Physics)
Digital recording system (Geo Physics)Digital recording system (Geo Physics)
Digital recording system (Geo Physics)
 
Footstep power generating system
Footstep power generating systemFootstep power generating system
Footstep power generating system
 
Foot step power generator
Foot step power generatorFoot step power generator
Foot step power generator
 
Power generation through foot steps
Power generation through foot stepsPower generation through foot steps
Power generation through foot steps
 
KABLOSUZ PROB YARDIMIYLA GEOPHONE SİSTEMİ TASARIMI
KABLOSUZ PROB YARDIMIYLA GEOPHONE SİSTEMİ TASARIMIKABLOSUZ PROB YARDIMIYLA GEOPHONE SİSTEMİ TASARIMI
KABLOSUZ PROB YARDIMIYLA GEOPHONE SİSTEMİ TASARIMI
 

Similar to Intrusion Detection In Open Field Using Geophone (Presentation)

IOT EDGE SS JP.pptx
IOT EDGE SS JP.pptxIOT EDGE SS JP.pptx
IOT EDGE SS JP.pptx
Jayesh Patil
 
Ultrasonic_Based_Security_System
Ultrasonic_Based_Security_SystemUltrasonic_Based_Security_System
Ultrasonic_Based_Security_System
Syed Mohd Mehdi Rizvi
 
security system-converted.pdf
security system-converted.pdfsecurity system-converted.pdf
security system-converted.pdf
AayushiS6
 
I04655458
I04655458I04655458
I04655458
IOSR-JEN
 
underwater_wireless_communication_networ.pptx
underwater_wireless_communication_networ.pptxunderwater_wireless_communication_networ.pptx
underwater_wireless_communication_networ.pptx
SYETRajatChaskar2462
 
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY PiULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
International Journal of Technical Research & Application
 
C04441722
C04441722C04441722
C04441722
IOSR-JEN
 
Interfacing ultrasonic rangefinder with avr mc us
Interfacing ultrasonic rangefinder with avr mc usInterfacing ultrasonic rangefinder with avr mc us
Interfacing ultrasonic rangefinder with avr mc us
Kushagra Ganeriwal
 
Study of Tactile interactions for visually disabled and hearing impaired
Study of  Tactile interactions for visually disabled and hearing impaired Study of  Tactile interactions for visually disabled and hearing impaired
Study of Tactile interactions for visually disabled and hearing impaired
Abu Saleh Musa
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
nkansal81
 
Decoding Turbulent Chemical Plumes With Improved Signal Processing and Machin...
Decoding Turbulent Chemical Plumes With Improved Signal Processing and Machin...Decoding Turbulent Chemical Plumes With Improved Signal Processing and Machin...
Decoding Turbulent Chemical Plumes With Improved Signal Processing and Machin...
InsideScientific
 
2014_04_msw_a4_format (2)
2014_04_msw_a4_format (2)2014_04_msw_a4_format (2)
2014_04_msw_a4_format (2)
saransh kumar
 
Detection of humps and potholes
Detection of humps and potholesDetection of humps and potholes
Detection of humps and potholes
AJOVE
 
Best Paper winning PPT
Best Paper winning PPTBest Paper winning PPT
Best Paper winning PPT
Kamal Lamichhane
 
Potential technogies
Potential technogiesPotential technogies
Potential technogies
Omkar Paranjape
 
Energy Efficient and Secure Intrusion Detection for Maximum Coverage in WSN
Energy Efficient and Secure Intrusion Detection for Maximum Coverage in WSNEnergy Efficient and Secure Intrusion Detection for Maximum Coverage in WSN
Energy Efficient and Secure Intrusion Detection for Maximum Coverage in WSN
Amairullah Khan Lodhi
 
Space Awareness Technologies for Service Discovery in Mobile Computing
Space Awareness Technologies for Service Discovery in Mobile ComputingSpace Awareness Technologies for Service Discovery in Mobile Computing
Space Awareness Technologies for Service Discovery in Mobile Computing
Yurong (Kevin) Xu
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor Technology
IOSR Journals
 
High speed measurement
High speed measurement High speed measurement
High speed measurement
rohit kumar
 
B010220709
B010220709B010220709
B010220709
IOSR Journals
 

Similar to Intrusion Detection In Open Field Using Geophone (Presentation) (20)

IOT EDGE SS JP.pptx
IOT EDGE SS JP.pptxIOT EDGE SS JP.pptx
IOT EDGE SS JP.pptx
 
Ultrasonic_Based_Security_System
Ultrasonic_Based_Security_SystemUltrasonic_Based_Security_System
Ultrasonic_Based_Security_System
 
security system-converted.pdf
security system-converted.pdfsecurity system-converted.pdf
security system-converted.pdf
 
I04655458
I04655458I04655458
I04655458
 
underwater_wireless_communication_networ.pptx
underwater_wireless_communication_networ.pptxunderwater_wireless_communication_networ.pptx
underwater_wireless_communication_networ.pptx
 
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY PiULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
ULTRASONIC PERIPATETIC SCANNER FOR AUTONOMOUS TEST BENCH USING RASPBERRY Pi
 
C04441722
C04441722C04441722
C04441722
 
Interfacing ultrasonic rangefinder with avr mc us
Interfacing ultrasonic rangefinder with avr mc usInterfacing ultrasonic rangefinder with avr mc us
Interfacing ultrasonic rangefinder with avr mc us
 
Study of Tactile interactions for visually disabled and hearing impaired
Study of  Tactile interactions for visually disabled and hearing impaired Study of  Tactile interactions for visually disabled and hearing impaired
Study of Tactile interactions for visually disabled and hearing impaired
 
wireless sensor network
wireless sensor networkwireless sensor network
wireless sensor network
 
Decoding Turbulent Chemical Plumes With Improved Signal Processing and Machin...
Decoding Turbulent Chemical Plumes With Improved Signal Processing and Machin...Decoding Turbulent Chemical Plumes With Improved Signal Processing and Machin...
Decoding Turbulent Chemical Plumes With Improved Signal Processing and Machin...
 
2014_04_msw_a4_format (2)
2014_04_msw_a4_format (2)2014_04_msw_a4_format (2)
2014_04_msw_a4_format (2)
 
Detection of humps and potholes
Detection of humps and potholesDetection of humps and potholes
Detection of humps and potholes
 
Best Paper winning PPT
Best Paper winning PPTBest Paper winning PPT
Best Paper winning PPT
 
Potential technogies
Potential technogiesPotential technogies
Potential technogies
 
Energy Efficient and Secure Intrusion Detection for Maximum Coverage in WSN
Energy Efficient and Secure Intrusion Detection for Maximum Coverage in WSNEnergy Efficient and Secure Intrusion Detection for Maximum Coverage in WSN
Energy Efficient and Secure Intrusion Detection for Maximum Coverage in WSN
 
Space Awareness Technologies for Service Discovery in Mobile Computing
Space Awareness Technologies for Service Discovery in Mobile ComputingSpace Awareness Technologies for Service Discovery in Mobile Computing
Space Awareness Technologies for Service Discovery in Mobile Computing
 
Security System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor TechnologySecurity System Based on Ultrasonic Sensor Technology
Security System Based on Ultrasonic Sensor Technology
 
High speed measurement
High speed measurement High speed measurement
High speed measurement
 
B010220709
B010220709B010220709
B010220709
 

Recently uploaded

一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
upoux
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
ElakkiaU
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
ydzowc
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
UReason
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
bijceesjournal
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
PKavitha10
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
Prakhyath Rai
 
Software Engineering and Project Management - Software Testing + Agile Method...
Software Engineering and Project Management - Software Testing + Agile Method...Software Engineering and Project Management - Software Testing + Agile Method...
Software Engineering and Project Management - Software Testing + Agile Method...
Prakhyath Rai
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 08 Doors and Windows.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 08 Doors and Windows.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 08 Doors and Windows.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 08 Doors and Windows.pdf
Yasser Mahgoub
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
Paris Salesforce Developer Group
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
ecqow
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
171ticu
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
Anant Corporation
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
PreethaV16
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
MDSABBIROJJAMANPAYEL
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
Atif Razi
 

Recently uploaded (20)

一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
一比一原版(osu毕业证书)美国俄勒冈州立大学毕业证如何办理
 
An Introduction to the Compiler Designss
An Introduction to the Compiler DesignssAn Introduction to the Compiler Designss
An Introduction to the Compiler Designss
 
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
原版制作(Humboldt毕业证书)柏林大学毕业证学位证一模一样
 
Data Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason WebinarData Driven Maintenance | UReason Webinar
Data Driven Maintenance | UReason Webinar
 
Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...Rainfall intensity duration frequency curve statistical analysis and modeling...
Rainfall intensity duration frequency curve statistical analysis and modeling...
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1CEC 352 - SATELLITE COMMUNICATION UNIT 1
CEC 352 - SATELLITE COMMUNICATION UNIT 1
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...Software Engineering and Project Management - Introduction, Modeling Concepts...
Software Engineering and Project Management - Introduction, Modeling Concepts...
 
Software Engineering and Project Management - Software Testing + Agile Method...
Software Engineering and Project Management - Software Testing + Agile Method...Software Engineering and Project Management - Software Testing + Agile Method...
Software Engineering and Project Management - Software Testing + Agile Method...
 
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 08 Doors and Windows.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 08 Doors and Windows.pdf2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 08 Doors and Windows.pdf
2008 BUILDING CONSTRUCTION Illustrated - Ching Chapter 08 Doors and Windows.pdf
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
AI + Data Community Tour - Build the Next Generation of Apps with the Einstei...
 
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
一比一原版(CalArts毕业证)加利福尼亚艺术学院毕业证如何办理
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样学校原版美国波士顿大学毕业证学历学位证书原版一模一样
学校原版美国波士顿大学毕业证学历学位证书原版一模一样
 
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by AnantLLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
LLM Fine Tuning with QLoRA Cassandra Lunch 4, presented by Anant
 
Object Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOADObject Oriented Analysis and Design - OOAD
Object Oriented Analysis and Design - OOAD
 
Properties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptxProperties Railway Sleepers and Test.pptx
Properties Railway Sleepers and Test.pptx
 
Applications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdfApplications of artificial Intelligence in Mechanical Engineering.pdf
Applications of artificial Intelligence in Mechanical Engineering.pdf
 

Intrusion Detection In Open Field Using Geophone (Presentation)

  • 1. Intrusion Detection In Open Field Using Geophone Presented By Nuthan Prasad KB 50027229 Robotics Engineering, 4th Semester, MTech UPES, Dehradun Under the Guidance of Rajesh Singh Assistant Professor, Department of Electronics and Instrumentation Engineering UPES, Dehradun
  • 2. Problem Statement • Providing security in an open field like border between two country, forest area is very difficult using cameras as the area for which security is provided will be very large. As the area increases, number of cameras used will also increase and monitoring such large number of cameras will be come practically impossible. • However, Sensors like infrared sensor, temperature sensors which can be used as alternative for cameras. But range of such sensors are very less to use it for providing security in open field. • Therefore, better way of sensing intrusion is by sensing the seismic vibrations or waves generated when any intrusion takes place in an large open field.
  • 3. Introduction - Seismic Wave • They are waves of energy that travel through and across the earth surface • They are result of earth quake, explosion, volcano, anthropogenic sources • They are measured using seismometer, hydrophone, accelerometer, geophones Seismic Waves Body Waves Primary Waves Secondary Waves Surface Waves Rayleigh Waves Love Waves • Rayleigh wave attenuates at lesser rate comparatively and travels longer distance • Rayleigh wave has bulk of the energy of seismic wave • Therefore, Geophone is used to sense Rayleigh wave
  • 4. Introduction - Geophone • Geo Sensor is a magnet hanging through the spring with electromagnetic coils around to produce voltage variations • Geo Sensor senses the propagating seismic waves along the axis (Axis of Rayleigh) in which it is placed • Produces voltage variations according to the variation of propagating wave intensity
  • 5. Previous Work Classification Of Footsteps From Sensor Data • Footstep Detection and Tracking by George Succi, Daniel Clapp, Robert Gampert, Gervasio Prado • Seismic Footstep Signal Characterization, A. Pakhomov, A. Sicignano, M. Sandy, and T. Goldburt • Seismic Signals and Noise Assessment for Foot Step Detection Range Estimation in Different Environments, Alex Pakhomov and Tim Goldburt Methodology to classification footstep seismic signal from non footstep seismic signal using anti aliasing filter, sampler(ADC), band pass filter, envelope detector, kurtosis block is explained in above papers. Sensor node in this project is developed based on above papers.
  • 6. Objective The goal of the project is to develop Intrusion Detecting System using Geo sensors. In order to accomplish this, following has to developed. • Sensor Node • Control Room and Unmanned Vehicle to navigate between intrusion site and control room to take necessary action against intrusion. • A Wireless Communication System to communicate between sensor node and control room and vice versa. Control Room Node 1 Node 3 Node 4 Node 2 Alerting (Buzzer and Display Device showing the location of intruder) Unmanned Vehicle
  • 8. Amplification • Signal from geophone is in mv range. • For easy processing of geo sensor signal , it has to be amplified in order to get the signal in volt range. • Gain = 5 v/5 mv = 1000 • Normal opamps does not provide gain of 1000. Therefore, a low power low voltage instrumentation amplifier called AD620 is used.
  • 9. Band Pass Filter • The frequency range, which contains the main part of the footstep signal energy for a distance greater than 6m, is between 10 Hz and 100 Hz. Therefore, Geophone signal is passes through band pass filter to filter out all the frequency other then the frequency between 10 Hz and 100 Hz
  • 10. Envelope detected signal • Output of band pass filter will have both positive and negative shoots and its frequency is band limited between 10 Hz and 100 Hz. • Performing kurtosis operation will be confusing for microcontroller, when whole of the signal from band pass signal is considered, which leads to wrong calculation of kurtosis. • This constraint, is overcome by subjecting the band limited signal to envelope detection to track only the positive peak amplitudes before subjecting the signal to kurtosis operation.
  • 11. Kurtosis and Communication • Kurtosis is the measure of instant raise in the amplitude. • Kurtosis is performed by microcontroller board. • Microcontroller reads the signal through analog to digital converter at 1000 Hz sampling frequency. i.e., Envelope signal is read every 1 ms through ADC and stored in EEPROM of microcontroller using the concept of timer interrupts. • Meanwhile, Simultaneously microcontroller perform kurtosis operation on EEPROM data. • Kurtosis is performed on 200ms of EEPROM data at once. i.e., 1000 samples per second/ 5 steps per second = 200 samples • If kurtosis>3, Intrusion is detected and informed to control room and Unmanned Vehicle wirelessly along with its location information. • Arduino Mega 2650 microcontroller, Global Positioning System and 433 MHz Transmitter are used.
  • 12. Main Function Flowchart of Sensor Node
  • 14. Control Room and Unmanned Vehicle • Control Room has to continuously monitor for intrusion information from Sensor Nodes. • After finding intrusion and location information from sensor nodes wirelessly, Control room has to send a Unmanned Vehicle to take action against intrusion. • Unmanned Vehicle navigates to the sensor node using Global Positioning System to take action against intrusion. • In the project, only one node is developed. Hence control room is bypassed. Sensor node informs intrusion details to UGV directly. Information is transmitted wirelessly using 433 MHz transmitter. UGV receives the intrusion information wirelessly using 433 MHz receiver.
  • 16. Wireless Communication System • Depending on the range, area of field of security, power constraints, environment different wireless communication can be chosen. • Wireless communication takes between sensor nodes, control rooms and UGVs. Communication could take place between two sensor nodes or between two control rooms could as well. • Communication could be simplex or duplex. All these factors depend on the design of wireless communication networks design. • However, in this project 433 MHz transmitter and receiver is used.
  • 17. Result Geophone available with us is not sensitive enough to capture the seismic signals generated by human footstep. Hence, the project is demonstrated using Signal Generator and DAC in Arduino Due microcontroller board.
  • 18. Conclusion and Future Work This project has huge scope for updating. Following are few updates that can be considered as updates. • The Band pass filter used for filtering of footstep is fixed for this project. The filter has to be made adaptive so that the filter can be modified based on the site and incoming data. • Envelope Detection, Amplification processes can be made adaptive. • Unmanned All-Terrain vehicle, Quad copter can be used instead of simple UGV with better technologies to navigate along with functionalities like obstacle avoidance, transmitting video wirelessly and better algorithm to reach destination or intrusion detected sensor node with shortest distance from control room. • Range of wireless transmission can be increased using better wireless technologies like Wi-Fi, Zig bee, etc. Results demonstrated by generating the signal similar to the geophone signals using Signal Generator and DAC of Arduino Due microcontroller board which hold true with results that can be produced using geophone with sufficient sensitivity too.
  • 19. References • Footstep Detection and Tracking, George Succi, Daniel Clapp, Robert Gampert, Gervasio Prado. • Problems in Seismic Detection and Tracking ,Dr. George Succi, Dr.Gervasio Prado, Robert Gampert, Torstein Pedersen and Hardave Dhaliwal • Seismic Footstep Signal Characterization, A. Pakhomov, A. Sicignano, M. Sandy, and T. Goldburt • Seismic Signals and Noise Assessment for Foot Step Detection Range Estimation in Different Environments, Alex Pakhomov and Tim Goldburt • Personnel tracking using seismic sensors, Michael S. Richman, Douglas S. Deadrick, Robert J. Nation, Scott L. Whitney • Demonstration System for a Low-Power Seismic Detector and Classifier, Elliot Richard Ranger , Master’s thesis ,MIT 2003