SlideShare a Scribd company logo
A Wavelet Transform based
application for seismic waves.
Analysis of the performance.
Telecommunication Engineering Thesis

Author: Pedro Cerón Colás
Fraunhofer IIS, Erlangen December 9th 2013
General outline of the presentation
Introduction
Method and
Process
Simulation of
the algorithm
Conclusions
Overview of the problem
Geophysics
field
Design of Matlab
algorithms

Complex
Continuous
Wavelet
Transform

Bio

_QRS Complex, “Biomedical Signal
Processing”, Sorno & Laguna.
_Circular buffer 3rd FIR filter. “Sound digital
processing”, Rocchesso.

Sound
Procces
ing

But… Where can we apply the
Wavelet Transform?
Some geophysical issues
•

3 components:
EW, NS, Z (transverse)

•

Body Waves (P and S
waves) and Surphase
Waves (Rayleigh and
Love).

•

Seismic Spectrum:
0.001-10hz [1].

•

Frequency
characterization:
Spectrum overlaping of
Body and Surphase
Waves .

Image taken from Dr. José Ignacio Badal Nicolás (Faculty
of Geologics, Zaragoza University). Shared resource.
[1] “Fundamentals of Geophysics” Agustín Udías & Julio
Mezcua. Chap.13
General Outline of the
presentation
Introduction
Method and
Process
Simulation of
the algorithm
Conclusions
Method and process
D
A
T
A
B
A
S
E
S

Conversion
of the
signals
•
•
•

Preprocessing:
Correction

Data format? SAC or Mseed
Compressed Info?
STEIM1, STEIM2
Not compressed Info?
ASCII, float, integer…

Processing
step:
Filtering

Multiresolution
filter (WT)

Matlab
.mat

Onset
detection

Body Waves

Surphase
Waves

Polarization
analysis
Seismic formats: SAC and MiniSEED
Word

Type

NAMES

o

0

F

DELTA

DEPMIN DEPMAX SCALE

ODELTA

5

F

B

E

O

A

INTERN
AL

10

F

T0

T1

T2

T3

T4

15

F

T5

T6

T7

T8

T9

20

F

F

RESP0

RESP1

RESP2

RESP3

25

F

RESP4

RESP5

RESP6

RESP7

RESP8

30

F

RESP9

STLA

STLO

STEL

STDP

35

F

EVLA

EVLO

EVEL

EVDP

MAG

40

F

USER0

USER1

USER2

USER3

USER4

45

F

USER5

USER6

USER7

USER8

USER9

50

F

DIST

AZ

BAZ

GCARC

INTERN
AL

55

F

INTERN
AL

DEPME
N

CMPAZ

CMPINC

XMINIM
UM

60

F

XMAXIM YMINIM YMAXIM
UNUSED UNUSED
UM
UM
UM

65

F

UNUSED UNUSED UNUSED UNUSED UNUSED

70

I

NZYEAR

NZHOUR NZMIN

NZSEC

75

I

NZMSEC NVHDR

NORID

NEVID

NPTS

80

I

INTERN
AL

NWFID

NXSIZE

NYSIZE

UNUSED

85

I

IFTYPE

IDEP

IZTYPE

UNUSED IINST

90

I

ISTREG

IEVREG

IEVTYP

IQUAL

95

I

IMAGTY
P

IMAGSR
UNUSED UNUSED UNUSED
C

100

I

UNUSED UNUSED UNUSED UNUSED UNUSED

105

L

LEVEN

LPSPOL

110

K

KSTNM

KEVNM*

116

K

KHOLE

KO

KA

122

K

KT0

KT1

KT2

128

K

KT3

KT4

KT5

134

K

KT6

KT7

KT8

140

K

KT9

KF

KUSER0

146

K

KUSER1

KUSER2

KCMPN
M

152

K

KNETWK KDATRD KINST

NZJDAY

o

o

LOVROK LCALDA

o

ISYNTH

UNUSED

Algorithms to decode the
information.
Tables taken from:
http://www.iris.edu/software/sac/manual/file_format.html, november 2013.
SEED manual v.2.4, B appendix.
Compressional techniques: STEIM 1 and
STEIM 2

STEIM 2:More number of
possibilities (8) with dnib.

