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

Size: px
Start display at page:

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

Transcription

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 two MatLab scripts and used the MatLab signal processing toolbox. The first script successively reads, demeans and filters these hour-long files. Each file was ascribed attributes as listed in Table 2 and all the files were organized in a database. Table 2. The event database. First three columns are event time, date and Julian day, respectively. The fourth column contains event size (max + min). Time-difference column lists the time difference between signal maximum and minimum. Noise level (last column) is proportional to the average value of the signal, (events excluded). See text for discussion. Time (hhm m) Date (mdd) Juli an day Amplitud e, peak to peak (counts) Time difference Averag e noise level from y =0 (counts)

2 This script is actually an implementation of a crude phase picker. Together with the second script, where I query the database, it helps to estimate the total number of earthquakes for any given time window. The earthquake picking algorithm is based on the following steps: 1. Reads a file. 2. Removes the mean and filters the file with 2-pole Butterworth 3 10 Hz filter. This rather narrow band filter mainly passes S phase arrivals based on which the first script picks events. 3. Finds the maximum and minimum signal value in the file. 4. Stores the value from Step 3 and a time difference between them. 5. Removes the event from the file by cutting out 2 sec before and 5 after the maximum value of the event. 6. Repeats steps 3-6 while the maximum/minimum value reaches a default (noise level) value of 30 counts. This value is empirically chosen based on numerous visual evaluations of the noise level. 7. Calculates the mean of absolute amplitudes of the signal (without cut off events). The mean is an indicator of the noise level for the events in a single file only. Therefore, the noise level is expressed as an average value (in counts) of the signal: average ( signal amplitude ) * 2 (12) 79

3 The output (database) is formatted with the following columns: The first three columns list the time when the file begins, the date and Julian day. The next column shows the peaks in the signal expressed as max amplitude + min amplitude. The time difference between these two amplitudes is shown in the fifth column. The sixth column lists the average noise level for the file. After the database has been formed the second MatLab script selects events based on database query parameters (up to 6: the total number of columns in the database). For example, Figure 4. (page 10) is generated with the following query parameters: Table 3. Database query parameters that produced Figure 4. Amplitude, peak to peak (counts) Time difference > 2*average noise level < 1 sec 80

4 I believe that by splitting the earthquake search procedure into steps/scripts gives a certain level of flexibility in at least the following cases: a) For huge data sets such as permanent stations with continuous recording, the first script has to be run only once, enough to create a database. Querying a created database requires less computer time for each run. It allows a network operator not only to count earthquakes faster but also to get additional information such as: noise level, signal maximum and minimum, etc. b) For portable seismic networks (aftershock chasing programs) where flexibility and speed are essential, particularly in the first few days when exact earthquake locations dictate future network configurations. 81

5 More on Step 3. In order to find earthquakes, I use a rather simple but effective procedure. On the filtered horizontal broadband seismograms the biggest abrupt signal increases are assumed to be S phase arrivals. The biggest signal amplitudes are regarded as events and the algorithm picks as many as it can before reaching the noise level. At this point there is no quality control. This step is formed in the second script. More on Step 5. All the HYPOELLIPSE epicenters (see Chapter 3) are within 6 km radius from the broadband site. The earthquake depths go up to about 7 km. Therefore it is reasonable to assume that the time difference between P and S phase, for any earthquake, should be within 1.5 seconds (phase arrival times are given by t p,s = path p,s / V p,s and assuming V p /V s = 1.73 we get: distance (km) t s,p (sec)* 8, Where V p = 6 km/s). Cutting off the events with the given window removes them from consecutive event search procedure. Table 2. Figure 35 illustrates time difference and amplitude, peal-to-peak columns of Table 2. Based on time difference column it is possible to query an event database to select only events that meet the time difference criteria. 82

6 Figure 35. An illustration of the event search algorithm (the first script). A raw one hourlong file (N-S component) from the broadband instrument (GUR site). Abrupt vertical lines are earthquakes (top). Filtered seismogram showing picked events (only amplitudes for events with peak-to-peak value > are shown, middle). Blown up event (indicated by the arrow in the middle plot) shows expected time difference (~0.8 sec) between signal minimum and maximum for an event (bottom). 83

7 If, for example, time difference column gives a value of 2 sec. for a picked event it is not likely that the picker has picked the real earthquake in the first place: The time difference between signal min and max is way too large. 84

8 B: Waveform Cross Correlation Testing Procedures Here I present a few test function used to evaluate the results of the implemented waveform cross correlation method. All the scripts for this purpose are written in MatLab code. The tests are divided in two groups: 1. Two Hanning window-like functions are first delayed by 0.01 sec and then by 0.1 sec. 2. Two time-differentiated Hanning window-like are first delayed by 0.01 sec and then by 0.1 sec. For a sample rate of 200 Hz (accelerographs) these delays are 2 and 20 samples, respectively. For a sample rate of 100 Hz (broadband, velocitygraph) we have 1 and 10 samples, respectively. These delays bound well the lower and upper limits within which the windowed P arrivals are analyzed (see Chapter ). The Hanning functions test the algorithm s response to an impulse function. As shown in Figure 36, two Hanning functions are used as input seismograms. They are delayed by 0.01 sec. The phase information of the cross spectrum function is used to calculate the delay between the input functions. Coherence is a direct measure of the similarity in energy of two time functions. When two spectra have the same energy at all the frequencies the coherence is equal to 1. See the caption of Figure

9 86 Figure 36. Test 1. Steps of the cross correlation algorithm applied on two Hanning-window-like functions delayed by 0.01 sec (top left). As expected both amplitude spectra are identical (overlapping red and blue lines, top middle). The phase information (lower middle) of the cross spectrum (top right) of both weighted and non-weighted (red and black lines, respectively) yield the same delay: 0.01 sec. Weighted phase plot (lower right) shows which frequencies were of higher weights due to higher degree of the coherence (lower left). This affinity for some frequencies is mainly due to numerical rounding and the definition of the weighting function (see Chapter ).

10 87 Figure 37. Test 2. Steps of the cross correlation algorithm applied on two Hanning-window-like functions delayed by 0.1 sec (top left). See caption of Figure 36.

11 88 Figure 38. Test 3. Steps of the cross correlation algorithm applied on two time differentiated Hanning-window-like functions delayed by 0.01 sec (top left). See caption of Figure 36.

