Description Usage Arguments Value Examples
Downsample a timeseries using FFT
1 | fftdecimate(s, nfac = 2, pct = 0.025, deltat = 1)
|
s |
timeseries (as a ts object or vector of samples) |
nfac |
downsampling factor (integer greater than 1) |
pct |
percent length of timeseries used for cosine-squared taper of ends. This reduces edge effects, but is lossy. |
deltat |
sampling interval; used only if s is not a ts object |
resampled timeseries.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.