Algorithms to decompress the
information.
Tables taken from:
SEED reference manual (version 2.4). B appendix. November 2013.
Response for channel correction
•

.PAZ
.RESPONSE
Multiresolution filtering using the Wavelet
Transform
Amplitude
Mathematical tool

Phase
Inst. Freq.

Freq?

Input
(Div.)

Multiresolution filter: www.sciencedirect.com, nov.
2013.

Plot of a .cwt matrix in Matlab.
Prepocessing stage: Filtering
How?

Computations are done directly to
the .cwt matrix

• Band pass filtering.
• Once we have seen in the .cwt plot where we can locate
the parts of the signal with higher energetic
contributions, we can remove the unnecesary bands
(coefficients).
• Remove DC level and high frequency seismic noise.
Onset detector (body waves)
What’s the concept?

Body Waves tend to be at higher frequencies in the
octaves (higher divisions) than Surface waves.

Energetic Criteria:

Mk1
Mk2

Variability Criteria:

Finer
adjustment

Low
frequency
envelope
High
Frequency
envelope
Onset detector (surphase waves)
What’s the
concept?

Surphase Waves tend to be at lower
frequencies every octaves

Derivative

Derivative + envolope

We can roughly locate
where it’s located the
onset of the Surphase
waves.
Surphase wave: Dispersion
What is the distinctive element that define
the Surphase Waves?
How can be use the wavelet coefficients to
analyse this phenomenon?
.cwt
matrix

Dispersion
Arrival times

Polarization analysis
P wave onset
S wave onset
Surphase wave
onset

Transformation of 3
axis into 2:

http://www.motionscript.com/mastering-expressions/randomsphere.html, november 2013

•

Polarization of P, S, Love
and Rayleigh waves?
General Outline of the
presentation
Introduction
Method and
Process
Simulation of
the algorithm
Conclusions
Time errors: First onset
Inner
structure
problem
3.5

3

2.5

Low SNR

2

1.5

1

0.5

0
1

2

3

4

5

6

7

8

9

10

11

12
Time errors: Second onset
Inner
structure
problem
4
3.5

Low SNR

3
2.5
2
1.5
1
0.5
0
1

2

3

4

5

6

7

8

9

10

11

12
General Outline of the
presentation
Introduction
Method and
Process
Simulation of
the algorithm
Conclusions
Conclusions
• Algoritms easy to apply (engineering principles:
energy, variability, derivatives…)
• Very satisfactory results.
• Automatic algorithm: Input (signal).
• Outputs are specially interesting in terms of the signal processing
and geophysic field: Time-Frequency analysis, onsets, analysis of
the dispersion phenomena, polarization.
• Formats (SAC and Miniseed) and compressional techniques.
• The multiresolution analysis is specially appropiate for the nonstationary signals where we don’t know (in advance) where are
the frequency bands of interest.

FIR of how many coefficients and what are the frequencies
of the design?

More Related Content

What's hot

Interferometer: An insight in Gravitational Waves
Interferometer: An insight in Gravitational WavesInterferometer: An insight in Gravitational Waves
Interferometer: An insight in Gravitational Waves
Tamoghna Saha
 
Mri basic sequences
Mri basic sequencesMri basic sequences
Mri basic sequences
Anish Choudhary
 
9 mri
9 mri9 mri
9 mri
NarmathaN2
 
Presentation Gabriel Molina-Terriza
Presentation Gabriel Molina-TerrizaPresentation Gabriel Molina-Terriza
Presentation Gabriel Molina-Terrizaguesta7b31
 
Physics of 3 Tesla MRI & Silent MRI
Physics of 3 Tesla MRI & Silent MRIPhysics of 3 Tesla MRI & Silent MRI
Physics of 3 Tesla MRI & Silent MRI
Dr Varun Bansal
 
Group velocity and phase velocity
Group velocity and phase velocityGroup velocity and phase velocity
Group velocity and phase velocity
rameshthombre1
 
MRI Physics RV
MRI Physics RVMRI Physics RV
MRI Physics RV
Roshan Valentine
 
Mri basics
Mri basicsMri basics
Mri basicsPS Deb
 
Presentation1, mr pulse sequences.
Presentation1, mr pulse sequences.Presentation1, mr pulse sequences.
Presentation1, mr pulse sequences.
Abdellah Nazeer
 
