50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

RSEIS (version 2.6-0)

INSTresponse: Instrument Respnse Function

Description

Extract Instrument Response from Poles and Zeros

Usage

INSTresponse(Kal, key, ff, tt = tt, plotkey = NULL)

Arguments

Value

  • List:
  • transfertransfer function
  • aaa coeficients
  • bbb coeficients
  • respreal part of response

Details

response is fourier transform of delta function run through the filter

References

Adapted from Ken Creager's Matseis

See Also

deconinst

Examples

Run this code
########  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

Run the code above in your browser using DataLab