filtfft {xcms} | R Documentation |
Expands a vector to the length of the filter and then convolutes it using two successive FFTs.
filtfft(y, filt)
y |
numeric vector of data to be filtered |
filt |
filter with length nextn(length(y)) |
A numeric vector the same length as y.
Colin A. Smith, csmith@scripps.edu