makefreq | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.