12 89 Figure 39. Test 2. Steps of the cross correlation algorithm applied on two time differentiated Hanning-window-like functions delayed by 0.1 sec (top left). See caption of Figure 36.

13 Using the least square method a straight line (forced through the origin) is fitted to the phase part of the cross spectrum. The slope is proportional to the delay. 90

14 C: Scripts and Bolts Here is a brief list and explanations of the principal scripts I had developed to process the 2001 Enola data set. The scripts can be found on the CD at the end of the thesis. MatLab scripts: changing headers.m The SAC data recorded on the GUR site (the broadband instrument) as well as data recorded using the accelerographs had to have the appropriate header information such as: station name, station latitude and longitude etc. The script reads all the binary SAC files from a specified folder, changes header variables and writes the new files in the SAC binary format. cc_intro_p_pick_files.m In this script all the summary files (HYPOELLIPSE output) are read and P and S arrival times are extracted. Origin times, various reference times are also organized in a table with the phase information and stored in a pick file. cc_intro_neue_p.m This script prepares data for the waveform cross-correlation technique. It reads an earthquake doublet and arranges data so that two seismograms from a station are analyzed. It also prepares the pick file of each event so that P and S arrival times can be used to window the phases. 91

15 cc_spectrum_p.m Here the spectra, the cross spectra, delays and other various mathematical operations are executed. cc_hdd_write_p.m A table with waveform cross-correlation results with an appropriate format is formed so the table (file) can be used directly by HYPODD. write_sac.m A subroutine customized to read/write SAC binary files. seismicity_rate.m The principal script to count earthquakes from SAC files. It gives organizes a database. It also forms a list of 100 largest earthquakes based on S wave peak-topeak value. Based on the GUR data it associates events with the data recorded by the accelerographs and copies them in a folder. 92

16 D: Portable Network Configuration File Here are the details on the portable network configuration. The first instrument to be deployed was a broadband seismograph on May 4, The last day of the portable network life was on July 5, The portable network configuration had been changing during the two months of deployment (see Table 4). The seismic instruments used were: A broadband, 3-component instrument, GURALP CMG 4 was continuously recording data streams during the deployment. Sample rate was 100 samples per second. Data streams were recorded using high and low gain settings. Up to 6 KINEMETRICS K2 accelerographs set up in the trigger mode. The sample rate was 200 samples per second. Each K2 had an external 3- component velocity meter (L-4 3D or L 28) connected to it. 2 MEQ-800 seismographs were collocated with two accelerographs at the sites POR and GUR. Figure 40 shows the locations of all the instruments. The broadband instrument is marked as the GUR site. Not all the instruments were operational during the deployment period. See Table 4 for a detailed schedule. 93

17 Figure 40. Station distribution and earthquake locations using HYPOELLIPSE. The blue triangles represent total number of stations during two months of the deployment (SW cluster marked with the red circle). The actual number of stations varied form three up to 7 at the time. 94

18 Table 4. Portable network configuration file. This table reflects changes that had taken place during two months of deployment. The broadband instrument is not included. START 2001:124 *5-4 name DAS/chan sensor/model chan/dip/azi BAR /1 2017/EPISENSOR 1/0/90 BAR /2 2016/EPISENSOR 2/0/0 BAR /3 2033/EPISENSOR 3/-90/0 BAR /456 63/L28 4/90/0:5/0/90:6/0/180 *number? END START 2001:125 *5-5 name DAS/chan sensor/model chan/dip/azi BAR /1 2017/EPISENSOR 1/0/90 BAR /2 2016/EPISENSOR 2/0/0 BAR /3 2033/EPISENSOR 3/-90/0 BAR /456 63/L28 4/90/0:5/0/90:6/0/180 *number? WOL /1 1899/EPISENSOR 1/0/90 WOL /2 1900/EPISENSOR 2/0/0 WOL /3 1901/EPISENSOR 3/-90/0 WOL /456 62/L28 4/90/0:5/0/90:6/0/180 *number? POR /1 2018/EPISENSOR 1/0/90 POR /2 2023/EPISENSOR 2/0/0 POR /3 2046/EPISENSOR 3/-90/0 POR /456 61/L28 4/90/0:5/0/90:6/0/180 *number? HIL /1 2029/EPISENSOR 1/0/90 HIL /2 1964/EPISENSOR 2/0/0 HIL /3 2030/EPISENSOR 3/-90/0 HIL /456 66/L28 4/90/0:5/0/90:6/0/180 *number? TAN /1 1898/EPISENSOR 1/0/90 TAN /2 1902/EPISENSOR 2/0/0 TAN /3 1903/EPISENSOR 3/-90/0 TAN /456 65/L28 4/90/0:5/0/90:6/0/180 *number? NAY /1 1938/EPISENSOR 1/0/90 NAY /2 1937/EPISENSOR 2/0/0 NAY /3 1939/EPISENSOR 3/-90/0 NAY /456 23/L28 4/90/0:5/0/90:6/0/180 *number? END START 2001:127 *5-7 name DAS/chan sensor/model chan/dip/azi BAR /1 2017/EPISENSOR 1/0/90 BAR /2 2016/EPISENSOR 2/0/0 BAR /3 2033/EPISENSOR 3/-90/0 BAR /456 63/L28 4/90/0:5/0/90:6/0/180 *number? POR /1 2018/EPISENSOR 1/0/90 *WOL1 pulled 95

