Commit 4f9e2cb 1 parent 907a735 commit 4f9e2cb Copy full SHA for 4f9e2cb
File tree 2 files changed +21
-28
lines changed
2 files changed +21
-28
lines changed Original file line number Diff line number Diff line change 6
6
% PLOTS the Qc checks
7
7
%
8
8
% Input parameters:
9
- % rtQk: retained Q data
10
- % cfk: central frequency
11
- % outputLCurve: decide if you want to see the L curve
12
- % energyRatio_k: energy ratios at all frequencies
13
- % residualQ_k: residuals of Q inversions
14
- % const_Qc_k: the constants coming from Qc analysis
9
+ % equationQ: sum of all three terms of the CN equation for average Q
10
+ % d1: data for average Q inversion
11
+ % spreadAverageQ:values of average spreading and Q for labels
12
+ % luntot_k: total length of ray
13
+ % time0_k: travel time
14
+ % energyRatio_k: energy ratios
15
+ % A_k: CN inversion matrix
15
16
% Edirect_k: direct energy
16
- % luntot: total length of ray
17
- % time0: travel time
18
- % A_i: CN inversion matrix
19
- % lcurveQ: damping parameter
20
17
% CN_title: title of the figure
21
18
%
22
19
% Output parameters:
Original file line number Diff line number Diff line change 6
6
% INVERTS with weighted tikhonov and creates L-curve and data for Q.
7
7
%
8
8
% Input parameters:
9
- % cfk: central frequency
10
- % rtQ: selected Q waveforms
11
- % outputLCurve: flag to output the L curve
12
- % rapsp_k: energy ratios
13
- % const_Qc_k: constant from the average Qc
14
- % luntot: total length
15
- % time0: travel time
16
- % A: CN inversion matrix
17
- % lCurveQ: damping parameter input from start
18
- % flagShow: flag to decide if show L-curve
19
- %
9
+ % tCm: lapse time
10
+ % tWm: coda window
11
+ % Q_k: inverse Qc
12
+ % cf_k: central frequency
13
+ % sped: spectral decay
14
+ % luntot_k: total ray length
15
+ % time0_k: total travel time
16
+ % rapsp_k: energy ratio
17
+ %
20
18
% Output parameters:
21
- % mtik0: inversion parameter
22
- % residualQ_k: residuals for Q inversion
23
- % LcCN: figure of L curve for the CN method
24
- % tik0_reg: regularization parameters
25
- % d1k: data of the inversion
26
- % constQmean_k: constant for the method
27
-
19
+ % d1: data for average Q inversion
20
+ % const_Qc_k: constant for average Q inversion depending on Qc
21
+ % constQmean_k: average geometrical spreading and Q
22
+ % equationQ: sum of all three terms of the CN equation
23
+ %
28
24
%%
29
25
% Data creation for the true inversion, removing the pre-calculated
30
26
% parameters.
You can’t perform that action at this time.
0 commit comments