Earthquakes: Nucleation, Triggering, Rupture, and Relationships to Aseismic Processes October 3, 2017, Cargese. ( Haar transform ), window #1267

Size: px
Start display at page:

Download "Earthquakes: Nucleation, Triggering, Rupture, and Relationships to Aseismic Processes October 3, 2017, Cargese. ( Haar transform ), window #1267"

Transcription

1 The FAST Method for Earthquake Detection: Application to Seismicity During the Initial Stages of the Guy- Greenbrier, Arkansas, Earthquake Sequence Clara Yoon, Karianne Bergen, Ossian O Reilly, Fantine Huot, Bill Ellsworth, Greg Beroza (Stanford University) Yihe Huang (University of Michigan) Earthquakes: Nucleation, Triggering, Rupture, and Relationships to Aseismic Processes October 3, 217, Cargese Amplitude Normalized time window, start at s Time (s) Frequency (Hz) log 1 ( spectral image ), window # Time (s) wavelet transform y index log 1 ( Haar transform ), window # wavelet transform x index wavelet transform y index Sign of top wavelet coefficients, window # wavelet transform x index 1 fingerprint y index Binary fingerprints, window # fingerprint x index 1

2 Earthquake Monitoring Across Scales (meters) Global (1 7 ) Decreasing Array Aperture Common Goal: - detect - locate - characterize earthquakes as completely and as accurately as possible. Regional (1 5-6 ) Local (1 4-5 ) Reservoir (1 3-4 ) Increasing Sensor Density Mines (1 1-3 ) Increasing Frequency Lab (< 1 )

3 Seismology has lots of data Big Networks (Large-N) 1s of sensors Long DuraOon (Large-T) Years of con+nuous waveforms We need scalable algorithms to extract useful informaoon from these massive data volumes

4 Standard Approach to Detection/Location (1) DetecOon (STA/LTA) (2) AssociaOon (3) LocaOon (4) CharacterizaOon Earle and Shearer [1994]

5 Standard approach works well when Events are recorded at > 3 staoons Events are impulsive Events don t overlap

6 Standard approach works less well for weak events with emergent arrivals (like LFEs) Katsumata and Kamaya [23]

7 Standard approach works less well for small events with too few arrivals to locate

8 Standard approach works less well for Overlapping Events during intense acovity

9 Computational Efficiency HIGH STA/LTA LOW Detection Sensitivity General Applicability InsensiOve to weak and/or nonimpulsive signals, need mulople staoons HIGH

10 38 Repeats of Earthquake on the Calaveras Fault Slip occurring at different times in the same place, generates identical seismograms. We can look for a repeating signal from a repeating source, but most sources don t exactly repeat.

11 Adjacent Earthquakes on the Calaveras Fault Earth structure is essenoally constant Adjacent earthquakes have similar waveforms. Can detect earthquakes by searching for similar waveforms

12 Shelly et al. [27] Template Matching

13 Template-based detection is powerful (few Type II errors) LFEs planted in real data at snr of.1 34/36 are detected Shelly et al. [27]

14 Computational Efficiency Informed Similarity Search Template Matching HIGH STA/LTA HIGH Detection Sensitivity General Applicability LOW Need template waveform a priori

15 Exhaustive Search for Similar Waveforms Autocorrela+on - Uninformed search for similar signal detect events by cross correla+ng all window pairs. Brown et al. [28]

16 Autocorrelation for LFE Detection Aguiar et al. [217]

17 Aguiar et al. [217]

18 Computational Efficiency Naïve Uninformed Similarity Search LOW Template Matching STA/LTA HIGH Detection Sensitivity General Applicability Autocorrelation HIGH

19 Computational Efficiency Temp mplate Matching HIGH STA A/LTA New approach: FAST HIGH Detection Sensitivity General Applicability Autocorrelation on HIGH

20 Shazam idenofy songs from a sample of recording. Soundhound idenofy songs from singing (seriously). Some Big Data Technologies for Similarity Search CopyLeaks detect plagiarism TinEye Search the web for the source of a known image. YouTube detect copyright infringement Altavista remove duplicate web pages from search results

21 FAST (Fingerprinting And Similarity Thresholding) Data Preprocessing Feature Extrac+on Database Genera+on & Search Post-processing Detec+on Results A 1. Data Representa+on 2. Fast approximate similarity search B

22 Fingerprinting Clara Yoon Fingerprint Data Compression Waveform Data Compression Binary Fingerprint Fingerprint waveform with sparse, diagnostic description Store fingerprints in database and search it efficiently

23 Step 1: Time Series to Spectrogram

24 Step 2: Spectrogram to Spectral Images To find short dura+on events, divide spectrogram into overlapping spectral images log 1 ( spectral image ), window #1267 log 1 ( spectral image ), window # Frequency (Hz) 6 4 Frequency (Hz) Time (s) Time (s) 8 1 5

25 1 Step 3: Spectral Image to its Wavelet Transform log ( spectral image ), window #1267 log 1 1 ( Haar transform ), window # Frequency (Hz) wavelet transform y index Time (s) wavelet transform x index Goal: compress nonsta+onary seismic signal Compute 2D discrete wavelet transform (Haar basis) of spectral image to get wavelet coefficients 5

26 3 Step 4: Wavelet Transform to Top Coefficients log 1 ( Haar transform ), window #1267 Sign of top wavelet coefficients, window # wavelet transform y index wavelet transform y index wavelet transform x index Key discrimina+ve features are concentrated in a few wavelet coefficients with highest devia+on Keep only sign (+ or -) of these coefficients, set rest to Data compression, robust to noise wavelet transform x index 1

27 Step 5: Top Coefficients into a Binary Fingerprint Sign of top wavelet coefficients, window #1267 Binary fingerprints, window # wavelet transform y index fingerprint y index wavelet transform x index Fingerprint must be compact and sparse to store in database Convert top coefficients to a binary sequence of s, 1 s Nega+ve: 1, Zero:, Posi+ve: fingerprint x index

28 Jaccard Similarity How similar are 2 binary fingerprints? A B Jaccard similarity: resemblance ( ) = A B J A, B A B A B

29 Similar Waveforms è Similar Fingerprints Normalized time window, start s.5 Binary fingerprints, window # Amplitude fingerprint y index Time (s) Normalized time window, start 1629 s fingerprint x index 6 Binary fingerprints, window # Amplitude fingerprint y index Time (s) fingerprint x index

