powered by
Modeling the Brune spectrum with Graphical Diagnostics
brune.doom(amp, dt = 1, f1 = 0.01, f2 = 15, PLOTB = FALSE, tit = "")
List:
(0,1) for success or failure of modeling
flag = "OK"
tstar0
gamma
omega0
fc
alpha
chi-squared misfit over region of fitting
signal
deltaT
low frequency for modeling
high frequency for modeling
logical, TRUE=show diagnostic plots
title for plot
Jonathan M. Lees<jonathan.lees.edu>
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.
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