19 POR /2 2023/EPISENSOR 2/0/0 POR /3 2046/EPISENSOR 3/-90/0 POR /456 61/L28 4/90/0:5/0/90:6/0/180 *number? HOL /1 2024/EPISENSOR 1/0/90 HOL /2 2027/EPISENSOR 2/0/0 HOL /3 2048/EPISENSOR 3/-90/0 HOL /456 64/L28 4/90/0:5/0/90:6/0/180 *number? HIL /1 2029/EPISENSOR 1/0/90 HIL /2 1964/EPISENSOR 2/0/0 HIL /3 2030/EPISENSOR 3/-90/0 HIL /456 66/L28 4/90/0:5/0/90:6/0/180 *number? TAN /1 1898/EPISENSOR 1/0/90 TAN /2 1902/EPISENSOR 2/0/0 TAN /3 1903/EPISENSOR 3/-90/0 TAN /456 65/L28 4/90/0:5/0/90:6/0/180 *number? NAY /1 1938/EPISENSOR 1/0/90 NAY /2 1937/EPISENSOR 2/0/0 NAY /3 1939/EPISENSOR 3/-90/0 NAY /456 23/L28 4/90/0:5/0/90:6/0/180 *number? END START 2001:133 *5-13 name DAS/chan sensor/model chan/dip/azi BAR /1 2017/EPISENSOR 1/0/90 BAR /2 2016/EPISENSOR 2/0/0 BAR /3 2033/EPISENSOR 3/-90/0 BAR /456 63/L28 4/90/0:5/0/90:6/0/180 *number? POR /1 2018/EPISENSOR 1/0/90 *HOL1 pulled POR /2 2023/EPISENSOR 2/0/0 POR /3 2046/EPISENSOR 3/-90/0 POR /456 61/L28 4/90/0:5/0/90:6/0/180 *number? HIL /1 2029/EPISENSOR 1/0/90 HIL /2 1964/EPISENSOR 2/0/0 HIL /3 2030/EPISENSOR 3/-90/0 HIL /456 66/L28 4/90/0:5/0/90:6/0/180 *number? CEM /1 1898/EPISENSOR 1/0/90 CEM /2 1902/EPISENSOR 2/0/0 CEM /3 1903/EPISENSOR 3/-90/0 CEM /456 65/L28 4/90/0:5/0/90:6/0/180 *number? NAY /1 1938/EPISENSOR 1/0/90 NAY /2 1937/EPISENSOR 2/0/0 NAY /3 1939/EPISENSOR 3/-90/0 NAY /456 23/L28 4/90/0:5/0/90:6/0/180 *number? END START 2001:137 *

20 name DAS/chan sensor/model chan/dip/azi BAR /1 2017/EPISENSOR 1/0/90 BAR /2 2016/EPISENSOR 2/0/0 BAR /3 2033/EPISENSOR 3/-90/0 *POR1 pulled BAR /456 63/L28 4/90/0:5/0/90:6/0/180 *number? HIL /1 2029/EPISENSOR 1/0/90 HIL /2 1964/EPISENSOR 2/0/0 HIL /3 2030/EPISENSOR 3/-90/0 HIL /456 66/L28 4/90/0:5/0/90:6/0/180 *number? CEM /1 1898/EPISENSOR 1/0/90 CEM /2 1902/EPISENSOR 2/0/0 CEM /3 1903/EPISENSOR 3/-90/0 CEM /456 65/L28 4/90/0:5/0/90:6/0/180 *number? FRE /1 2024/EPISENSOR 1/0/90 FRE /2 2027/EPISENSOR 2/0/0 FRE /3 2048/EPISENSOR 3/-90/0 FRE /456 64/L28 4/90/0:5/0/90:6/0/180 *number? NAY /1 1938/EPISENSOR 1/0/90 NAY /2 1937/EPISENSOR 2/0/0 NAY /3 1939/EPISENSOR 3/-90/0 NAY /456 23/L28 4/90/0:5/0/90:6/0/180 END START 2001:158 *6-7 name DAS/chan sensor/model chan/dip/azi BAR /1 2017/EPISENSOR 1/0/90 BAR /2 2016/EPISENSOR 2/0/0 BAR /3 2033/EPISENSOR 3/-90/0 BAR /456 63/L4 4/-90/0:5/0/0:6/0/90 *number? HIL /1 2029/EPISENSOR 1/0/90 HIL /2 1964/EPISENSOR 2/0/0 HIL /3 2030/EPISENSOR 3/-90/0 HIL /456 66/L4 4/-90/0:5/0/0:6/0/90 *number? CEM /1 1898/EPISENSOR 1/0/90 CEM /2 1902/EPISENSOR 2/0/0 CEM /3 1903/EPISENSOR 3/-90/0 CEM / /L4 4/-90/0:5/0/0:6/0/90 ENO /1 2018/EPISENSOR 1/0/90 ENO /2 2023/EPISENSOR 2/0/0 ENO /3 2046/EPISENSOR 3/-90/0 ENO /456 61/L4 4/-90/0:5/0/0:6/0/90 *number? FRE /1 2024/EPISENSOR 1/0/90 FRE /2 2027/EPISENSOR 2/0/0 FRE /3 2048/EPISENSOR 3/-90/0 FRE /456 64/L28 4/90/0:5/0/90:6/0/180 *number? NAY /1 1938/EPISENSOR 1/0/90 NAY /2 1937/EPISENSOR 2/0/0 97

21 NAY /3 1939/EPISENSOR 3/-90/0 NAY /456 23/L28 4/90/0:5/0/90:6/0/180 END START 2001:165 *6-14 name DAS/chan sensor/model chan/dip/azi BAR /1 2017/EPISENSOR 1/0/90 BAR /2 2016/EPISENSOR 2/0/0 BAR /3 2033/EPISENSOR 3/-90/0 *out L4 BAR /456 29/L28 4/90/0:5/0/90:6/0/180 HIL /1 2029/EPISENSOR 1/0/90 HIL /2 1964/EPISENSOR 2/0/0 HIL /3 2030/EPISENSOR 3/-90/0 *out L4 HIL /456 91/L28 4/90/0:5/0/90:6/0/180 CEM /1 1898/EPISENSOR 1/0/90 CEM /2 1902/EPISENSOR 2/0/0 CEM /3 1903/EPISENSOR 3/-90/0 CEM / /L4 4/-90/0:5/0/0:6/0/90 ENO /1 2018/EPISENSOR 1/0/90 ENO /2 2023/EPISENSOR 2/0/0 ENO /3 2046/EPISENSOR 3/-90/0 *pulled CON4 ENO / /L4 4/-90/0:5/0/0:6/0/90 NAY /1 1938/EPISENSOR 1/0/90 NAY /2 1937/EPISENSOR 2/0/0 NAY /3 1939/EPISENSOR 3/-90/0 NAY /456 23/L28 4/90/0:5/0/90:6/0/180 END START 2001:177 *6-26 name DAS/chan sensor/model chan/dip/azi BAR /1 2017/EPISENSOR 1/0/90 BAR /2 2016/EPISENSOR 2/0/0 BAR /3 2033/EPISENSOR 3/-90/0 BAR /456 29/L28 4/90/0:5/0/90:6/0/180 HIL /1 2029/EPISENSOR 1/0/90 HIL /2 1964/EPISENSOR 2/0/0 HIL /3 2030/EPISENSOR 3/-90/0 HIL /456 91/L28 4/90/0:5/0/90:6/0/180 CEM /1 1898/EPISENSOR 1/0/90 CEM /2 1902/EPISENSOR 2/0/0 CEM /3 1903/EPISENSOR 3/-90/0 CEM / /L4 4/-90/0:5/0/0:6/0/90 ENO /1 2018/EPISENSOR 1/0/90 ENO /2 2023/EPISENSOR 2/0/0 ENO /3 2046/EPISENSOR 3/-90/0 ENO / /L28 4/90/0:5/0/90:6/0/180 *L4 out 98

