Last chance! 50% off unlimited learning
Sale ends in
Modeling the Brune spectrum with Graphical Diagnostics
brune.doom(amp, dt = 1, f1 = 0.01, f2 = 15, PLOTB = FALSE, tit = "")
signal
deltaT
low frequency for modeling
high frequency for modeling
logical, TRUE=show diagnostic plots
title for plot
List:
(0,1) for success or failure of modeling
flag = "OK"
tstar0
gamma
omega0
fc
alpha
chi-squared misfit over region of fitting
Lees, J. M. and G. T. Lindley (1994): Three-dimensional Attenuation Tomography at Loma Prieta:Inverting t* for Q, J. Geophys. Res., 99(B4), 6843-6863.
# NOT RUN {
data(CE1)
plot(CE1$x, CE1$y, type='l')
Xamp = CE1$y[CE1$x>5.443754 & CE1$x<5.615951]
BF = brune.doom( Xamp, CE1$dt ,f1=.5, f2=12 , PLOTB = TRUE)
# }
Run the code above in your browser using DataLab