makefreq {RSEIS} | R Documentation |
Create a frequency value for integration and differentiation
makefreq(n, dt)
n |
number of freqs |
dt |
deltat |
vector of frequencies
Jonathan M. Lees<jonathan.lees.edu>
INVRft
N <- 256
dt <- 0.008
f <- makefreq(N,dt)