Presentation-Multi-Wavelength Analysis of Active Galactic Nuclei
Presentation-Multi-Wavelength Analysis of Active Galactic NucleiPresentation-Multi-Wavelength Analysis of Active Galactic Nuclei
Presentation-Multi-Wavelength Analysis of Active Galactic NucleiSameer Patel
 
MRI
MRIMRI
The electromagnetic spectrum
The electromagnetic spectrumThe electromagnetic spectrum
The electromagnetic spectrum
andreatorrieri
 
Principle and working of Nmr spectroscopy
Principle and working of Nmr spectroscopyPrinciple and working of Nmr spectroscopy
Principle and working of Nmr spectroscopy
ArpitSuralkar
 
Basic principles of magnetic resonance imaging for beginner - Dr Sanjana Ravi...
Basic principles of magnetic resonance imaging for beginner - Dr Sanjana Ravi...Basic principles of magnetic resonance imaging for beginner - Dr Sanjana Ravi...
Basic principles of magnetic resonance imaging for beginner - Dr Sanjana Ravi...
Dr. Sanjana Ravindra
 
Untitleddocument
UntitleddocumentUntitleddocument
UntitleddocumentWonbin Choi
 
BASIC MRI SEQUENCES
BASIC MRI SEQUENCESBASIC MRI SEQUENCES
BASIC MRI SEQUENCES
Arindam Mukherjee
 
MRI Physics
MRI PhysicsMRI Physics
MRI Physics
Shubhankar Mitra
 

What's hot (19)

Interferometer: An insight in Gravitational Waves
Interferometer: An insight in Gravitational WavesInterferometer: An insight in Gravitational Waves
Interferometer: An insight in Gravitational Waves
 
Mri basic sequences
Mri basic sequencesMri basic sequences
Mri basic sequences
 
9 mri
9 mri9 mri
9 mri
 
Introduction to mri
Introduction to mriIntroduction to mri
Introduction to mri
 
MRI sequences
MRI sequencesMRI sequences
MRI sequences
 
Presentation Gabriel Molina-Terriza
Presentation Gabriel Molina-TerrizaPresentation Gabriel Molina-Terriza
Presentation Gabriel Molina-Terriza
 
Physics of 3 Tesla MRI & Silent MRI
Physics of 3 Tesla MRI & Silent MRIPhysics of 3 Tesla MRI & Silent MRI
Physics of 3 Tesla MRI & Silent MRI
 
Group velocity and phase velocity
Group velocity and phase velocityGroup velocity and phase velocity
Group velocity and phase velocity
 
MRI Physics RV
MRI Physics RVMRI Physics RV
MRI Physics RV
 
Mri basics
Mri basicsMri basics
Mri basics
 
Presentation1, mr pulse sequences.
Presentation1, mr pulse sequences.Presentation1, mr pulse sequences.
Presentation1, mr pulse sequences.
 
Presentation-Multi-Wavelength Analysis of Active Galactic Nuclei
Presentation-Multi-Wavelength Analysis of Active Galactic NucleiPresentation-Multi-Wavelength Analysis of Active Galactic Nuclei
Presentation-Multi-Wavelength Analysis of Active Galactic Nuclei
 
MRI
MRIMRI
MRI
 
The electromagnetic spectrum
The electromagnetic spectrumThe electromagnetic spectrum
The electromagnetic spectrum
 
Principle and working of Nmr spectroscopy
Principle and working of Nmr spectroscopyPrinciple and working of Nmr spectroscopy
Principle and working of Nmr spectroscopy
 
Basic principles of magnetic resonance imaging for beginner - Dr Sanjana Ravi...
Basic principles of magnetic resonance imaging for beginner - Dr Sanjana Ravi...Basic principles of magnetic resonance imaging for beginner - Dr Sanjana Ravi...
Basic principles of magnetic resonance imaging for beginner - Dr Sanjana Ravi...
 
Untitleddocument
UntitleddocumentUntitleddocument
Untitleddocument
 
BASIC MRI SEQUENCES
BASIC MRI SEQUENCESBASIC MRI SEQUENCES
BASIC MRI SEQUENCES
 
MRI Physics
MRI PhysicsMRI Physics
MRI Physics
 

Viewers also liked