30 Fingerprints Should be Discriminative Normalized time window, start s.5 Binary fingerprints, window # Amplitude fingerprint y index Time (s) Normalized time window, start 2876 s fingerprint x index 6 Binary fingerprints, window # Amplitude fingerprint y index Time (s) fingerprint x index

31 Names are a compact Fingerprint Names are compact, but not discriminative.

32 How to select discriminative coefficients? Red represents intersection of fingerprints for samples 1 and 2.

33 True Detections vs. False Positives Don t choose largest coefficients, choose those on the tails of a distribution. Suppresses false detections of persistent noise, but maintains high accuracy for relatively rare earthquake signals. Trade-off Curves

34 FAST Workflow Min-Hash uses multiple random hash functions to map a binary fingerprint to a single integer. The probability of two fingerprints A and B mapping to the same integer is equal to their Jaccard similarity. Min-Hash reduces dimensionality while preserving the similarity between A and B in a probabilistic manner. Locality Sensitive Hashing groups similar fingerprints drawn from a high-dimensional space with high probability Waveform search query s Match! Database Yoon et al. (215)

35 Why is FAST Fast for Large T? B 2 years Ignores > 1 11 pairs Outputs < 1 5 pairs Detects < 1 3 pairs 1 year 1 week 1 day 1 hour 1 week 2 weeks 1 month 3 months 6 months Yoon et al. (215)

36 Why is FAST Fast for Large T? Ignores > 1 11 pairs Outputs < 1 5 pairs Detects < 1 3 pairs Yoon et al. (215)

37 Guy-Greenbrier Sequence in Arkansas 8 km

38 Deep disposal wells inject produced water, or fracking flowback water, to get rid of it. Hydraulic S+mula+on (Fracking) wells use a staged injec+on of fluid to increase permeability and access hydrocarbons.

39 Guy-Greenbrier, Arkansas Sequence 35.4 N Swarm dura+on: July 21 June 211 km 1 Well 8 9 ARK2 8 Well 4 7 Well 6 Guy 6 Well 1 - Started injec+ng N 5 WHAR 4 3 ARK1 Well Started injec+ng Well 2 M= km Greenbrier Well N 92.5 W 92.4 W 92.3 W 92.2 W 92.1 W N Earthquake Depth Wastewater injec+on well Seismic sta+on Town Catalog events (Seismik): to Catalog events (ANSS): to Injec3on data: Horton (212), SRL

40 3 Months Guy-Greenbrier Induced Seismicity

41

42 3 Quarry Blasts

43 Quarry Image, /24

44 Quarry Image, Most likely loca+on of quarry blasts on , , : ( , , km depth) 44/24

45 1D Velocity Model Depth (km) Vp, Ogwari 216 Vs, Ogwari 216 Vp, New Model from Quarry Vs, New Model from Quarry Velocity (km/s) Improved P and S-wave velocity structure based on known quarry blasts using Velest. Sparse network (3) 3- component staoons hypo-dd using P and S 7 m a posteriori adjustment.

46 35.4 N Group Earthquakes into Clusters (-1.1 < M < 1.8) 35.3 N Well 8 Well 6 Quarry Well 2 ARK1 Well 1 Well 5 ARK2 WHAR Well 4 Wastewater injec+on well km Produc+on well s+mulated to Well N Earthquakes to W 92.4 W 92.3 W 92.2 W 92.1 W N km Depth

47 35.4 N 35.3 N Well 8 Group Earthquakes into Clusters Well 6 C#14 Quarry C#15 Well 2 (-1.1 < M < 1.8) C#9 C#8 C#4 ARK1 C#7 Well 1 Well 5 C#1 C#2 ARK2 C#3 WHAR C#5 Well 4 C#12 C#11 C#18 C#6 C#13 Wastewater injec+on well km Produc+on well s+mulated C#16 C# to Well N Earthquakes to W 92.4 W 92.3 W 92.2 W 92.1 W N km Depth

48 S+mula+on at nearby well

49 Cluster #1: 3143 events (667 located assigned)

50 Further Evidence for Earthquakes Induced by Hydraulic Stimulation Well 1 ARK2 km 1 2 km Depth 92.3 W

51

52 Composite Focal Mechanism N6 E Shmax (Hurd and Zoback, 212] If double-couple, plane of seismicity is right-lateral contrary to stress. More likely that first motions reflect combined tensile & shear failure.

53 Consistent with hydraulic diffusivity of D 1 m 2 /s

54 Conclusions I Both wastewater injecoon and hydraulic somulaoon appear to trigger earthquakes probably some natural earthquakes as well. It is challenging to disentangle different influences requires good data (both seismic and injecoon). Precision seismology is a powerful tool to provide a clearer picture of induced seismicity and the nucleaoon process to the extent it is expressed in seismicity.

55 Now Seismology has: Long duraoon data (Large-T) Big networks (Large-N) Conclusions II More data Future è FAST algorithm enables data-driven discovery More memory Need bemer algorithms More compuong power

56 Progress on FAST for Large-T Problems 14x FASTer than original. Scale of Effort Reduced memory requirements. Reduced false detecoon rate. Improved post-processing. Working towards public release. Yoon et al. (215) (217a) (217b)

57 FAST for a Decade of Continuous Data Yoon et al. (217b)

58 FAST over a Network Bergen and Beroza (217)

59 Network FAST for Iquique ~58 new detecoons in 17 days before the mainshock. Can be used as templates to increase that number.

60 Machine Learning for Earthquake Detection Labeled data as input to neural network (most of what we record is noise) Huot et al. (217)

61 ML for Earthquake Detection 99.5% accuracy when trained, validated and tested on one staoon. Accuracy drops to 98.2%, with mulople staoons but with only a limited data set. Huot et al. (217)

62 Scale of Seismic Observations Nakata (217)

63 Merci

Earthquake detection through computationally efficient similarity search

Earthquake detection through computationally efficient similarity search RESEARCH ARTICLE SEISMOLOGY Earthquake detection through computationally efficient similarity search Clara E. Yoon, 1 * Ossian O Reilly, 1 Karianne J. Bergen, 2 Gregory C. Beroza 1 215 The Authors, some

More information

CS229: Machine Learning

