Practise: MUSIC teleseismic Back-Projection Multiple Signal - - PowerPoint PPT Presentation

practise music teleseismic back projection multiple
SMART_READER_LITE
LIVE PREVIEW

Practise: MUSIC teleseismic Back-Projection Multiple Signal - - PowerPoint PPT Presentation

Practise: MUSIC teleseismic Back-Projection Multiple Signal Classification (MUSIC) q MUSICBP is a MATLAB implementation of the teleseismic MUSIC back-projections. q Open wrapper General_BP.m q Initialization (creating project folder, etc) q Read


slide-1
SLIDE 1

Practise: MUSIC teleseismic Back-Projection

slide-2
SLIDE 2

qMUSICBP is a MATLAB implementation of the teleseismic MUSIC back-projections. qOpen wrapper General_BP.m qInitialization (creating project folder, etc) qRead seismograms in SAC format qAlign Seismograms by initial P arrival qRun either MUSIC or beamforming solver qThe code produces movies, summary plot and distance vs time plot.

Multiple Signal Classification (MUSIC)

slide-3
SLIDE 3

Cd Cp –r /home/seismology_lecture/lmeng/musicbp-master ./ Cd ~/musicbp-master/MUSICBP Matlab & Open General_BP.m

slide-4
SLIDE 4

General_BP.m

slide-5
SLIDE 5

Initialization

%Set Initial_Flag=1 %run General_BP.m

slide-6
SLIDE 6

Cp ./PaluAUdata/*SAC ./Palu2018/Data/ %Set ReadBP_Flag=1 %run General_BP.m

Reading Seismograms

slide-7
SLIDE 7

%Set AlignBP_Flag=1 % Set bandChoice from 1 to 4 %run General_BP.m 4 times. The code progressively aligns the sesimograms at increasing frequencies.

Aligning Seismograms

slide-8
SLIDE 8

First Alignment

slide-9
SLIDE 9

Second Alignment

slide-10
SLIDE 10

Third Alignment

slide-11
SLIDE 11

Fourth Alignment

slide-12
SLIDE 12

Final Station Map

slide-13
SLIDE 13

Running MUSIC back-projection

Movie/snapshot Summary Plot Distance vs Time Normalized Power

slide-14
SLIDE 14

Use the beamforming solver and see if there’s any difference. Try your own alignment and station selections If you messed up the parameters in General_BP.m, check General_BP_Backup.m for the set of parameters I use.

Things to try…