Dft based individual extraction of steganographic compression of images
Dft based individual extraction of steganographic compression of imagesDft based individual extraction of steganographic compression of images
Dft based individual extraction of steganographic compression of images
eSAT Journals
 
Mini Project- Audio Enhancement
Mini Project-  Audio EnhancementMini Project-  Audio Enhancement
Ec2306 mini project report-matlab
Ec2306 mini project report-matlabEc2306 mini project report-matlab
Ec2306 mini project report-matlabunnimaya_k
 
Mini Project- Audio Enhancement
Mini Project- Audio EnhancementMini Project- Audio Enhancement
Digital Signal Processing Lab Manual ECE students
Digital Signal Processing Lab Manual ECE studentsDigital Signal Processing Lab Manual ECE students
Digital Signal Processing Lab Manual ECE students
UR11EC098
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
Louise Antonio
 
Number plate recognition system using matlab.
Number plate recognition system using matlab.Number plate recognition system using matlab.
Number plate recognition system using matlab.
Namra Afzal
 
Speech recognition
Speech recognitionSpeech recognition
Speech recognition
Charu Joshi
 
Speech Recognition System By Matlab
Speech Recognition System By MatlabSpeech Recognition System By Matlab
Speech Recognition System By Matlab
Ankit Gujrati
 
Simulation of Wireless Communication Systems
Simulation of Wireless Communication SystemsSimulation of Wireless Communication Systems
Simulation of Wireless Communication Systems
Bernd-Peter Paris
 

Viewers also liked (10)

Dft based individual extraction of steganographic compression of images
Dft based individual extraction of steganographic compression of imagesDft based individual extraction of steganographic compression of images
Dft based individual extraction of steganographic compression of images
 
Mini Project- Audio Enhancement
Mini Project-  Audio EnhancementMini Project-  Audio Enhancement
Mini Project- Audio Enhancement
 
Ec2306 mini project report-matlab
Ec2306 mini project report-matlabEc2306 mini project report-matlab
Ec2306 mini project report-matlab
 
Mini Project- Audio Enhancement
Mini Project- Audio EnhancementMini Project- Audio Enhancement
Mini Project- Audio Enhancement
 
Digital Signal Processing Lab Manual ECE students
Digital Signal Processing Lab Manual ECE studentsDigital Signal Processing Lab Manual ECE students
Digital Signal Processing Lab Manual ECE students
 
Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...Final Project Report on Image processing based intelligent traffic control sy...
Final Project Report on Image processing based intelligent traffic control sy...
 
Number plate recognition system using matlab.
Number plate recognition system using matlab.Number plate recognition system using matlab.
Number plate recognition system using matlab.
 
Speech recognition
Speech recognitionSpeech recognition
Speech recognition
 
Speech Recognition System By Matlab
Speech Recognition System By MatlabSpeech Recognition System By Matlab
Speech Recognition System By Matlab
 
Simulation of Wireless Communication Systems
Simulation of Wireless Communication SystemsSimulation of Wireless Communication Systems
Simulation of Wireless Communication Systems
 

Similar to A wavelet transform based application for seismic waves. Analysis of the performance.

6. IR Spectroscopy 2022.pptx
6. IR Spectroscopy 2022.pptx6. IR Spectroscopy 2022.pptx
6. IR Spectroscopy 2022.pptx
Williamkambi
 
Spatially adiabatic frequency conversion in opto-electro-mechanical arrays
Spatially adiabatic frequency conversion in opto-electro-mechanical arraysSpatially adiabatic frequency conversion in opto-electro-mechanical arrays
Spatially adiabatic frequency conversion in opto-electro-mechanical arrays
Ondrej Cernotik
 
Senior Honors Research Thesis
Senior Honors Research ThesisSenior Honors Research Thesis
Senior Honors Research ThesisMichael McMearty
 
Optical interferometery to detect sound waves as an analogue for gravitationa...
Optical interferometery to detect sound waves as an analogue for gravitationa...Optical interferometery to detect sound waves as an analogue for gravitationa...
Optical interferometery to detect sound waves as an analogue for gravitationa...Thomas Actn
 
Rigol RF basics_knowledge_applications
Rigol RF basics_knowledge_applicationsRigol RF basics_knowledge_applications
Rigol RF basics_knowledge_applications
NIHON DENKEI SINGAPORE
 
