Conference PaperPDF Available

Microcontroller Based Earthquake Detection System for Spontaneous Cut-off of Domestic Utility Lines for Safety Measures

Authors:

Abstract and Figures

Bangladesh is a country with a high frequency of earthquakes. Since the country lies at the junction of three tectonic plates, the intensity of earthquakes felt in this region is moderate. Surprisingly, the number of deaths and financial loss in this region by earthquakes is not due to building crashes or being crushed under homes. Rather, major reasons of losses are due to indirect phenomena such as induction of fear, as well as fire induced from a cracked gas line or faulty electrical transmission line damaged by earthquakes. As a result, a low cost automated microcontroller based system has been designed and implemented using inexpensive locally sourced electronic components, which senses earthquakes and gas leaks via force sensitive resistors and gas sensors respectively. The microcontroller operates a relay and a motor that cuts off electricity and gas supplies respectively during the event of an earthquake, helping to prevent associated potential disasters.
Content may be subject to copyright.
Microcontroller Based Earthquake Detection System
for Spontaneous Cut-off of Domestic Utility Lines for
Safety Measures
Swapnil Sayan Saha
[1]
, Shekh Md. Mahmudul Islam
[2]
, Anindita Mashsharat
[3]
Department of Electrical & Electronic Engineering, University of Dhaka
Dhaka, Bangladesh
swapnilsayansaha@ieee.org[1], mahmud@du.ac.bd[2], aninditamashsharat@gmail.com[3]
Abstract Bangladesh is a country with a high frequency of
earthquakes. Since the country lies at the junction of three
tectonic plates, the intensity of earthquakes felt in this region is
moderate. Surprisingly, the number of deaths and financial loss
in this region by earthquakes is not due to building crashes or
being crushed under homes. Rather, major reasons of losses are
due to indirect phenomena such as induction of fear, as well as
fire induced from a cracked gas line or faulty electrical
transmission line damaged by earthquakes. As a result, a low cost
automated microcontroller based system has been designed and
implemented using inexpensive locally sourced electronic
components, which senses earthquakes and gas leaks via force
sensitive resistors and gas sensors respectively. The
microcontroller operates a relay and a motor that cuts off
electricity and gas supplies respectively during the event of an
earthquake, helping to prevent associated potential disasters.
Keywords- Microcontroller, Force Sensitive Resistor, Gas
Sensor, Relay, Servo Motors
I. INTRODUCTION
Intermittent and frequent earthquakes are a common cause
of terror and concern amongst the citizens of Bangladesh. As a
country situated at the intersection of the Indian Plate, the
Eurasian Plate and the Burma Plate, Bangladesh has been
affected by some large earthquakes; some of them had
magnitudes greater than 7.0 on the Richter scale and had
epicenters inside the country [1]. Several major historical
earthquakes that have affected Bangladesh are shown in Table
I.
TABLE I. LIST OF MAJOR HISTORICAL EARTHQUAKES AFFECTING
BANGLADESH (>7.0 MAGNITUDE) [1][2][3]
Date Name Magnitude
(Richter)
Epicentral distance
from Dhaka (in km)
8
th
Jul 1918 Srimangal Earthquake 7.6 150
2
nd
Jul 1930 Dhubri Earthquake 7.1 250
23
rd
Oct 1943 Numaligarh Earthquake 7.2 438
12
th
Sep 1946 Mawlaik Earthquake 8.0 407
15
th
Aug 1950
Assam Earthquake 8.5 -
Earthquakes over the last few years that have affected this
region have stayed within the 4-7 magnitude range, with the
2015 Nepal Earthquakes as exceptions. Figure 1 shows the
magnitudes of earthquakes near Dhaka, Bangladesh that have
affected the fast emerging megacity in the last ten years (2006-
2016).
Figure 1. Scatter plot of Earthquakes affecting Bangladesh in the
last ten years (Data taken from earthquaketrack.com [3]).
The red line in Figure 1 shows the mean earthquake
magnitude to be 4.8 with a slight postive correlation.
News of deaths due to earthquakes caused by being
crushed under homes is quite rare in Bangladesh, thanks to the
epicentrial distances of extremely large earthquakes being
400-800 km away from the capital city. However, other than
injuries and deaths caused by induction of panic, another
subsidiary cause of fatalities might be fire caused by a fissured
gas supply line or short circuits from faulty electricity
transmission lines. Examples of severe destruction of lives and
properties caused by fires from gas lines include fires caused
by the San Franscisco (1906), the Tokyo (1923), The Loma
9th International Conference on Electrical and Computer Engineering
20-22 December, 2016, Dhaka, Bangladesh
139
Authorized licensed use limited to: UNIV OF HAWAII LIBRARY. Downloaded on June 15,2020 at 21:49:21 UTC from IEEE Xplore. Restrictions apply.
Prieta (1989), Northridge (1994) and Kobe (1995) earthquakes
[4]. Since gas and electrical utility lines of Bangladesh
especially are prone to damage due to earthquakes, it is
advisable that these utlity lines should be cut-off during the
interval during which the tremors are felt.
Unfortunately, the natural instinct of humans would be to
take cover or run for their lives rather than doing something
intricate like switching off circuit breakers or turning off gas
valves during emergencies. Hence, this paper presents the
design and implementation of an automated earthquake
detection system that automatically cuts of the discussed two
utlity lines using the AVR family of microcontrollers.
II. LITERATURE REVIEW
Several US patents exist which claim to shut off utility lines
during earthquakes [5] [6]. This system, compared to the
existing systems, uses a microcontroller as the central hub.
Force sensitive resistors tuned to resonate at seismic wave
frequencies have been utilized for vibration detection. The
system also encompasses several modern and convenient
features such as integration with an android application, turning
on emergency lights to guide the user to an emergency
evacuation route and using an attention grabbing alarm.
Compared to existing systems using mechanical means or
relays, this system uses a single high current relay and a servo
motor to turn off the entire domestic gas and electricity supply.
III. MATERIALS AND METHODS
A. Operational Principle
Figure 2. Block diagram of the designed automated earthquake detection
system. The relay and the servo motor are connected to the
electrcity and gas supplies respectively.
As shown in Figure 2, the designed system consists of
primarily five parts. The microcontroller platform controls the
operation of the entire system. The sensor circuitry detects
tremors caused by earthquakes as well as leaks in the gas line.
Once an earthquake is detected, the microcontroller platform
shuts down the electricity supply through a relay and causes the
servo motor attached to the gas line valve to rotate. It also turns
on the emergency lights which illuminates the evacuation path
for the user. The alarm circuitry is also activated
simultaneously.
If no earthquakes are detected but a gas leak is detected by
the gas sensor, then the system shuts down the gas valve only.
The entire operation can be monitored via an android
application, which facilitates remote operation and control of
the system.
Figure 3. Schematic Diagram of the Entire System.
B. The Microcontroller Platform
This system has been designed using the Arduino Mega
microcontroller development platform, which features the
Atmel Atmega 2560 microcontroller. The commercial
prototype should not be built using the Arduino if one wants to
lessen production costs and space [7].
C. The Sensor Circuitry
Two sensors have been utilized in this designed system for
two different purposes.
In this designed system, the MQ-2 gas sensor module has
been utilized. This particular sensor has been chosen due to its
non-exorbitant cost, low power requirements, wide detecting
scope, fast response, high sensitivity and a long life [8], all of
which promotes its use for engineering applications in
Bangladesh. Most vitally, the sensor is well known for its use
in embedded systems in detecting combustible gases [8].
Figure 4 shows the sensitivity curve of this gas sensor [9].
140
Authorized licensed use limited to: UNIV OF HAWAII LIBRARY. Downloaded on June 15,2020 at 21:49:21 UTC from IEEE Xplore. Restrictions apply.
Figure 4. Typical Sensitivity Characteristics of the MQ-2 Gas Sensor [9].
We are interested in the sensitivity curves of methane, alcohol, carbon
monoxide and smoke in this designed system.
Concentrations of atmospheric methane is 0.722 ppm
[10] and carbon monoxide is 0.2 ppm, which are way beneath
the minimum sensitivity of the sensor as show in Figure 6.
Hence, the sensor would not produce false values due to
atmospheric concentration of these gases.
A force sensitive resistor is a variable resistor whose
resistance decreases with an increase in force applied on the
resistor [7].
In order for the force sensitive resistor to oscillate at
surface wave frequencies of earthquakes, a mass should be
attached to the force sensitive resistor such that the resonant
frequency of oscillation of the resistor matches with the
resonant frequency of the surface waves.
Several factors should be considered in choosing the resonant
frequency of oscillation for the sensor:
Resonant Frequency of the buildings: As a rule of
thumb, the resonant frequency of civil structures is
found using the following empirical relationship [11]:
1/φ
Β
= 0.1Ν
(1)
where,
φΒ = Resonant frequency of the building
N = Number of stories of the building (1, 2...)
Seismic Microzonation map of the area: Not all
structures within a given area may have the same
resonant frequency. Thus, seismic microzonation
needs to be applied in order to determine which
structures are at the maximum risk. For this particular
project, the city of Dhaka was chosen as the intended
area. Figure 5 shows the seismic microzonation map
of Dhaka, divided into 4 bands [12].
Figure 5. Seismic Microzonation Map of Dhaka City. Band a is
for structures 2-5 storeys high, Band b is for structures of 6-8
stories high, Band c is for structures 9-14 stories high, Band d is
for structures 15-20 stories high [12].
It is evident from Figure 5 that buildings 9-20 stories high are
at the maximum risk of being affected by earthquakes, whose
resonant frequencies lie in the range of 0.5-1 Hz using eqn. 1.
As a result, the magnitude of the mass that needs to be
attached to the system is given by:
m = k/
(2
π
φ
Β
)
2
(2)
where,
φΒ = Resonant frequency of the building in Hertz
k = Spring constant of the oscillating system
m = mass of the oscillating system
The spring constant of an end-loaded cantilever is given by:
k = Et3w/4l3 (3)
where,
E = Young’s Modulus, which can be found from Figure 6
t = thickness, w = width, l = length of the system [13].
Figure 6. Stress-strain characteristics across two faces of a carbon
filled PDMS sponge, the material typically used for crafting force
sensitive resistors [14].
100
100
0
100
00
ppm
10
Rs/Rb
MQ2
1
H2
LPG
CH4
CO
Alcohol
Smoke
Propene
Air
Q1
141
Authorized licensed use limited to: UNIV OF HAWAII LIBRARY. Downloaded on June 15,2020 at 21:49:21 UTC from IEEE Xplore. Restrictions apply.
The high amplitude oscillations of the mass-sensor system
causes a force to act on the sensor, which alters its resistance
and thus, voltage output from the sensor increases.
D. The Output Circuitry:
As soon as an earthquake is detected, the microcontroller
activates a relay that cuts off electricity supply. It also sends
pulses to a servo motor attached to the gas valve which rotates
in order to turn a gas valve off, cutting off gas supply. If there
is no earthquake event but a gas leak is detected, then the
microcontroller platform simply turns off the gas supply. The
system also activates a set of emergency alphanumeric
displays that read “E X I T” once an earthquake is triggered to
mark the evacuation route for the user.
E. The Alarm Circuitry:
The alarm circuitry consists of a DC buzzer and an LED to
warn the user of a possible earthquake event through the use
of light and sound.
F. The System State Circuitry:
The system state circuitry consists of the Bluetooth module
and the android application for serial communication. Once an
earthquake is detected, a warning message is displayed on the
android application. However, the application’s role is
prominent when a gas leak is detected and the system turns off
gas supply completely. It displays a message “Gas leak
detected! Please consult a qualified repair personnel” Once the
leak has been fixed by the technician, the user can reactivate
the gas supply by typing in “A” from the application.
IV. IMPLEMENTATION AND COST ANALYSIS
TABLE II. BILL OF MATERIALS FOR PROTOTYPING THE SYSTEM
Feature Quantity
Unit Price
(USD)
Cost
(USD)
Arduino Mega 2560 1 14.74 14.74
MQ-2 Gas Sensor Module 1 12.10 12.10
406 Force Sensitive Resistor 1 11.70 11.70
HC-05 Bluetooth Module Breakout 1 7.13 7.13
4 Channel 5V Relay Module 1 3.59 3.59
Buzzer 1 0.26 0.26
Alphanumeric Displays 4 0.60 2.40
Servo Motor 1 3.90 3.90
Miscellaneous (LED, Light Bulb, Power
Cord, Power supplies)
- - 3.00
TOTAL 58.82
Table II shows that the entire system was built under $60
(all materials were bought from techshopbd.com). A
commercial prototype of this system would cost around
$100-120. Note that, a device that mimics the operation of
the designed system is not available in this country. Seismic
sensors are available on eBay, lacking capabilities to turn off
utility lines and only supporting the detection of earthquakes.
V. RESULTS, CONCLUSION & FUTURE WORK
The designed system was a just a proof of qualitative
concept and was not tested on a large scale during actual
earthquakes. The prototype did manage to detect simulated
earthquake-like tremors with magnitudes of 4.0+.
Several improvements may be brought to this system:
1. A 3 axis accelerometer can replace the FSR for
detection in all planes independent of frequency.
2. 2D Multi-gas mapping techniques with cascading
module system over a wireless sensor network can be
used to monitor the gas leaks at multiple points [15].
3. Pattern recognition algorithms based on positive
decision logic may be integrated into this system [16].
REFERENCES
[1] T. Al-Hussaini, I. Nawrin Chowdhury and M. N. A. Noman, "Seismic
Hazard Assessment for Bangladesh - Old and New Perspectives", in
First International Conference on Advances in Civil Infrastructure and
Construction Materials, Military Institute of Science & Technology,
Dhaka, 2015.
[2] Md Hossain Ali. "Earthquake Database and Seismic Zoning of
Bangladesh." INCEDE Report 11, 1998: 59-73.
[3] "Today's Earthquakes in Bangladesh > 4.0M", Earthquaketrack.com,
2016. [Online]. Available: http://earthquaketrack.com/p/bangladesh/
recent?mag_filter=4. [Accessed: 24- Jun- 2016].
[4] Mohammad Sayeed Hossain, “Estimate of Damage of Burried Gas
Pipelines in Dhaka City Due to an Earthquake” MSc. Thesis, Dept. of
Civil Eng., Bangladesh University of Engineering & Technology,
Dhaka, 2013.
[5] R. A. Pelliccia, “Vibration sensor and electrical power shut off device”,
US4390922 A, 1983.
[6] A. Y. Flig, Paul Regan, “Earthquake utilities cut-off control system”,
US4841287 A, 1989.
[7] Swapnil Sayan Saha, Shekh Md. Mahmudul Islam, “Microcontroller
Based Automated Domestic Security System for Bangladesh
Perspective”, in Student Conference on Informatics, Electronics &
Vision, University of Dhaka, Dhaka, 2016.
[8] V. Ramya, and B. Palaniappan. "Embedded system for Hazardous Gas
detection and Alerting." International Journal of Distributed and Parallel
Systems (IJDPS) Vol 3 (2012): 287-300.
[9] "MQ-2 Gas Sensor Datasheet", DFRobot, 2016. [Online]. Available:
http://www.dfrobot.com/image/data/SEN0127/MQ-2.pdf. [Accessed:
25- Jun- 2016].
[10] T. J. Blasing, "Recent greenhouse gas concentrations." (2009).
[11] Rakesh K. Goel, and Anil K. Chopra. "Period formulas for moment-
resisting frame buildings." Journal of Structural Engineering 123.11
(1997): 1454-1461.
[12] A. S. M. M. Kamal, and S. Midorikawa. "Geomorphological approach
for seismic microzoning within Dhaka city area, Bangladesh."
International Association for Engineering Geology and the Environment
457 (2006): 1-2.
[13] J. P. Cleveland, et al. "A nondestructive method for determining the
spring constant of cantilevers for scanning force microscopy." Review of
Scientific Instruments 64.2 (1993): 403-405.
[14] M. G. King, et al. "Porous PDMS force sensitive resistors." Procedia
Chemistry 1.1 (2009): 568-571.
[15] A. Al Arabi, B. Barman Shubha, A. Diana Corraya, “2D Multi-gas
Mapper with Cascading Module System along with Wireless Sensor
Network” in 5th International Conference on Informatics, Electronics and
Vision, University of Dhaka, Dhaka, 2016
[16] Manfred Joswig, "Pattern recognition for earthquake detection." Bulletin
of the Seismological Society of America 80.1 (1990): 170-186.
142
Authorized licensed use limited to: UNIV OF HAWAII LIBRARY. Downloaded on June 15,2020 at 21:49:21 UTC from IEEE Xplore. Restrictions apply.
... There is a magnitude (a number) and a direction to acceleration. The acceleration does not have to be in the same direction as the velocity route [7]. Acceleration is measured in meters per second squared (ms -2 ). ...
Conference Paper
Full-text available
A medium-sized or large earthquake can damage gas pipelines, electricity poles, and electrical components. Because there is a constant supply of gas and an active electricity supply, an active running system might result in gas explosions and electrical mishaps. This proposed model aims to create a device that can detect an earthquake of a particular Richter magnitude, trip electrical components, and automatically cut gas flow from the gas line by activating the solenoid valve during the earthquake. The safety system will automatically activate when the gadget senses that the ground is shaking at a 3.5 Richter scale. A microcontroller totally operates this system with the help of a relay and a solenoid valve. Implementation of the whole system was done successfully.
Thesis
Full-text available
With the advent of a large number of small satellites in orbit performing critical missions, securing ground/space infrastructure against cyberattacks has become a blazing issue amongst operators and policy makers. In this dissertation, we explore the performance of selected encryption schemes in the cyberphysical space of small satellites, using throughput, memory footprint, security and energy consumption as key performance metrics. We propose an open-source cybersecurity analysis platform in context of small satellites and have found out that the Advanced Encryption Standard (128 bits) is most suitable for use in small satellites, based on experiments on microcomputers and our proposed platform. We have also investigated possibilities of telemetry compression, proposing a new telemetry/telecommand packet format to incorporate compression and encyption, and have found simple Huffman Coding to be suitable. In order to improve the resilience of ground infrastructure against cyberattacks, we have proposed a redundant array of ground stations to be architected.
Conference Paper
Full-text available
Now-a-days, the release of hazardous gases is one of the major threat not only for the environment but also for climate and lives. Both global and local extensive ecological damage is responsible for this case. There are a number of sources for gas emission, like; exhaust gases from industry as well as traffic, fires flue gases, waste disposals, various incidents at the chemicals geo-dynamically active regions, Carbon Capture Storage (CCS) areas, gases over industrial sites, landfill sites, and contaminated areas. In these cases, a quickly localization of gas leaks as well as monitoring the potential areas of gas emission are necessary. In our research work, we proposed an approach to integrate various 2D multi-gas distribution mapping with various cascade-able modules placed in a bus logic design over a wired and wireless based sensor network. Though all the modules are cascade-able and placed in a line with common bus designed into the system, so it is possible to add or remove any number of modules at any time. For every single gas we predefined a particular gas intensity threshold as PPM (Parts Per Millions) into the main controller for every module. With the compare of present sensor values and the predefined values, our system can able to track the significant change over gas adsorption and also the scale level of its derogative. With the presumption of a hazardous situation over gas distribution, we also proposed an adapting process of generating alarms. These alarm generating processes works over two basis; one is live alarm that for the local area and another is distance alarm that generated in a particular connection device for the system administrator. In our work, we focus on the measurement of 2D multi-gas consent ration by using versatile gas sensors, then locate the level of gas emission with alarm generating process at the case of hazardous situations. With the overall approaches, we can say that this system can be helpful for industrial control and also for environmental monitoring and safety and security related fields.
Conference Paper
Full-text available
Domestic security is one of the leading concerns amongst citizens of Bangladesh. An efficient but low-budget automated security system to prevent intruders from gaining access to one's residence is now of cardinal importance. Fortunately, the advent of microcontrollers have opened marvelous realms in the field of domestic digitization, providing expeditious automated systems devoid of complexity and exorbitant costs, which is supportive to the socio-economy, component availability and maintenance skills of technicians in typical developing countries such as Bangladesh. This paper focuses on the design and construction of an automated security system using readily obtainable electronic components which can be easily assembled and maintained, but at the same time, providing a strong, seamless and efficient solution to domestic security.
Conference Paper
Full-text available
Studies for seismic hazard and risk assessment specifically for Bangladesh have been conducted at a limited scale since 1970's. This paper attempts to give a brief account of such studies. Results from seismic hazard studies conducted in recent years by the authors have been presented. Standard probabilis-tic seismic hazard assessment (PSHA) method has been applied for Bangladesh which is based on earthquake catalogues and available studies on earthquake recurrence intervals. In addition, some neo-deterministic seismic hazard assessment (NDSHA) studies, conducted in collaboration with University of Trieste, have been carried out for scenario earthquakes. Historical earthquakes have been considered as well as earthquakes in new locations or potential known faults indicated in recent seismological studies. Seismic design ground motion provisions in the 1993 Bangladesh National Building code and proposed Updated Bangladesh National Building code is discussed in the present context.
Article
Full-text available
Safety plays a major role in today's world and it is necessary that good safety systems are to be implemented in places of education and work. This work modifies the existing safety model installed in industries and this system also be used in homes and offices. The main objective of the work is designing microcontroller based toxic gas detecting and alerting system. The hazardous gases like LPG and propane were sensed and displayed each and every second in the LCD display. If these gases exceed the normal level then an alarm is generated immediately and also an alert message (SMS) is sent to the authorized person through the GSM. The advantage of this automated detection and alerting system over the manual method is that it offers quick response time and accurate detection of an emergency and in turn leading faster diffusion of the critical situation.
Article
Full-text available
In a study, Cardona et. al, 1999, interpreted the highest Earthquake Disaster Risk Index (ERDI) for Dhaka, among twenty other cities in the world. In this study, a seismic microzoning of ground shaking was conducted for Dhaka city area, the capital of Bangladesh using available data to diminish the seismic risk of the city. As seismic microzoning accounts for the response of near surface sedimentary deposits, and geomorphology reflects the surface geology, the responses of an earthquakes ground shaking are evaluated based on geomorphic units. The geomorphic map has been prepared using almost pre-urban aerial photographs of 1954. The ground modifications by urbanization are delineated till 2002 using high-resolution satellite images as well as borehole information. This information was then integrated into a geomorphic map. To determine the soil response, 187 microtremors are recorded on all geomorphic units and horizontal-to-vertical (H/V) spectral ratio technique of Nakamura (2000) has been applied to calculate fundamental period and amplification factor of the sites. By averaging the H/V spectral ratios, Representative Spectral Signature (RSS) has been developed for each geomorphic unit. Considering the altitudes, the building stock in Dhaka has been differentiated into four groups: low, moderately intermediate, intermediate and high rise buildings. Their fundamental modes of vibration correspond with 0.2-0.5, 0.5-0.8, 0.8-1.4 and 1.4-2.0 seconds respectively. The hazard potentials have been ranked into low, moderately low, moderate and high based on the amplification factors of different soil, as, 1-2, 2-3, 3-5, and >5 respectively measured from RSS. The ground shaking microzoning developed for the building stock demonstrates that the buildings between 9-14 storeys are at elevated risk, which spatially covers one-third of the study area. In combating seismic risk, incorporating the findings of microzoning in the design of new constructions and fixing retrofitting in the existed vulnerable structures is highly recommended. Résumé: Dans une étude, Cardona et Al, 1999, ont interprété l'index le plus élevé de risque de désastre de tremblement de terre (ERDI) pour Dhaka parmi vingt autres villes dans le monde. Dans cette étude, microzoning séismique de la secousse de la terre a été conduit pour le secteur de ville de Dhaka, le capital du Bangladesh en utilisant des données disponibles pour diminuer le risque séismique de la ville. Pendant que microzoning séismique rend compte la réponse des dépôts et de la géomorphologie sédimentaires extérieurs proches reflète la géologie extérieure. Les réponses de l'des tremblements de terre rectifiés secousse sont évaluées ont basé sur les unités géomorphiques. La carte géomorphique a été préparée en utilisant les photographies aériennes presque pré-urbaines de 1954. Les modifications au sol par urbanisation sont tracées jusqu'à 2002 images satellites à haute résolution employantes aussi bien que l'information de forage. Cette information a été alors intégrée dans une carte géomorphiqu. Pour déterminer la réponse de sol, 187 microtremors sont enregistrés sur toutes les unités géomorphiques et (H/V) la technique spectrale horizontal-à-verticale de rapport de Nakamura (1989) a été appliquée pour calculer le facteur fondamental de période et d'amplification des emplacements. En faisant la moyenne des rapports spectraux de H/V, la signature spectrale représentative (RSS) a été développée pour chaque unité géomorphique. Vu les altitudes, les stocks de bâtiment dans Dhaka ont été différenciés dans quatre groupes : bas, bâtiments modérément intermédiaires, intermédiaires et hauts d'élévation. Leurs modes fondamentaux de vibration correspondent à 0.2-0.5, 0.5-0.8, 0.8-1.4 et 1.4-2.0 seconde respectivement. Les potentiels de risque ont été rangés dans bas, modérément bas, modéré et la haute basée sur les facteurs d'amplification du différents sol, as, 1-2, 2-3, 3-5, et 5 respectivement mesurés à partir de RSS. La terre secouant microzoning développé pour les stocks de bâtiment démontrent que les bâtiments entre 9-14 étages sont au risque élevé, qui couvre dans l'espace un tiers du domaine d'étude. En combattant le risque séismique, on le suggère fortement d'incorporer les résultats de microzoning dans la conception de l'adaptation ultérieure de nouvelles constructions et de réparation dans les structures vulnérables existées.
Article
Full-text available
Here we present an elastomeric force sensitive resistor (FSR) made from a porous matrix of polydimethylsiloxane (PDMS) filled with carbon black. The fabrication process is based on the use of a low cost sacrificial sugar cube scaffold which leads to a highly porous and compressible material. By filling this porous matrix with carbon black we can achieve typical resistance changes from 20 kΩ to 100 Ω for an applied 95% compressive strain. This material is suitable for a wide variety of sensing applications which include tactile artificial skin for robotics and solvent detection.
Article
Full-text available
The spring constant of microfabricated cantilevers used in scanning force microscopy (SFM) can be determined by measuring their resonant frequencies before and after adding small end masses. These masses adhere naturally and can be easily removed before using the cantilever for SFM, making the method nondestructive. The observed variability in spring constant—almost an order of magnitude for a single type of cantilever—necessitates calibration of individual cantilevers in work where precise knowledge of forces is required. Measurements also revealed that the spring constant scales with the cube of the unloaded resonant frequency, providing a simple way to estimate the spring constant for less precise work.
Conference Paper
Full-text available
The detector algorithms in use at date rely on negative decision logic: based on a model of the ambient noise process they detect all deviations, but many of them are false alarms. The principal alternative to this approach is pattern recognition, which tests on positive correlation with some known signal patterns. The Sonogram-detector realizes this scheme for single seismogram traces. Sonograms display spectral energy versus time. Suitably scaled, these images display only information which is signiffcant to the detection process. Patterns of known earthquakes and noise signals are defined by means of these Images. Event detection is performed by recognizing one of the patterns in the actual sonogram. The overall proceSSing scheme is similar to the visual inspection of seismograms by the human observer. An off-line test Installation for detecting local earthquakes proves the expected ow false alarm rate, high timing accuracy and good detection probability of the Sonogram-detector.
Article
The detector algorithms in use at date rely on negative decision logic: based on a model of the ambient noise process they detect all deviations, but many of them are false alarms. The principal alternative to this approach is pattern recognition, which tests on positive correlation with some known signal patterns. The Sonogram-detector realizes this scheme for single seismogram traces. Sonograms display spectral energy versus time. Suitably scaled, these images display only information which is signiffcant to the detection process. Patterns of known earthquakes and noise signals are defined by means of these Images. Event detection is performed by recognizing one of the patterns in the actual sonogram. The overall proceSSing scheme is similar to the visual inspection of seismograms by the human observer. An off-line test Installation for detecting local earthquakes proves the expected ow false alarm rate, high timing accuracy and good detection probability of the Sonogram-detector.
Article
Most seismic codes specify empirical fonnulas to estimate the fundamental vibration period of buildings. Evaluated first in this paper are the fonnulas specified in present U.S. codes using the available data on the fundamental period of buildings "measured" from their motions recorded during eight California earth­ quakes, starting with the 1971 San Fernando earthquake and ending with the 1994 Northridge earthquake. It is shown that, although the code fonnulas provide periods that are generally shorter than measured periods, these fonnulas can be improved to provide better correlation with the measured data. Subsequently, improved fonnulas for estimating the fundamental periods of reinforced concrete (RC) and steel moment-resisting frame buildings are developed by regression analysis of the measured period data. Also recommended are factors to limit the period calculated by a rational analysis, such as Rayleigh's method.