CS229: Machine Learning CS229: Machine Learning Event Identification in Continues Seismic Data Please print out, fill in and include this cover sheet as the first page of your submission. We strongly recommend that you use this

More information

Supplementary Materials for

Supplementary Materials for advances.sciencemag.org/cgi/content/full/1/11/e1501057/dc1 Supplementary Materials for Earthquake detection through computationally efficient similarity search The PDF file includes: Clara E. Yoon, Ossian

More information

JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS

JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS JUMPSTARTING NEURAL NETWORK TRAINING FOR SEISMIC PROBLEMS Fantine Huot (Stanford Geophysics) Advised by Greg Beroza & Biondo Biondi (Stanford Geophysics & ICME) LEARNING FROM DATA Deep learning networks

More information

Contents of this file 1. Text S1 2. Figures S1 to S4. 1. Introduction

Contents of this file 1. Text S1 2. Figures S1 to S4. 1. Introduction Supporting Information for Imaging widespread seismicity at mid-lower crustal depths beneath Long Beach, CA, with a dense seismic array: Evidence for a depth-dependent earthquake size distribution A. Inbal,

More information

Master event relocation of microseismic event using the subspace detector

Master event relocation of microseismic event using the subspace detector Master event relocation of microseismic event using the subspace detector Ibinabo Bestmann, Fernando Castellanos and Mirko van der Baan Dept. of Physics, CCIS, University of Alberta Summary Microseismic

More information

Locality-Sensitive Hashing for Earthquake Detection: A Case Study of Scaling Data-Driven Science

Locality-Sensitive Hashing for Earthquake Detection: A Case Study of Scaling Data-Driven Science Locality-Sensitive Hashing for Earthquake Detection: A Case Study of Scaling Data-Driven Science Kexin Rong, Clara E. Yoon, Karianne J. Bergen, Hashem Elezabi, Peter Bailis, Philip Levis, Gregory C. Beroza

More information

Improving microseismic data quality with noise attenuation techniques

Improving microseismic data quality with noise attenuation techniques Improving microseismic data quality with noise attenuation techniques Kit Chambers, Aaron Booterbaugh Nanometrics Inc. Summary Microseismic data always contains noise and its effect is to reduce the quality

More information

Earthquake Fingerprint Scanning to Discern Induced Seismicity

Earthquake Fingerprint Scanning to Discern Induced Seismicity Earthquake Fingerprint Scanning to Discern Induced Seismicity Mike Brudzinski Rob Skoumal Brian Currie Steve Holtkamp Running a Background Check on Suspicious Earthquakes Template Poten,al Match Match

More information

A k-mean characteristic function to improve STA/LTA detection

A k-mean characteristic function to improve STA/LTA detection A k-mean characteristic function to improve STA/LTA detection Jubran Akram*,1, Daniel Peter 1, and David Eaton 2 1 King Abdullah University of Science and Technology (KAUST), Saudi Arabia 2 University

More information

Princeton ELE 201, Spring 2014 Laboratory No. 2 Shazam

Princeton ELE 201, Spring 2014 Laboratory No. 2 Shazam Princeton ELE 201, Spring 2014 Laboratory No. 2 Shazam 1 Background In this lab we will begin to code a Shazam-like program to identify a short clip of music using a database of songs. The basic procedure

More information

A multi-window algorithm for real-time automatic detection and picking of P-phases of microseismic events

A multi-window algorithm for real-time automatic detection and picking of P-phases of microseismic events A multi-window algorithm for real-time automatic detection and picking of P-phases of microseismic events Zuolin Chen and Robert R. Stewart ABSTRACT There exist a variety of algorithms for the detection

More information

Passive (Micro-)Seismic Event Detection

Passive (Micro-)Seismic Event Detection Passive (Micro-)Seismic Event Detection Introduction Among engineers there is considerable interest in the real-time identification of events within time series data with a low signal to noise ratio (S/N).

More information

The COMPLOC Earthquake Location Package

The COMPLOC Earthquake Location Package The COMPLOC Earthquake Location Package Guoqing Lin and Peter Shearer Guoqing Lin and Peter Shearer Scripps Institution of Oceanography, University of California San Diego INTRODUCTION This article describes

More information

Micro-Seismic Interpretation of Hydraulic Fracture Treatments. Hans de Pater Pinnacle Technologies Delft

Micro-Seismic Interpretation of Hydraulic Fracture Treatments. Hans de Pater Pinnacle Technologies Delft Micro-Seismic Interpretation of Hydraulic Fracture Treatments Hans de Pater Pinnacle Technologies Delft Outline Micro Seismic Technology in the Oil industry Velocity Structure Examples Fault interaction

More information

Ambient Passive Seismic Imaging with Noise Analysis Aleksandar Jeremic, Michael Thornton, Peter Duncan, MicroSeismic Inc.

Ambient Passive Seismic Imaging with Noise Analysis Aleksandar Jeremic, Michael Thornton, Peter Duncan, MicroSeismic Inc. Aleksandar Jeremic, Michael Thornton, Peter Duncan, MicroSeismic Inc. SUMMARY The ambient passive seismic imaging technique is capable of imaging repetitive passive seismic events. Here we investigate

More information

=, (1) Summary. Theory. Introduction

=, (1) Summary. Theory. Introduction Noise suppression for detection and location of microseismic events using a matched filter Leo Eisner*, David Abbott, William B. Barker, James Lakings and Michael P. Thornton, Microseismic Inc. Summary

More information

Coda Waveform Correlations

Coda Waveform Correlations Chapter 5 Coda Waveform Correlations 5.1 Cross-Correlation of Seismic Coda 5.1.1 Introduction In the previous section, the generation of the surface wave component of the Green s function by the correlation

More information

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

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

More information

Identification and localization of micro-seismic events using the cross-correlation technique for the Ketzin CO2 storage site

Identification and localization of micro-seismic events using the cross-correlation technique for the Ketzin CO2 storage site Number of pages Number of appendices 33 (incl. appendices) 3 TNO report Identification and localization of micro-seismic events using the cross-correlation technique for the Ketzin CO2 storage site Date

More information

Here I briefly describe the daily seismicity analysis procedure: Table 1

Here I briefly describe the daily seismicity analysis procedure: Table 1 A: More on Daily Seismicity Analysis Here I briefly describe the daily seismicity analysis procedure: Table 1 The broadband continuous data set was acquired as hour-long files. For this purpose I wrote