22 NAY /1 1938/EPISENSOR 1/0/90 NAY /2 1937/EPISENSOR 2/0/0 NAY /3 1939/EPISENSOR 3/-90/0 NAY /456 23/L28 4/90/0:5/0/90:6/0/180 END 99

Short Notes Characterization of a Continuous, Very Narrowband Seismic Signal near 2.08 Hz

Short Notes Characterization of a Continuous, Very Narrowband Seismic Signal near 2.08 Hz Bulletin of the Seismological Society of America, 91, 6, pp. 1910 1916, December 2001 Short Notes Characterization of a Continuous, Very Narrowband Seismic Signal near 2.08 Hz by Kelly H. Liu and Stephen

More information

Infrasonic Observations of the Hekla Eruption of February 26, 2000

Infrasonic Observations of the Hekla Eruption of February 26, 2000 JOURNAL OF LOW FREQUENCY NOISE, VIBRATION AND ACTIVE CONTROL Pages 1 8 Infrasonic Observations of the Hekla Eruption of February 26, 2000 Ludwik Liszka 1 and Milton A. Garces 2 1 Swedish Institute of Space

More information

Retrieving Focal Mechanism of Earthquakes Using the CAP Method

Retrieving Focal Mechanism of Earthquakes Using the CAP Method Retrieving Focal Mechanism of Earthquakes Using the CAP Method Hongfeng Yang April 11, 2013 1 Introduction Waveforms recorded at a seismic station, W (t), compose of three components: W (t) = S(t) G(t)

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

Signal Processing for Digitizers

Signal Processing for Digitizers Signal Processing for Digitizers Modular digitizers allow accurate, high resolution data acquisition that can be quickly transferred to a host computer. Signal processing functions, applied in the digitizer

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

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

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

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

GG101L Earthquakes and Seismology Supplemental Reading

GG101L Earthquakes and Seismology Supplemental Reading GG101L Earthquakes and Seismology Supplemental Reading First the earth swayed to and fro north and south, then east and west, round and round, then up and down and in every imaginable direction, for several

More information

3. Sound source location by difference of phase, on a hydrophone array with small dimensions. Abstract

3. Sound source location by difference of phase, on a hydrophone array with small dimensions. Abstract 3. Sound source location by difference of phase, on a hydrophone array with small dimensions. Abstract A method for localizing calling animals was tested at the Research and Education Center "Dolphins

More information

Identification of High Frequency pulse from Earthquake asperities along Chilean subduction zone using strong motion

Identification of High Frequency pulse from Earthquake asperities along Chilean subduction zone using strong motion Identification of High Frequency pulse from Earthquake asperities along Chilean subduction zone using strong motion S. Ruiz 1,2, E. Kausel 1, J. Campos 1, R. Saragoni 1 and R. Madariaga 2. 1 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

Matching and Locating of Cloud to Ground Lightning Discharges

Matching and Locating of Cloud to Ground Lightning Discharges Charles Wang Duke University Class of 05 ECE/CPS Pratt Fellow Matching and Locating of Cloud to Ground Lightning Discharges Advisor: Prof. Steven Cummer I: Introduction When a lightning discharge occurs

More information

Comparison of regional seismic phases interpretation in REB and KazNDC bulletins. Zlata I. Sinyova, Natalya N. Mikhailova

Comparison of regional seismic phases interpretation in REB and KazNDC bulletins. Zlata I. Sinyova, Natalya N. Mikhailova Comparison of regional seismic phases interpretation in REB and bulletins. Zlata I. Sinyova, Natalya N. Mikhailova Institute of Geophysical Research, Almaty, Kazakhstan Abstracts. Three seismic arrays

More information

TOWARD A RAYLEIGH WAVE ATTENUATION MODEL FOR EURASIA AND CALIBRATING A NEW M S FORMULA

TOWARD A RAYLEIGH WAVE ATTENUATION MODEL FOR EURASIA AND CALIBRATING A NEW M S FORMULA TOWARD A RAYLEIGH WAVE ATTENUATION MODEL FOR EURASIA AND CALIBRATING A NEW M S FORMULA Xiaoning (David) Yang 1, Anthony R. Lowry 2, Anatoli L. Levshin 2 and Michael H. Ritzwoller 2 1 Los Alamos National

More information

Chapter 4 Results. 4.1 Pattern recognition algorithm performance

Chapter 4 Results. 4.1 Pattern recognition algorithm performance 94 Chapter 4 Results 4.1 Pattern recognition algorithm performance The results of analyzing PERES data using the pattern recognition algorithm described in Chapter 3 are presented here in Chapter 4 to

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

eqwave USER MANUAL 2.21 Environmental Systems & Services Pty Ltd 8 River Street Richmond, Victoria Australia 3121

eqwave USER MANUAL 2.21 Environmental Systems & Services Pty Ltd 8 River Street Richmond, Victoria Australia 3121 eqwave USER MANUAL 2.21 Environmental Systems & Services Pty Ltd 8 River Street Richmond, Victoria Australia 3121 Phone: +61 3 8420 8999 Fax: +61 3 8420 8900 www.esands.com Table of Contents Introduction...3

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

