INSTresponse | R Documentation |
Extract Instrument Response from Poles and Zeros
INSTresponse(Kal, key, ff, tt = tt, plotkey = NULL)
Kal |
Calibration |
key |
index to list of instruments |
ff |
frequency vector |
tt |
time vector |
plotkey |
TRUE = plot |
response is fourier transform of delta function run through the filter
List:
transfer |
transfer function |
aa |
a coeficients |
bb |
b coeficients |
resp |
real part of response |
Jonathan M. Lees<jonathan.lees.edu>
Adapted from Ken Creager's Matseis
deconinst
######## set list of possible instruments:
Kal <- PreSet.Instr()
### get instrument reponse for first in list:
resp1 <- INSTresponse(Kal, 1, c(0,100) , tt=c(1,0.008), plotkey=TRUE)
### plots amplitude and phase
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.