X-ray.ppt
X-ray.pptX-ray.ppt
X-ray.ppt
HARSHIKARIZANI
 
Vibrational Biophysics Iqqm Morgan
Vibrational Biophysics Iqqm MorganVibrational Biophysics Iqqm Morgan
Vibrational Biophysics Iqqm Morgan
solarsonic
 
Sonography
SonographySonography
Sonography
FLI
 
2. Introduction to Spectroscopy 2022.pptx
2. Introduction to Spectroscopy 2022.pptx2. Introduction to Spectroscopy 2022.pptx
2. Introduction to Spectroscopy 2022.pptx
Williamkambi
 
IR Spectroscopy - Sudheerkumar Kamarapu, M. Pharmacy Lecture pdf
IR Spectroscopy - Sudheerkumar Kamarapu, M. Pharmacy Lecture pdfIR Spectroscopy - Sudheerkumar Kamarapu, M. Pharmacy Lecture pdf
IR Spectroscopy - Sudheerkumar Kamarapu, M. Pharmacy Lecture pdf
Dr. Sudheer Kumar Kamarapu
 
Aip pg book of abstracts
Aip pg book of abstractsAip pg book of abstracts
Aip pg book of abstractsSiddartha Verma
 
Mechanical measurements
Mechanical measurements  Mechanical measurements
Mechanical measurements
Nandi Sudheer
 
Acoustic Emission Wave Propagation And Source Location by Boris Muravin
Acoustic Emission Wave Propagation And Source Location by Boris MuravinAcoustic Emission Wave Propagation And Source Location by Boris Muravin
Acoustic Emission Wave Propagation And Source Location by Boris Muravin
mboria
 
Electromagnetic spectrum_lecture 1.pptx
Electromagnetic spectrum_lecture 1.pptxElectromagnetic spectrum_lecture 1.pptx
Electromagnetic spectrum_lecture 1.pptx
michelle894942
 
Principles of Remote Sensing
Principles of Remote Sensing Principles of Remote Sensing
Principles of Remote Sensing
Ariful Islam
 
Convolution and deconvolution
Convolution and deconvolution Convolution and deconvolution
Convolution and deconvolution
Abdullah Abderahman
 
Principles of seismic data processing m.m.badawy
Principles of seismic data processing m.m.badawyPrinciples of seismic data processing m.m.badawy
Principles of seismic data processing m.m.badawy
Faculty of Science, Alexandria University, Egypt
 

Similar to A wavelet transform based application for seismic waves. Analysis of the performance. (20)

6. IR Spectroscopy 2022.pptx
6. IR Spectroscopy 2022.pptx6. IR Spectroscopy 2022.pptx
6. IR Spectroscopy 2022.pptx
 
Physics
PhysicsPhysics
Physics
 
Spatially adiabatic frequency conversion in opto-electro-mechanical arrays
Spatially adiabatic frequency conversion in opto-electro-mechanical arraysSpatially adiabatic frequency conversion in opto-electro-mechanical arrays
Spatially adiabatic frequency conversion in opto-electro-mechanical arrays
 
Senior Honors Research Thesis
Senior Honors Research ThesisSenior Honors Research Thesis
Senior Honors Research Thesis
 
Optical interferometery to detect sound waves as an analogue for gravitationa...
Optical interferometery to detect sound waves as an analogue for gravitationa...Optical interferometery to detect sound waves as an analogue for gravitationa...
Optical interferometery to detect sound waves as an analogue for gravitationa...
 
Gravitational Radiation
Gravitational RadiationGravitational Radiation
Gravitational Radiation
 
Rigol RF basics_knowledge_applications
Rigol RF basics_knowledge_applicationsRigol RF basics_knowledge_applications
Rigol RF basics_knowledge_applications
 
X-ray.ppt
X-ray.pptX-ray.ppt
X-ray.ppt
 
Vibrational Biophysics Iqqm Morgan
Vibrational Biophysics Iqqm MorganVibrational Biophysics Iqqm Morgan
Vibrational Biophysics Iqqm Morgan
 
Sonography
SonographySonography
Sonography
 