=, (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

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

Oscilloscope Operation. Visualizing Signals and Making Measurements

Oscilloscope Operation. Visualizing Signals and Making Measurements Oscilloscope Operation Visualizing Signals and Making Measurements Set Up Oscilloscope Start with the oscilloscope off, with the input plugged into channel one. Press the power button to turn the scope

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

QC TX Network. Introduction. R. B. Herrmann, Saint Louis University

QC TX Network. Introduction. R. B. Herrmann, Saint Louis University QC TX Network R. B. Herrmann, Saint Louis University Introduction The purpose of this report is to review the metadata of the TX network. The reason for this study is that regional moment tensor inversion

More information

NRZ Bandwidth (-3db HF Cutoff vs SNR) How Much Bandwidth is Enough?

NRZ Bandwidth (-3db HF Cutoff vs SNR) How Much Bandwidth is Enough? NRZ Bandwidth (-3db HF Cutoff vs SNR) How Much Bandwidth is Enough? Introduction 02XXX-WTP-001-A March 28, 2003 A number of customer-initiated questions have arisen over the determination of the optimum

More information

P34 Determination of 1-D Shear-Wave Velocity Profileusing the Refraction Microtremor Method

P34 Determination of 1-D Shear-Wave Velocity Profileusing the Refraction Microtremor Method P34 Determination of 1-D Shear-Wave Velocity Profileusing the Refraction Microtremor Method E. Baniasadi* (University of Tehran), M. A. Riahi (University of Tehran) & S. Chaychizadeh (University of Tehran)

More information

IE-35 & IE-45 RT-60 Manual October, RT 60 Manual. for the IE-35 & IE-45. Copyright 2007 Ivie Technologies Inc. Lehi, UT. Printed in U.S.A.

IE-35 & IE-45 RT-60 Manual October, RT 60 Manual. for the IE-35 & IE-45. Copyright 2007 Ivie Technologies Inc. Lehi, UT. Printed in U.S.A. October, 2007 RT 60 Manual for the IE-35 & IE-45 Copyright 2007 Ivie Technologies Inc. Lehi, UT Printed in U.S.A. Introduction and Theory of RT60 Measurements In theory, reverberation measurements seem

More information

EDDIE: Spectral Seismology Instructors Manual

EDDIE: Spectral Seismology Instructors Manual EDDIE: Spectral Seismology Instructors Manual 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

More information

Lab P-4: AM and FM Sinusoidal Signals. We have spent a lot of time learning about the properties of sinusoidal waveforms of the form: ) X

Lab P-4: AM and FM Sinusoidal Signals. We have spent a lot of time learning about the properties of sinusoidal waveforms of the form: ) X DSP First, 2e Signal Processing First Lab P-4: AM and FM Sinusoidal Signals Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises

More information

Tomostatic Waveform Tomography on Near-surface Refraction Data

Tomostatic Waveform Tomography on Near-surface Refraction Data Tomostatic Waveform Tomography on Near-surface Refraction Data Jianming Sheng, Alan Leeds, and Konstantin Osypov ChevronTexas WesternGeco February 18, 23 ABSTRACT The velocity variations and static shifts

More information

Group Velocity Measurement

Group Velocity Measurement Group Velocity Measurement Distance Travelled (8.3) Group Velocity Time It Took Group Velocity Measurement Distance Travelled (8.3) Group Velocity Time It Took station Earthquake t time d distance earthquake

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

Establishment of New Low-Cost and High-Resolution Real-Time Continuous Strong Motion Observation Network by CEORKA

Establishment of New Low-Cost and High-Resolution Real-Time Continuous Strong Motion Observation Network by CEORKA Establishment of New Low-Cost and High-Resolution Real-Time Continuous Strong Motion Observation Network by CEORKA T. Akazawa Geo-Research Institute, Japan M. Araki alab Inc., Japan S. Sawada & Y. Hayashi

More information

SHAKER TABLE SEISMIC TESTING OF EQUIPMENT USING HISTORICAL STRONG MOTION DATA SCALED TO SATISFY A SHOCK RESPONSE SPECTRUM

SHAKER TABLE SEISMIC TESTING OF EQUIPMENT USING HISTORICAL STRONG MOTION DATA SCALED TO SATISFY A SHOCK RESPONSE SPECTRUM SHAKER TABLE SEISMIC TESTING OF EQUIPMENT USING HISTORICAL STRONG MOTION DATA SCALED TO SATISFY A SHOCK RESPONSE SPECTRUM By Tom Irvine Email: tomirvine@aol.com May 6, 29. The purpose of this paper is

More information

1.Earthquake Early Warning System. Japan Meteorological Agency

1.Earthquake Early Warning System. Japan Meteorological Agency 1 st Process 1.Earthquake Early Warning System Estimation Estimation of of Hypocenter, Hypocenter, Magnitude Magnitude and and Seismic Seismic Intensity Intensity Dissemination Dissemination 2. 2. Present

More information

Quantitative Identification of Near-Fault Ground Motion using Baker s Method; an Application for March 2011 Japan M9.0 Earthquake

Quantitative Identification of Near-Fault Ground Motion using Baker s Method; an Application for March 2011 Japan M9.0 Earthquake Cite as: Tazarv, M., Quantitative Identification of Near-Fault Ground Motion using Baker s Method; an Application for March 2011 Japan M9.0 Earthquake, Available at: http://alum.sharif.ir/~tazarv/ Quantitative

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

Filter1D Time Series Analysis Tool

Filter1D Time Series Analysis Tool Filter1D Time Series Analysis Tool Introduction Preprocessing and quality control of input time series for surface water flow and sediment transport numerical models are key steps in setting up the simulations

More information

Cascadia Amphibious Array Ocean Bottom Seismograph Horizontal Component Orientations

Cascadia Amphibious Array Ocean Bottom Seismograph Horizontal Component Orientations Cascadia Amphibious Array Ocean Bottom Seismograph Horizontal Component Orientations 2011-2012 OBS Deployments Version 2.0 Date: 2/26/13 Authors: Andrew Frassetto, Andrew Adinolfi, Bob Woodward OBSIP Management

More information

Performance of the GSN station SSE-IC,

Performance of the GSN station SSE-IC, Performance of the GSN station SSE-IC, 1996-2009 A report in a series documenting the status of the Global Seismographic Network WQC Report 2010:10 March 4, 2010 Göran Ekström and Meredith Nettles Waveform

More information

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

29th Monitoring 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: APPLICATIONS TO LOP NOR AND NORTH KOREA David Salzberg and Margaret

More information

A COMPARISON OF SITE-AMPLIFICATION ESTIMATED FROM DIFFERENT METHODS USING A STRONG MOTION OBSERVATION ARRAY IN TANGSHAN, CHINA

