finteg | R Documentation |
Integration of seismic signal in Frequency Domain. Used for converting velocity seismogram to displacement.
finteg(data, dt)
data |
time series |
dt |
sample interval |
Integrated time series signal
To avoid problems with dividing by very small numbers, water level is set =1.e-8
Jonathan M. Lees<jonathan.lees.edu>
## waterlevel=1.e-8
dfor5 <- rnorm(1000)
idfor5 <- finteg(dfor5, 0.008)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.