2. Introduction to Spectroscopy 2022.pptx
2. Introduction to Spectroscopy 2022.pptx2. Introduction to Spectroscopy 2022.pptx
2. Introduction to Spectroscopy 2022.pptx
 
IR Spectroscopy - Sudheerkumar Kamarapu, M. Pharmacy Lecture pdf
IR Spectroscopy - Sudheerkumar Kamarapu, M. Pharmacy Lecture pdfIR Spectroscopy - Sudheerkumar Kamarapu, M. Pharmacy Lecture pdf
IR Spectroscopy - Sudheerkumar Kamarapu, M. Pharmacy Lecture pdf
 
Aip pg book of abstracts
Aip pg book of abstractsAip pg book of abstracts
Aip pg book of abstracts
 
Mechanical measurements
Mechanical measurements  Mechanical measurements
Mechanical measurements
 
Acoustic Emission Wave Propagation And Source Location by Boris Muravin
Acoustic Emission Wave Propagation And Source Location by Boris MuravinAcoustic Emission Wave Propagation And Source Location by Boris Muravin
Acoustic Emission Wave Propagation And Source Location by Boris Muravin
 
Electromagnetic spectrum_lecture 1.pptx
Electromagnetic spectrum_lecture 1.pptxElectromagnetic spectrum_lecture 1.pptx
Electromagnetic spectrum_lecture 1.pptx
 
Principles of Remote Sensing
Principles of Remote Sensing Principles of Remote Sensing
Principles of Remote Sensing
 
Convolution and deconvolution
Convolution and deconvolution Convolution and deconvolution
Convolution and deconvolution
 
REU_paper
REU_paperREU_paper
REU_paper
 
Principles of seismic data processing m.m.badawy
Principles of seismic data processing m.m.badawyPrinciples of seismic data processing m.m.badawy
Principles of seismic data processing m.m.badawy
 

Recently uploaded

Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
ViralQR
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 

Recently uploaded (20)

Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 