A COMPARISON OF SITE-AMPLIFICATION ESTIMATED FROM DIFFERENT METHODS USING A STRONG MOTION OBSERVATION ARRAY IN TANGSHAN, CHINA A COMPARISON OF SITE-AMPLIFICATION ESTIMATED FROM DIFFERENT METHODS USING A STRONG MOTION OBSERVATION ARRAY IN TANGSHAN, CHINA Wenbo ZHANG 1 And Koji MATSUNAMI 2 SUMMARY A seismic observation array for

More information

New Approach for Tsunami Detection Based on RTK-GNSS Using Network of Ships

New Approach for Tsunami Detection Based on RTK-GNSS Using Network of Ships New Approach for Tsunami Detection Based on RTK-GNSS Using Network of Ships Tokyo University of Marine Science and Technology Ryuta Nakaosone Nobuaki Kubo Background After the Indian Ocean Tsunami on 2004,

More information

2010 Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies

2010 Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies A SOFTWARE TOOLBOX FOR SYSTEMATIC EVALUATION OF SEISMOMETER-DIGITIZER SYSTEM RESPONSES Jessie L. Bonner 1, Robert B. Herrmann 2, Anastasia F. Stroujkova 1, and Mark R. Leidig 1 Weston Geophysical Corporation

More information

Hunting reflections in Papua New Guinea: early processing results

Hunting reflections in Papua New Guinea: early processing results Hunting reflections in Papua New Guinea: early processing results David C. Henley and Han-Xing Lu PNG processing ABSTRACT Papua New Guinea is among the most notoriously difficult areas in the world in

More information

Multicomponent seismic polarization analysis

Multicomponent seismic polarization analysis Saul E. Guevara and Robert R. Stewart ABSTRACT In the 3-C seismic method, the plant orientation and polarity of geophones should be previously known to provide correct amplitude information. In principle

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

Cascadia Amphibious Array Ocean Bottom Seismograph Horizontal Component Orientations

Cascadia Amphibious Array Ocean Bottom Seismograph Horizontal Component Orientations Cascadia Amphibious Array Ocean Bottom Seismograph Horizontal Component Orientations 2012-2013 OBS Deployments Version 1.0 Date: 5/2/2014 Authors Jessica Lodewyk, Bob Woodward OBSIP Management Office Incorporated

More information

A COMPARISON OF TIME- AND FREQUENCY-DOMAIN AMPLITUDE MEASUREMENTS. Hans E. Hartse. Los Alamos National Laboratory

A COMPARISON OF TIME- AND FREQUENCY-DOMAIN AMPLITUDE MEASUREMENTS. Hans E. Hartse. Los Alamos National Laboratory OMPRISON OF TIME- N FREQUENY-OMIN MPLITUE MESUREMENTS STRT Hans E. Hartse Los lamos National Laboratory Sponsored by National Nuclear Security dministration Office of Nonproliferation Research and Engineering

More information

The benefit of Using Higher Sampled Regional Seismic Data for Depth Estimation

The benefit of Using Higher Sampled Regional Seismic Data for Depth Estimation T3.5-P44 The benefit of Using Higher Sampled Regional Seismic Data for Depth Estimation Robert C. Kemerait Senior Scientist Ileana M. Tibuleac Geophysicist ABSTRACT During the GSETT-3 experiment, and in

More information

Overview ta3520 Introduction to seismics

Overview ta3520 Introduction to seismics Overview ta3520 Introduction to seismics Fourier Analysis Basic principles of the Seismic Method Interpretation of Raw Seismic Records Seismic Instrumentation Processing of Seismic Reflection Data Vertical

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

Investigation on the Dynamic Characteristics and Seismic Behaviors of Aratozawa Dam

Investigation on the Dynamic Characteristics and Seismic Behaviors of Aratozawa Dam International Symposium Qualification of dynamic analyses of dams and their equipments and of probabilistic assessment seismic hazard in Europe th August 2nd September 2 Saint-Malo Session Investigation

More information

SURFACE WAVE SIMULATION AND PROCESSING WITH MATSEIS

SURFACE WAVE SIMULATION AND PROCESSING WITH MATSEIS SURFACE WAVE SIMULATION AND PROCESSING WITH MATSEIS ABSTRACT Beverly D. Thompson, Eric P. Chael, Chris J. Young, William R. Walter 1, and Michael E. Pasyanos 1 Sandia National Laboratories and 1 Lawrence

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

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

RAPID MAGITUDE DETERMINATION FOR TSUNAMI WARNING USING LOCAL DATA IN AND AROUND NICARAGUA

RAPID MAGITUDE DETERMINATION FOR TSUNAMI WARNING USING LOCAL DATA IN AND AROUND NICARAGUA RAPID MAGITUDE DETERMINATION FOR TSUNAMI WARNING USING LOCAL DATA IN AND AROUND NICARAGUA Domingo Jose NAMENDI MARTINEZ MEE16721 Supervisor: Akio KATSUMATA ABSTRACT The rapid magnitude determination of

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

Borehole Seismic Processing Summary Checkshot Vertical Seismic Profile

Borehole Seismic Processing Summary Checkshot Vertical Seismic Profile Borehole Seismic Processing Summary Checkshot Vertical Seismic Profile COMPANY: Gaz de France WELL: G 14-5 RIG: Noble G.S. FIELD: G 14 LOGGING DATE: COUNTRY: Ref. no: 10-MAR-2005 The Netherlands, Off shore

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

2166. Modal identification of Karun IV arch dam based on ambient vibration tests and seismic responses

2166. Modal identification of Karun IV arch dam based on ambient vibration tests and seismic responses 2166. Modal identification of Karun IV arch dam based on ambient vibration tests and seismic responses R. Tarinejad 1, K. Falsafian 2, M. T. Aalami 3, M. T. Ahmadi 4 1, 2, 3 Faculty of Civil Engineering,

More information

Daniel Amorese February Funding for this manual has been provided by the Neries project contract no

