VELOCITY.SEISN | R Documentation |
Removes seismic instrument response and corrects for sensitivity of seismoc instrument, returning units of m/s rather than volts.
VELOCITY.SEISN(TH, sel = 1:length(TH$JSTR), inst = 1,
Kal = Kal,waterlevel = 1e-08, FILT = list(ON = FALSE,
fl = 1/30, fh = 7, type = "HP", proto = "BU"))
TH |
list structure of seismic traces |
sel |
select which tracesin list to deconvolve |
inst |
index to instrument in Kal list for calibration and instrument response |
Kal |
list of instrument responses |
waterlevel |
waterlevel for low frequency division |
FILT |
filter output, after instrumentation |
Instrument responses are lists of poles and zeros for each instrument defined.
Same as input list with new traces representing velocity versus volts
Jonathan M. Lees<jonathan.lees@unc.edu>
DISPLACE.SEISN, deconinst
Kal <- PreSet.Instr()
data(KH)
inst <- rep(0, length(KH$STNS))
VH <- VELOCITY.SEISN(KH, sel = 1, inst = 1,
Kal = Kal, FILT = list(ON = FALSE, fl = 1/30, fh = 7,
type = "HP", proto = "BU"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.