A wavelet transform based application for seismic waves. Analysis of the performance.

  • 1. A Wavelet Transform based application for seismic waves. Analysis of the performance. Telecommunication Engineering Thesis Author: Pedro Cerón Colás Fraunhofer IIS, Erlangen December 9th 2013
  • 2. General outline of the presentation Introduction Method and Process Simulation of the algorithm Conclusions
  • 3. Overview of the problem Geophysics field Design of Matlab algorithms Complex Continuous Wavelet Transform Bio _QRS Complex, “Biomedical Signal Processing”, Sorno & Laguna. _Circular buffer 3rd FIR filter. “Sound digital processing”, Rocchesso. Sound Procces ing But… Where can we apply the Wavelet Transform?
  • 4. Some geophysical issues • 3 components: EW, NS, Z (transverse) • Body Waves (P and S waves) and Surphase Waves (Rayleigh and Love). • Seismic Spectrum: 0.001-10hz [1]. • Frequency characterization: Spectrum overlaping of Body and Surphase Waves . Image taken from Dr. José Ignacio Badal Nicolás (Faculty of Geologics, Zaragoza University). Shared resource. [1] “Fundamentals of Geophysics” Agustín Udías & Julio Mezcua. Chap.13
  • 5. General Outline of the presentation Introduction Method and Process Simulation of the algorithm Conclusions
  • 6. Method and process D A T A B A S E S Conversion of the signals • • • Preprocessing: Correction Data format? SAC or Mseed Compressed Info? STEIM1, STEIM2 Not compressed Info? ASCII, float, integer… Processing step: Filtering Multiresolution filter (WT) Matlab .mat Onset detection Body Waves Surphase Waves Polarization analysis
  • 7. Seismic formats: SAC and MiniSEED Word Type NAMES o 0 F DELTA DEPMIN DEPMAX SCALE ODELTA 5 F B E O A INTERN AL 10 F T0 T1 T2 T3 T4 15 F T5 T6 T7 T8 T9 20 F F RESP0 RESP1 RESP2 RESP3 25 F RESP4 RESP5 RESP6 RESP7 RESP8 30 F RESP9 STLA STLO STEL STDP 35 F EVLA EVLO EVEL EVDP MAG 40 F USER0 USER1 USER2 USER3 USER4 45 F USER5 USER6 USER7 USER8 USER9 50 F DIST AZ BAZ GCARC INTERN AL 55 F INTERN AL DEPME N CMPAZ CMPINC XMINIM UM 60 F XMAXIM YMINIM YMAXIM UNUSED UNUSED UM UM UM 65 F UNUSED UNUSED UNUSED UNUSED UNUSED 70 I NZYEAR NZHOUR NZMIN NZSEC 75 I NZMSEC NVHDR NORID NEVID NPTS 80 I INTERN AL NWFID NXSIZE NYSIZE UNUSED 85 I IFTYPE IDEP IZTYPE UNUSED IINST 90 I ISTREG IEVREG IEVTYP IQUAL 95 I IMAGTY P IMAGSR UNUSED UNUSED UNUSED C 100 I UNUSED UNUSED UNUSED UNUSED UNUSED 105 L LEVEN LPSPOL 110 K KSTNM KEVNM* 116 K KHOLE KO KA 122 K KT0 KT1 KT2 128 K KT3 KT4 KT5 134 K KT6 KT7 KT8 140 K KT9 KF KUSER0 146 K KUSER1 KUSER2 KCMPN M 152 K KNETWK KDATRD KINST NZJDAY o o LOVROK LCALDA o ISYNTH UNUSED Algorithms to decode the information. Tables taken from: http://www.iris.edu/software/sac/manual/file_format.html, november 2013. SEED manual v.2.4, B appendix.
  • 8. Compressional techniques: STEIM 1 and STEIM 2 STEIM 2:More number of possibilities (8) with dnib. Algorithms to decompress the information. Tables taken from: SEED reference manual (version 2.4). B appendix. November 2013.
  • 9. Response for channel correction • .PAZ .RESPONSE
  • 10. Multiresolution filtering using the Wavelet Transform Amplitude Mathematical tool Phase Inst. Freq. Freq? Input (Div.) Multiresolution filter: www.sciencedirect.com, nov. 2013. Plot of a .cwt matrix in Matlab.
  • 11. Prepocessing stage: Filtering How? Computations are done directly to the .cwt matrix • Band pass filtering. • Once we have seen in the .cwt plot where we can locate the parts of the signal with higher energetic contributions, we can remove the unnecesary bands (coefficients). • Remove DC level and high frequency seismic noise.
  • 12. Onset detector (body waves) What’s the concept? Body Waves tend to be at higher frequencies in the octaves (higher divisions) than Surface waves. Energetic Criteria: Mk1 Mk2 Variability Criteria: Finer adjustment Low frequency envelope High Frequency envelope
  • 13. Onset detector (surphase waves) What’s the concept? Surphase Waves tend to be at lower frequencies every octaves Derivative Derivative + envolope We can roughly locate where it’s located the onset of the Surphase waves.
  • 14. Surphase wave: Dispersion What is the distinctive element that define the Surphase Waves? How can be use the wavelet coefficients to analyse this phenomenon? .cwt matrix Dispersion
  • 15. Arrival times Polarization analysis P wave onset S wave onset Surphase wave onset Transformation of 3 axis into 2: http://www.motionscript.com/mastering-expressions/randomsphere.html, november 2013 • Polarization of P, S, Love and Rayleigh waves?
  • 16. General Outline of the presentation Introduction Method and Process Simulation of the algorithm Conclusions
  • 17. Time errors: First onset Inner structure problem 3.5 3 2.5 Low SNR 2 1.5 1 0.5 0 1 2 3 4 5 6 7 8 9 10 11 12
  • 18. Time errors: Second onset Inner structure problem 4 3.5 Low SNR 3 2.5 2 1.5 1 0.5 0 1 2 3 4 5 6 7 8 9 10 11 12
  • 19. General Outline of the presentation Introduction Method and Process Simulation of the algorithm Conclusions
  • 20. Conclusions • Algoritms easy to apply (engineering principles: energy, variability, derivatives…) • Very satisfactory results. • Automatic algorithm: Input (signal). • Outputs are specially interesting in terms of the signal processing and geophysic field: Time-Frequency analysis, onsets, analysis of the dispersion phenomena, polarization. • Formats (SAC and Miniseed) and compressional techniques. • The multiresolution analysis is specially appropiate for the nonstationary signals where we don’t know (in advance) where are the frequency bands of interest. FIR of how many coefficients and what are the frequencies of the design?