Daniel Amorese February Funding for this manual has been provided by the Neries project contract no Daniel Amorese February 2007 Funding for this manual has been provided by the Neries project contract no. 026130 This document is a short step by step tutorial on how to use simply Teseo2 2.0.14 (S. Pintore

More information

SignalCalc Drop Test Demo Guide

SignalCalc Drop Test Demo Guide SignalCalc Drop Test Demo Guide Introduction Most protective packaging for electronic and other fragile products use cushion materials in the packaging that are designed to deform in response to forces

More information

IOMAC' May Guimarães - Portugal REAL-TIME STRUCTURAL HEALTH MONITORUN AND DAMAG DETECTION

IOMAC' May Guimarães - Portugal REAL-TIME STRUCTURAL HEALTH MONITORUN AND DAMAG DETECTION IOMAC'13 5 th International Operational Modal Analysis Conference 2013 May 13-15 Guimarães - Portugal REAL-TIME STRUCTURAL HEALTH MONITORUN AND DAMAG DETECTION Yavuz Kaya 1, Erdal Safak 2 ABSTRACT Structural

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

ME scope Application Note 01 The FFT, Leakage, and Windowing

ME scope Application Note 01 The FFT, Leakage, and Windowing INTRODUCTION ME scope Application Note 01 The FFT, Leakage, and Windowing NOTE: The steps in this Application Note can be duplicated using any Package that includes the VES-3600 Advanced Signal Processing

More information

Experiment 2 Effects of Filtering

Experiment 2 Effects of Filtering Experiment 2 Effects of Filtering INTRODUCTION This experiment demonstrates the relationship between the time and frequency domains. A basic rule of thumb is that the wider the bandwidth allowed for the

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

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies REGIONAL EVENT IDENTIFICATION RESEARCH IN ASIA

29th Monitoring Research Review: Ground-Based Nuclear Explosion Monitoring Technologies REGIONAL EVENT IDENTIFICATION RESEARCH IN ASIA REGIONAL EVENT IDENTIFICATION RESEARCH IN ASIA Hans E. Hartse, George E. Randall, Xiaoning (David) Yang, and Charlotte A. Rowe Los Alamos National Laboratory Sponsored by National Nuclear Security Administration

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

Vibroseis Correlation An Example of Digital Signal Processing (L. Braile, Purdue University, SAGE; April, 2001; revised August, 2004, May, 2007)

Vibroseis Correlation An Example of Digital Signal Processing (L. Braile, Purdue University, SAGE; April, 2001; revised August, 2004, May, 2007) Vibroseis Correlation An Example of Digital Signal Processing (L. Braile, Purdue University, SAGE; April, 2001; revised August, 2004, May, 2007) Introduction: In the vibroseis method of seismic exploration,

More information

Magnitude & Intensity

Magnitude & Intensity Magnitude & Intensity Lecture 7 Seismometer, Magnitude & Intensity Vibrations: Simple Harmonic Motion Simplest vibrating system: 2 u( x) 2 + ω u( x) = 0 2 t x Displacement u ω is the angular frequency,

More information

TitleApplication of MEMS accelerometer t. AIZAWA, Takao; KIMURA, Toshinori; M Toshifumi; TAKEDA, Tetsuya; ASANO,

TitleApplication of MEMS accelerometer t. AIZAWA, Takao; KIMURA, Toshinori; M Toshifumi; TAKEDA, Tetsuya; ASANO, TitleApplication of MEMS accelerometer t Author(s) AIZAWA, Takao; KIMURA, Toshinori; M Toshifumi; TAKEDA, Tetsuya; ASANO, Citation International Journal of the JCRM ( Issue Date 2008-12 URL http://hdl.handle.net/2433/85166

More information

Comparison of low-frequency data from co-located receivers using frequency dependent least-squares-subtraction scalars

Comparison of low-frequency data from co-located receivers using frequency dependent least-squares-subtraction scalars Receiver comparison Comparison of low-frequency data from co-located receivers using frequency dependent least-squares-subtraction scalars Kevin W. Hall, Gary F. Margrave and Malcolm B. Bertram ABSTRACT

More information

QUICK-START MANUAL for running HYPOELLIPSE* on a PC with Win XP O/S

QUICK-START MANUAL for running HYPOELLIPSE* on a PC with Win XP O/S U. S. DEPARTMENT OF THE INTERIOR U. S. GEOLOGICAL SURVEY QUICK-START MANUAL for running HYPOELLIPSE* on a PC with Win XP O/S * A Computer Program for Determining Local Earthquake Hypocentral Parameters,

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

with MultiMedia CD Randy H. Shih Jack Zecher SDC PUBLICATIONS Schroff Development Corporation

with MultiMedia CD Randy H. Shih Jack Zecher SDC PUBLICATIONS Schroff Development Corporation with MultiMedia CD Randy H. Shih Jack Zecher SDC PUBLICATIONS Schroff Development Corporation WWW.SCHROFF.COM Lesson 1 Geometric Construction Basics AutoCAD LT 2002 Tutorial 1-1 1-2 AutoCAD LT 2002 Tutorial

More information

Effects of Surface Geology on Seismic Motion

Effects of Surface Geology on Seismic Motion 4 th IASPEI / IAEE International Symposium: Effects of Surface Geology on Seismic Motion August 23 26, 2011 University of California Santa Barbara COHERENCE VS DISTANCE AT THE GARNER VALLEY AND WILDLIFE

More information

Inductive Reasoning Practice Test. Solution Booklet. 1

Inductive Reasoning Practice Test. Solution Booklet. 1 Inductive Reasoning Practice Test Solution Booklet 1 www.assessmentday.co.uk Question 1 Solution: B In this question, there are two rules to follow. The first rule is that the curved and straight-edged

More information

HF-Radar Network Near-Real Time Ocean Surface Current Mapping

HF-Radar Network Near-Real Time Ocean Surface Current Mapping HF-Radar Network Near-Real Time Ocean Surface Current Mapping The HF-Radar Network (HFRNet) acquires surface ocean radial velocities measured by HF-Radar through a distributed network and processes the

More information

A New Wave Directional Spectrum Measurement Instrument

A New Wave Directional Spectrum Measurement Instrument A New Wave Directional Spectrum Measurement Instrument Andrew Kun ) Alan Fougere ) Peter McComb 2) ) Falmouth Scientific Inc, Cataumet, MA 234 2) Centre of Excellence in Coastal Oceanography and Marine

More information

DETERMINATION OF SEISMIC WAVE VELOCITIES USING METRO-VIBRATIONS

DETERMINATION OF SEISMIC WAVE VELOCITIES USING METRO-VIBRATIONS DETERMINATION OF SEISMIC WAVE VELOCITIES USING METRO-VIBRATIONS ABSTRACT: H. Wenzel 1 1 Managing Director, VCE Holding GmbH, Hadikgasse 60, A-1140 Vienna Email: wenzel@vce.at The knowledge of wave velocities