More information

Rhythmic Similarity -- a quick paper review. Presented by: Shi Yong March 15, 2007 Music Technology, McGill University

Rhythmic Similarity -- a quick paper review. Presented by: Shi Yong March 15, 2007 Music Technology, McGill University Rhythmic Similarity -- a quick paper review Presented by: Shi Yong March 15, 2007 Music Technology, McGill University Contents Introduction Three examples J. Foote 2001, 2002 J. Paulus 2002 S. Dixon 2004

More information

Resolution and location uncertainties in surface microseismic monitoring

Resolution and location uncertainties in surface microseismic monitoring Resolution and location uncertainties in surface microseismic monitoring Michael Thornton*, MicroSeismic Inc., Houston,Texas mthornton@microseismic.com Summary While related concepts, resolution and uncertainty

More information

Second Annual Meeting

Second Annual Meeting SHale gas Exploration and Exploitation induced Risks Detection, location and migration of AEs induced by hydraulic fracturing: the Aspö mine (Sweden) experiment Simone Cesca Second Annual Meeting Blackpool

More information

28th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

28th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies SEISMIC SOURCE LOCATIONS AND PARAMETERS FOR SPARSE NETWORKS BY MATCHING OBSERVED SEISMOGRAMS TO SEMI-EMPIRICAL SYNTHETIC SEISMOGRAMS: IMPROVEMENTS TO THE PHASE SPECTRUM PARAMETERIZATION David. Salzberg

More information

Audio Fingerprinting using Fractional Fourier Transform

