filtfft: Apply an convolution filter using an FFT

Description Usage Arguments Value Author(s)

View source: R/functions-xcmsSet.R

Description

Expands a vector to the length of the filter and then convolutes it using two successive FFTs.

Usage

1
filtfft(y, filt)

Arguments

y

numeric vector of data to be filtered

filt

filter with length nextn(length(y))

Value

A numeric vector the same length as y.

Author(s)

Colin A. Smith, csmith@scripps.edu


xcms documentation built on Nov. 8, 2020, 5:13 p.m.