More information

Application of Multi-channel Wiener Filters to the Suppression of Ambient Seismic Noise in Passive Seismic Arrays

Application of Multi-channel Wiener Filters to the Suppression of Ambient Seismic Noise in Passive Seismic Arrays Application of Multi-channel Wiener Filters to the Suppression of Ambient Seismic Noise in Passive Seismic Arrays J. Wang 1, F. Tilmann 1, R. S. White 1, H. Soosalu 1 and P. Bordoni 2 1. Bullard Laboratories,

More information

DSP First Lab 03: AM and FM Sinusoidal Signals. We have spent a lot of time learning about the properties of sinusoidal waveforms of the form: k=1

DSP First Lab 03: AM and FM Sinusoidal Signals. We have spent a lot of time learning about the properties of sinusoidal waveforms of the form: k=1 DSP First Lab 03: AM and FM Sinusoidal Signals Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises in the Pre-Lab section before

More information

PRACTICAL ASPECTS OF ACOUSTIC EMISSION SOURCE LOCATION BY A WAVELET TRANSFORM

PRACTICAL ASPECTS OF ACOUSTIC EMISSION SOURCE LOCATION BY A WAVELET TRANSFORM PRACTICAL ASPECTS OF ACOUSTIC EMISSION SOURCE LOCATION BY A WAVELET TRANSFORM Abstract M. A. HAMSTAD 1,2, K. S. DOWNS 3 and A. O GALLAGHER 1 1 National Institute of Standards and Technology, Materials

More information

Lecture Fundamentals of Data and signals

Lecture Fundamentals of Data and signals IT-5301-3 Data Communications and Computer Networks Lecture 05-07 Fundamentals of Data and signals Lecture 05 - Roadmap Analog and Digital Data Analog Signals, Digital Signals Periodic and Aperiodic Signals

More information

DATABASE: SUMMARY, STATUS AND GROUND MOTION PRODUCTS

DATABASE: SUMMARY, STATUS AND GROUND MOTION PRODUCTS 07/14/2014 NGA-East SSHAC Workshop 2 1 DATABASE: SUMMARY, STATUS AND GROUND MOTION PRODUCTS Tadahiro Kishida Pacific Earthquake Engineering Research Center NGA-East SSHAC Workshop 2, Berkeley International

More information

Get Rhythm. Semesterthesis. Roland Wirz. Distributed Computing Group Computer Engineering and Networks Laboratory ETH Zürich

Get Rhythm. Semesterthesis. Roland Wirz. Distributed Computing Group Computer Engineering and Networks Laboratory ETH Zürich Distributed Computing Get Rhythm Semesterthesis Roland Wirz wirzro@ethz.ch Distributed Computing Group Computer Engineering and Networks Laboratory ETH Zürich Supervisors: Philipp Brandes, Pascal Bissig

More information

Bakiss Hiyana binti Abu Bakar JKE, POLISAS BHAB

Bakiss Hiyana binti Abu Bakar JKE, POLISAS BHAB 1 Bakiss Hiyana binti Abu Bakar JKE, POLISAS 1. Explain AC circuit concept and their analysis using AC circuit law. 2. Apply the knowledge of AC circuit in solving problem related to AC electrical circuit.

More information

Panasonic, 2 Channel FFT Analyzer VS-3321A. DC to 200kHz,512K word memory,and 2sets of FDD

Panasonic, 2 Channel FFT Analyzer VS-3321A. DC to 200kHz,512K word memory,and 2sets of FDD Panasonic, 2 Channel FFT Analyzer VS-3321A DC to 200kHz,512K word memory,and 2sets of FDD New generation 2CH FFT Anal General The FFT analyzer is a realtime signal analyzer using the Fast Fourier Transform

More information

Bulletin of the Seismological Society of America, Vol. 73, No. 1. pp , February 1983

Bulletin of the Seismological Society of America, Vol. 73, No. 1. pp , February 1983 Bulletin of the Seismological Society of America, Vol. 73, No. 1. pp. 297-305, February 1983 AN EARTHQUAKE ALARM SYSTEM FOR THE MAUI A OFFSHORE PLATFORM, NEW ZEALAND BY R. G. TYLER AND J. L. BECK ABSTRACT

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

STRUCTURAL HEALTH MONITORING USING STRONG AND WEAK EARTHQUAKE MOTIONS

STRUCTURAL HEALTH MONITORING USING STRONG AND WEAK EARTHQUAKE MOTIONS 10NCEE Tenth U.S. National Conference on Earthquake Engineering Frontiers of Earthquake Engineering July 21-25, 2014 Anchorage, Alaska STRUCTURAL HEALTH MONITORING USING STRONG AND WEAK EARTHQUAKE MOTIONS

More information

Chapter 6. The SVAL program. 6.1 History of the program

Chapter 6. The SVAL program. 6.1 History of the program The SVAL program In this chapter, we present a detailed description of the SVAL program. The SVAL program is an interactive software for frequency-time analysis of dispersed signals of any dynamic and

More information

QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61)

QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61) QUESTION BANK SUBJECT: DIGITAL COMMUNICATION (15EC61) Module 1 1. Explain Digital communication system with a neat block diagram. 2. What are the differences between digital and analog communication systems?

More information

Data-Driven Earthquake Location Method Project Report

Data-Driven Earthquake Location Method Project Report Data-Driven Earthquake Location Method Project Report Weiqiang Zhu (6118474), Kaiwen Wang (6122739) Department of Geophysics, School of Earth, Energy and Environmental Science 1 Abstract 12/16/216 Earthquake

More information

Data and Computer Communications Chapter 3 Data Transmission

Data and Computer Communications Chapter 3 Data Transmission Data and Computer Communications Chapter 3 Data Transmission Eighth Edition by William Stallings Transmission Terminology data transmission occurs between a transmitter & receiver via some medium guided

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

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

27th Seismic Research Review: Ground-Based Nuclear Explosion Monitoring Technologies ANOMALOUS RECORDING OF EARTHQUAKES OCCURRING IN THE CENTRAL ANDES OF BOLIVIA Estela Minaya R. and Percy Aliaga H. Observatorio San Calixto Sponsored by the Air Force Research Laboratory Contract No. FA8718-04-C-0062

More information