Audio Fingerprinting using Fractional Fourier Transform Audio Fingerprinting using Fractional Fourier Transform Swati V. Sutar 1, D. G. Bhalke 2 1 (Department of Electronics & Telecommunication, JSPM s RSCOE college of Engineering Pune, India) 2 (Department,

More information

Strong Motion Data: Structures

Strong Motion Data: Structures Strong Motion Data: Structures Adam Pascale Chief Technology Officer, Seismology Research Centre a division of ESS Earth Sciences Treasurer, Australian Earthquake Engineering Society Why monitor buildings?

More information

CS229 - Project Final Report: Automatic earthquake detection from distributed acoustic sensing (DAS) array data

CS229 - Project Final Report: Automatic earthquake detection from distributed acoustic sensing (DAS) array data CS229 - Project Final Report: Automatic earthquake detection from distributed acoustic sensing (DAS) array data Ettore Biondi, Fantine Huot, Joseph Jennings Abstract We attempt to automatically detect

More information

Study of Low-frequency Seismic Events Sources in the Mines of the Verkhnekamskoye Potash Deposit

Study of Low-frequency Seismic Events Sources in the Mines of the Verkhnekamskoye Potash Deposit Study of Low-frequency Seismic Events Sources in the Mines of the Verkhnekamskoye Potash Deposit D.A. Malovichko Mining Institute, Ural Branch, Russian Academy of Sciences ABSTRACT Seismic networks operated

More information

3/15/2010. Distance Distance along the ground (km) Time, (sec)

3/15/2010. Distance Distance along the ground (km) Time, (sec) GG45 March 16, 21 Introduction to Seismic Exploration and Elementary Digital Analysis Some of the material I will cover today can be found in the book on pages 19-2 and 122-13. 13. However, much of what

More information

Magnitude determination using duration of high frequency energy radiation for the 2011 Off the Pacific Coast of Tohoku Earthquake

Magnitude determination using duration of high frequency energy radiation for the 2011 Off the Pacific Coast of Tohoku Earthquake Magnitude determination using duration of high frequency energy radiation for the 2011 Off the Pacific Coast of Tohoku Earthquake Tatsuhiko Hara International Institute of Seismology and Earthquake Engineering

More information

Chapter 5. Signal Analysis. 5.1 Denoising fiber optic sensor signal

Chapter 5. Signal Analysis. 5.1 Denoising fiber optic sensor signal Chapter 5 Signal Analysis 5.1 Denoising fiber optic sensor signal We first perform wavelet-based denoising on fiber optic sensor signals. Examine the fiber optic signal data (see Appendix B). Across all

More information

From Last Time Wave Properties. Description of a Wave. Water waves? Water waves occur on the surface. They are a kind of transverse wave.

From Last Time Wave Properties. Description of a Wave. Water waves? Water waves occur on the surface. They are a kind of transverse wave. From Last Time Wave Properties Amplitude is the maximum displacement from the equilibrium position Wavelength,, is the distance between two successive points that behave identically Period: time required

More information

Spatial coherency of earthquake-induced ground accelerations recorded by 100-Station of Istanbul Rapid Response Network

Spatial coherency of earthquake-induced ground accelerations recorded by 100-Station of Istanbul Rapid Response Network Spatial coherency of -induced ground accelerations recorded by 100-Station of Istanbul Rapid Response Network Ebru Harmandar, Eser Cakti, Mustafa Erdik Kandilli Observatory and Earthquake Research Institute,

More information

Seismic intensities derived from strong motion instruments in New Zealand

Seismic intensities derived from strong motion instruments in New Zealand Seismic intensities derived from strong motion instruments in New Zealand P.N. Davenport Institute of Geological and Nuclear Sciences, Lower Hutt NZSEE 2001 Conference ABSTRACT: Intensity of ground shaking

More information

Volcanic Earthquake Timing Using Wireless Sensor Networks

Volcanic Earthquake Timing Using Wireless Sensor Networks Volcanic Earthquake Timing Using Wireless Sensor Networks GuojinLiu 1,2 RuiTan 2,3 RuoguZhou 2 GuoliangXing 2 Wen-Zhan Song 4 Jonathan M. Lees 5 1 Chongqing University, P.R. China 2 Michigan State University,

More information

Improved Locations Through Waveform Cross-Correlation Within the Antelope Environment

Improved Locations Through Waveform Cross-Correlation Within the Antelope Environment Improved Locations Through Waveform Cross-Correlation Within the Antelope Environment David von Seggern Nevada Seismological Laboratory Antelope Users Group Meeting June 7, 2008 Outline of This Talk history

More information

A TECHNIQUE FOR AUTOMATIC DETECTION OF ONSET TIME OF P- AND S-PHASES IN STRONG MOTION RECORDS

A TECHNIQUE FOR AUTOMATIC DETECTION OF ONSET TIME OF P- AND S-PHASES IN STRONG MOTION RECORDS 13 th World Conference on Earthquake Engineering Vancouver, B.C., Canada August 1-6, 2004 Paper No. 786 A TECHNIQUE FOR AUTOMATIC DETECTION OF ONSET TIME OF P- AND S-PHASES IN STRONG MOTION RECORDS Takashi

More information

Geophysical Journal International

Geophysical Journal International Geophysical Journal International Geophys. J. Int. (2014) Geophysical Journal International Advance Access published January 22, 2014 doi: 10.1093/gji/ggt433 Improvements in magnitude precision, using

More information

Spectral Detection of Attenuation and Lithology

Spectral Detection of Attenuation and Lithology Spectral Detection of Attenuation and Lithology M S Maklad* Signal Estimation Technology Inc., Calgary, AB, Canada msm@signalestimation.com and J K Dirstein Total Depth Pty Ltd, Perth, Western Australia,

More information

Cmin. Cmax. Frac volume. SEG Houston 2009 International Exposition and Annual Meeting. Summary (1),

Cmin. Cmax. Frac volume. SEG Houston 2009 International Exposition and Annual Meeting. Summary (1), Improving signal-to-noise ratio of passsive seismic data with an adaptive FK filter Chuntao Liang*, Mike P. Thornton, Peter Morton, BJ Hulsey, Andrew Hill, and Phil Rawlins, Microseismic Inc. Summary We

More information

Acoustic Emission Linear Location Cluster Analysis on Seam Welded Hot Reheat Piping

Acoustic Emission Linear Location Cluster Analysis on Seam Welded Hot Reheat Piping Acoustic Emission Linear Location Cluster Analysis on Seam Welded Hot Reheat Piping The EPRI Guidelines for acoustic emission (AE) inspection of seamed hot reheat piping were published in November 1995.

More information

Picking microseismic first arrival times by Kalman filter and wavelet transform

Picking microseismic first arrival times by Kalman filter and wavelet transform Picking first arrival times Picking microseismic first arrival times by Kalman filter and wavelet transform Baolin Qiao and John C. Bancroft ABSTRACT Due to the high energy content of the ambient noise,

More information

An acousto-electromagnetic sensor for locating land mines

An acousto-electromagnetic sensor for locating land mines An acousto-electromagnetic sensor for locating land mines Waymond R. Scott, Jr. a, Chistoph Schroeder a and James S. Martin b a School of Electrical and Computer Engineering b School of Mechanical Engineering

More information

Broadband Signal Enhancement of Seismic Array Data: Application to Long-period Surface Waves and High-frequency Wavefields

Broadband Signal Enhancement of Seismic Array Data: Application to Long-period Surface Waves and High-frequency Wavefields Broadband Signal Enhancement of Seismic Array Data: Application to Long-period Surface Waves and High-frequency Wavefields Frank Vernon and Robert Mellors IGPP, UCSD La Jolla, California David Thomson

More information

Hector Mine, California, earthquake

Hector Mine, California, earthquake 179 Chapter 5 16 October 1999 M=7.1 Hector Mine, California, earthquake The 1999 M w 7.1 Hector Mine earthquake sequence was the most recent of a series of moderate to large earthquakes on the Eastern

More information

Summary. D Receiver. Borehole. Borehole. Borehole. tool. tool. tool

Summary. D Receiver. Borehole. Borehole. Borehole. tool. tool. tool n off center quadrupole acoustic wireline : numerical modeling and field data analysis Zhou-tuo Wei*, OSL-UP llied coustic Lab., hina University of Petroleum (UP); Hua Wang, Earth Resources Lab., Massachusetts

More information

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS

DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS DESIGN AND IMPLEMENTATION OF AN ALGORITHM FOR MODULATION IDENTIFICATION OF ANALOG AND DIGITAL SIGNALS John Yong Jia Chen (Department of Electrical Engineering, San José State University, San José, California,

More information

Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes

Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes Coding and Analysis of Cracked Road Image Using Radon Transform and Turbo codes G.Bhaskar 1, G.V.Sridhar 2 1 Post Graduate student, Al Ameer College Of Engineering, Visakhapatnam, A.P, India 2 Associate

More information

Chapter 8 3 September 2002 M = 4.75 Yorba Linda, California, earthquake

Chapter 8 3 September 2002 M = 4.75 Yorba Linda, California, earthquake 272 Chapter 8 3 September 2002 M = 4.75 Yorba Linda, California, earthquake The M = 4.75 Yorba Linda, California earthquake occurred at 07 : 08 : 51.870 UT on 3 September 2002 in Orange County, in a densely

More information

New Metrics Developed for a Complex Cepstrum Depth Program

New Metrics Developed for a Complex Cepstrum Depth Program T3.5-05 Robert C. Kemerait Ileana M. Tibuleac Jose F. Pascual-Amadeo Michael Thursby Chandan Saikia Nuclear Treaty Monitoring, Geophysics Division New Metrics Developed for a Complex Cepstrum Depth Program

More information

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER

FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER 7 Journal of Marine Science and Technology, Vol., No., pp. 7-78 () DOI:.9/JMST-3 FAULT DIAGNOSIS AND PERFORMANCE ASSESSMENT FOR A ROTARY ACTUATOR BASED ON NEURAL NETWORK OBSERVER Jian Ma,, Xin Li,, Chen

More information

Geophysical Journal International

Geophysical Journal International Geophysical Journal International Geophys. J. Int. (2014) 197, 458 463 Advance Access publication 2014 January 20 doi: 10.1093/gji/ggt516 An earthquake detection algorithm with pseudo-probabilities of

More information

Frequency Modulation of 0S2-E

Frequency Modulation of 0S2-E Frequency Modulation of 0S2-E Herbert Weidner a Abstract: Precision measurements of the 0S2 quintet after the 2004-12-26 earthquake show that the highest spectral line near 318.4 µhz is frequency modulated.

More information

EE216B: VLSI Signal Processing. Wavelets. Prof. Dejan Marković Shortcomings of the Fourier Transform (FT)

EE216B: VLSI Signal Processing. Wavelets. Prof. Dejan Marković Shortcomings of the Fourier Transform (FT) 5//0 EE6B: VLSI Signal Processing Wavelets Prof. Dejan Marković ee6b@gmail.com Shortcomings of the Fourier Transform (FT) FT gives information about the spectral content of the signal but loses all time

More information

25823 Mind the Gap Broadband Seismic Helps To Fill the Low Frequency Deficiency

25823 Mind the Gap Broadband Seismic Helps To Fill the Low Frequency Deficiency 25823 Mind the Gap Broadband Seismic Helps To Fill the Low Frequency Deficiency E. Zabihi Naeini* (Ikon Science), N. Huntbatch (Ikon Science), A. Kielius (Dolphin Geophysical), B. Hannam (Dolphin Geophysical)

More information

THE ALTERNATIVE APPROACH FOR SEISMIC MONITORING DATA IDENTIFICATION EXCLUDING MASTER EVENTS

THE ALTERNATIVE APPROACH FOR SEISMIC MONITORING DATA IDENTIFICATION EXCLUDING MASTER EVENTS THE ALTERNATIVE APPROACH FOR SEISMIC MONITORING DATA IDENTIFICATION EXCLUDING MASTER EVENTS Kseniia NEPEINA 1 ABSTRACT The problem of monitoring of different types of seismic events is one of the key in

More information

Th P6 01 Retrieval of the P- and S-velocity Structure of the Groningen Gas Reservoir Using Noise Interferometry

Th P6 01 Retrieval of the P- and S-velocity Structure of the Groningen Gas Reservoir Using Noise Interferometry Th P6 1 Retrieval of the P- and S-velocity Structure of the Groningen Gas Reservoir Using Noise Interferometry W. Zhou* (Utrecht University), H. Paulssen (Utrecht University) Summary The Groningen gas

More information

This presentation was prepared as part of Sensor Geophysical Ltd. s 2010 Technology Forum presented at the Telus Convention Center on April 15, 2010.

This presentation was prepared as part of Sensor Geophysical Ltd. s 2010 Technology Forum presented at the Telus Convention Center on April 15, 2010. This presentation was prepared as part of Sensor Geophysical Ltd. s 2010 Technology Forum presented at the Telus Convention Center on April 15, 2010. The information herein remains the property of Mustagh

More information

Lecture 6. Rhythm Analysis. (some slides are adapted from Zafar Rafii and some figures are from Meinard Mueller)

Lecture 6. Rhythm Analysis. (some slides are adapted from Zafar Rafii and some figures are from Meinard Mueller) Lecture 6 Rhythm Analysis (some slides are adapted from Zafar Rafii and some figures are from Meinard Mueller) Definitions for Rhythm Analysis Rhythm: movement marked by the regulated succession of strong

More information

Variable-depth streamer acquisition: broadband data for imaging and inversion

Variable-depth streamer acquisition: broadband data for imaging and inversion P-246 Variable-depth streamer acquisition: broadband data for imaging and inversion Robert Soubaras, Yves Lafet and Carl Notfors*, CGGVeritas Summary This paper revisits the problem of receiver deghosting,

More information

Watermarking-based Image Authentication with Recovery Capability using Halftoning and IWT

Watermarking-based Image Authentication with Recovery Capability using Halftoning and IWT Watermarking-based Image Authentication with Recovery Capability using Halftoning and IWT Luis Rosales-Roldan, Manuel Cedillo-Hernández, Mariko Nakano-Miyatake, Héctor Pérez-Meana Postgraduate Section,

More information

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics

Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and Waveform Characteristics Journal of Energy and Power Engineering 9 (215) 289-295 doi: 1.17265/1934-8975/215.3.8 D DAVID PUBLISHING Suppression of Pulse Interference in Partial Discharge Measurement Based on Phase Correlation and

More information

A Rayleigh wave back-projection method applied to the 2011 Tohoku earthquake

A Rayleigh wave back-projection method applied to the 2011 Tohoku earthquake A Rayleigh wave back-projection method applied to the 2011 Tohoku earthquake Daniel Roten, Hiroe Miyake, and Kazuki Koketsu (2012), GRL Earthquake of the Week - 27 January 2012 Roten, D., H. Miyake, and

More information

Enayet B. Halim, Sirish L. Shah and M.A.A. Shoukat Choudhury. Department of Chemical and Materials Engineering University of Alberta

Enayet B. Halim, Sirish L. Shah and M.A.A. Shoukat Choudhury. Department of Chemical and Materials Engineering University of Alberta Detection and Quantification of Impeller Wear in Tailing Pumps and Detection of faults in Rotating Equipment using Time Frequency Averaging across all Scales Enayet B. Halim, Sirish L. Shah and M.A.A.

More information

DRX Plus Detectors: Going from Good to Great

DRX Plus Detectors: Going from Good to Great DRX Plus Detectors: Going from Good to Great Authors: Karin Töpfer, Tim Wojcik Introduction Carestream s introduction in 2009 of the world s first portable, wireless, cassette-sized detector the CARESTREAM

More information

System Identification and CDMA Communication

System Identification and CDMA Communication System Identification and CDMA Communication A (partial) sample report by Nathan A. Goodman Abstract This (sample) report describes theory and simulations associated with a class project on system identification

More information

Analysis of Ground Motions from Nov. 5, 2015 earthquake sequence near Fundao Dam, Brazil July 20, 2016 Gail M. Atkinson, Ph.D., P.Geo.

Analysis of Ground Motions from Nov. 5, 2015 earthquake sequence near Fundao Dam, Brazil July 20, 2016 Gail M. Atkinson, Ph.D., P.Geo. 1 Analysis of Ground Motions from Nov. 5, 2015 earthquake sequence near Fundao Dam, Brazil July 20, 2016 Gail M. Atkinson, Ph.D., P.Geo., FRSC Introduction This report presents an analysis of the ground

More information

Interpretational applications of spectral decomposition in reservoir characterization

Interpretational applications of spectral decomposition in reservoir characterization Interpretational applications of spectral decomposition in reservoir characterization GREG PARTYKA, JAMES GRIDLEY, and JOHN LOPEZ, Amoco E&P Technology Group, Tulsa, Oklahoma, U.S. Figure 1. Thin-bed spectral

More information

Possible installation effects on density meter in a fast loop sampling system.

Possible installation effects on density meter in a fast loop sampling system. Possible installation effects on density meter in a fast loop sampling system. Skule E. Smørgrav, TechnipFMC, FMC Kongsberg Metering AS Nils Petter Aarstad, TechnipFMC, FMC Kongsberg Metering AS Steve

More information

Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection

Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection Dynamic Data-Driven Adaptive Sampling and Monitoring of Big Spatial-Temporal Data Streams for Real-Time Solar Flare Detection Dr. Kaibo Liu Department of Industrial and Systems Engineering University of

More information

Digital Imaging and Deconvolution: The ABCs of Seismic Exploration and Processing

Digital Imaging and Deconvolution: The ABCs of Seismic Exploration and Processing Digital Imaging and Deconvolution: The ABCs of Seismic Exploration and Processing Enders A. Robinson and Sven Treitcl Geophysical References Series No. 15 David V. Fitterman, managing editor Laurence R.

More information

INFLUENCE OF STATIC DISPLACEMENT ON PEAK GROUND VELOCITY AT SITES THAT EXPERIENCED FORWARD-RUPTURE DIRECTIVITY

INFLUENCE OF STATIC DISPLACEMENT ON PEAK GROUND VELOCITY AT SITES THAT EXPERIENCED FORWARD-RUPTURE DIRECTIVITY Seismic Fault-induced Failures, 115-1, 1 January INFLUENCE OF STATIC DISPLACEMENT ON PEAK GROUND VELOCITY AT SITES THAT EXPERIENCED FORWARD-RUPTURE DIRECTIVITY Mladen V. Kostadinov 1 and Fumio Yamazaki

More information

Signal Processing. Naureen Ghani. December 9, 2017

Signal Processing. Naureen Ghani. December 9, 2017 Signal Processing Naureen Ghani December 9, 27 Introduction Signal processing is used to enhance signal components in noisy measurements. It is especially important in analyzing time-series data in neuroscience.

More information

An Audio Fingerprint Algorithm Based on Statistical Characteristics of db4 Wavelet

An Audio Fingerprint Algorithm Based on Statistical Characteristics of db4 Wavelet Journal of Information & Computational Science 8: 14 (2011) 3027 3034 Available at http://www.joics.com An Audio Fingerprint Algorithm Based on Statistical Characteristics of db4 Wavelet Jianguo JIANG

More information

LAB 2 Machine Perception of Music Computer Science 395, Winter Quarter 2005

LAB 2 Machine Perception of Music Computer Science 395, Winter Quarter 2005 1.0 Lab overview and objectives This lab will introduce you to displaying and analyzing sounds with spectrograms, with an emphasis on getting a feel for the relationship between harmonicity, pitch, and

More information

South Africa CO2 Seismic Program

South Africa CO2 Seismic Program 1 South Africa CO2 Seismic Program ANNEXURE B Bob A. Hardage October 2016 There have been great advances in seismic technology in the decades following the acquisition of legacy, limited-quality, 2D seismic

More information

Spectrum and Energy Distribution Characteristic of Electromagnetic Emission Signals during Fracture of Coal

Spectrum and Energy Distribution Characteristic of Electromagnetic Emission Signals during Fracture of Coal vailable online at www.sciencedirect.com Procedia Engineering 6 (011) 1447 1455 First International Symposium on Mine Safety Science and Engineering Spectrum and Energy istribution Characteristic of Electromagnetic

More information

Global Broadband Arrays a View from NORSAR

Global Broadband Arrays a View from NORSAR Global Broadband Arrays a View from NORSAR Johannes Schweitzer and NORSAR s Array Seismology Group Workshop on Arrays in Global Seismology May 15 16, 2013 Raleigh, North Carolina NORSAR Array Until 1976

More information

Application Note. GE Grid Solutions. Multilin 8 Series 869 Broken Rotor Bar Detection. Introduction

Application Note. GE Grid Solutions. Multilin 8 Series 869 Broken Rotor Bar Detection. Introduction GE Grid Solutions Multilin 8 Series 869 Broken Rotor Bar Detection Application Note GE Publication Number: GET-20061 Copyright 2018 GE Multilin Inc. Introduction The Multilin 869 motor protection relay

More information

L(f) = = (f) G(f) L2(f) Transmission Impairments: Attenuation (cont.)

L(f) = = (f) G(f) L2(f) Transmission Impairments: Attenuation (cont.) Transmission Impairments: Attenuation (cont.) how many times the put signal has attenuated relative to the input signal should be in L(f) (f) (f) A A in (f) (f) how many times the put signal has been amplified

More information

Introduction of Audio and Music

Introduction of Audio and Music 1 Introduction of Audio and Music Wei-Ta Chu 2009/12/3 Outline 2 Introduction of Audio Signals Introduction of Music 3 Introduction of Audio Signals Wei-Ta Chu 2009/12/3 Li and Drew, Fundamentals of Multimedia,

More information

Automatic P-onset precise determination based on local maxima and minima

Automatic P-onset precise determination based on local maxima and minima CTBT: SCIENCE AND TECHNOLOGY CONFERENCE 2015, 22-26 June, Hofburg palace, Vienna, Austria LETSMP Automatic P-onset precise determination based on local maxima and minima Presented by: Dr. Ait Laasri El

More information

PR No. 119 DIGITAL SIGNAL PROCESSING XVIII. Academic Research Staff. Prof. Alan V. Oppenheim Prof. James H. McClellan.

PR No. 119 DIGITAL SIGNAL PROCESSING XVIII. Academic Research Staff. Prof. Alan V. Oppenheim Prof. James H. McClellan. XVIII. DIGITAL SIGNAL PROCESSING Academic Research Staff Prof. Alan V. Oppenheim Prof. James H. McClellan Graduate Students Bir Bhanu Gary E. Kopec Thomas F. Quatieri, Jr. Patrick W. Bosshart Jae S. Lim

More information

Department of Electrical Engineering and Computer Science

Department of Electrical Engineering and Computer Science MASSACHUSETTS INSTITUTE of TECHNOLOGY Department of Electrical Engineering and Computer Science 6.161/6637 Practice Quiz 2 Issued X:XXpm 4/XX/2004 Spring Term, 2004 Due X:XX+1:30pm 4/XX/2004 Please utilize

More information

EE 435/535: Error Correcting Codes Project 1, Fall 2009: Extended Hamming Code. 1 Introduction. 2 Extended Hamming Code: Encoding. 1.

EE 435/535: Error Correcting Codes Project 1, Fall 2009: Extended Hamming Code. 1 Introduction. 2 Extended Hamming Code: Encoding. 1. EE 435/535: Error Correcting Codes Project 1, Fall 2009: Extended Hamming Code Project #1 is due on Tuesday, October 6, 2009, in class. You may turn the project report in early. Late projects are accepted

More information

Site-specific seismic hazard analysis

Site-specific seismic hazard analysis Site-specific seismic hazard analysis ABSTRACT : R.K. McGuire 1 and G.R. Toro 2 1 President, Risk Engineering, Inc, Boulder, Colorado, USA 2 Vice-President, Risk Engineering, Inc, Acton, Massachusetts,

More information

Rec. ITU-R P RECOMMENDATION ITU-R P *

Rec. ITU-R P RECOMMENDATION ITU-R P * Rec. ITU-R P.682-1 1 RECOMMENDATION ITU-R P.682-1 * PROPAGATION DATA REQUIRED FOR THE DESIGN OF EARTH-SPACE AERONAUTICAL MOBILE TELECOMMUNICATION SYSTEMS (Question ITU-R 207/3) Rec. 682-1 (1990-1992) The

More information

From Last Time Wave Properties. Description of a Wave. Question. Examples. More types of waves. Seismic waves

From Last Time Wave Properties. Description of a Wave. Question. Examples. More types of waves. Seismic waves From Last Time Wave Properties Amplitude is the maximum displacement of string above the equilibrium position Wavelength, λ, is the distance between two successive points that behave identically Period:

More information

SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS

SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS SONG RETRIEVAL SYSTEM USING HIDDEN MARKOV MODELS AKSHAY CHANDRASHEKARAN ANOOP RAMAKRISHNA akshayc@cmu.edu anoopr@andrew.cmu.edu ABHISHEK JAIN GE YANG ajain2@andrew.cmu.edu younger@cmu.edu NIDHI KOHLI R

More information

EDDIE: Spectral Seismology

EDDIE: Spectral Seismology EDDIE: Spectral Seismology This module was initially developed by Soule, D. S., M. Weirathmuller, G. Kroeger, and R. Darner Gougis. 20 March 2017. EDDIE: Spectral Seismology. EDDIE Module 10, Version 1.

More information

CONTRIBUTION OF THE IMS GLOBAL NETWORK OF HYDROACOUSTIC STATIONS FOR MONITORING THE CTBT PAULINA BITTNER, EZEKIEL JONATHAN, MARCELA VILLARROEL

CONTRIBUTION OF THE IMS GLOBAL NETWORK OF HYDROACOUSTIC STATIONS FOR MONITORING THE CTBT PAULINA BITTNER, EZEKIEL JONATHAN, MARCELA VILLARROEL CONTRIBUTION OF THE IMS GLOBAL NETWORK OF HYDROACOUSTIC STATIONS FOR MONITORING THE CTBT PAULINA BITTNER, EZEKIEL JONATHAN, MARCELA VILLARROEL Provisional Technical Secretariat of the Preparatory Commission

More information

Microtremor Array Measurements and Three-component Microtremor Measurements in San Francisco Bay Area

Microtremor Array Measurements and Three-component Microtremor Measurements in San Francisco Bay Area Microtremor Array Measurements and Three-component Microtremor Measurements in San Francisco Bay Area K. Hayashi & D. Underwood Geometrics, Inc., United States SUMMARY: Microtremor array measurements and

More information

HIGH-ORDER STATISTICS APPROACH: AUTOMATIC DETERMINATION OF SIGN AND ARRIVAL TIME OF ACOUSTIC EMISSION SIGNALS

HIGH-ORDER STATISTICS APPROACH: AUTOMATIC DETERMINATION OF SIGN AND ARRIVAL TIME OF ACOUSTIC EMISSION SIGNALS HIGH-ORDER STATISTICS APPROACH: AUTOMATIC DETERMIATIO OF SIG AD ARRIVAL TIME OF ACOUSTIC EMISSIO SIGALS Tomáš Lokajíček and Karel Klíma Institute of Geology, Academy of Sciences of the Czech Republic v.v.i.,

More information

Earthquake Monitoring System Using Ranger Seismometer Sensor

Earthquake Monitoring System Using Ranger Seismometer Sensor INTERNATIONAL JOURNAL OF GEOLOGY Issue, Volume, Earthquake Monitoring System Using Ranger Seismometer Sensor Iyad Aldasouqi and Adnan Shaout Abstract--As cities become larger and larger worldwide, earthquakes

More information

Testing Sensors & Actors Using Digital Oscilloscopes

Testing Sensors & Actors Using Digital Oscilloscopes Testing Sensors & Actors Using Digital Oscilloscopes APPLICATION BRIEF February 14, 2012 Dr. Michael Lauterbach & Arthur Pini Summary Sensors and actors are used in a wide variety of electronic products

More information

Earthquake response analysis of Ankara high speed train station by finite element modeling

Earthquake response analysis of Ankara high speed train station by finite element modeling Earthquake response analysis of Ankara high speed train station by finite element modeling Burak Nebil BARUTÇU 1 ; Salih ALAN 2 ; Mehmet ÇALIŞKAN 3 Department of Mechanical Engineering Middle East Technical

More information

27th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

27th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies SOURCE AND PATH EFFECTS ON REGIONAL PHASES IN INDIA FROM AFTERSHOCKS OF THE JANUARY 26, 2001, BHUJ EARTHQUAKE Arthur Rodgers 1, Paul Bodin 2, Luca Malagnini 3, Kevin Mayeda 1, and Aybige Akinci 3 Lawrence

More information

TRANSFORMS / WAVELETS

TRANSFORMS / WAVELETS RANSFORMS / WAVELES ransform Analysis Signal processing using a transform analysis for calculations is a technique used to simplify or accelerate problem solution. For example, instead of dividing two

More information

Observations of the OSOP Sixaola, March 1-3, 2016, at the Albuquerque Seismological Laboratory

Observations of the OSOP Sixaola, March 1-3, 2016, at the Albuquerque Seismological Laboratory Observations of the OSOP Sixaola, March 1-3, 2016, at the Albuquerque Seismological Laboratory There were two representatives (Angel Rodriquez and David Nelson) from OSOP at ASL March 1-3, 2016, and they

More information