Methods for smoothing/filtering, filter_
functions
#41
Labels
enhancement
New feature or request
Milestone
filter_
functions
#41
Can rely on the
signal
R package, which again implements the filtering functions from Matlab (I remember having used thefiltfilt
andbutterworth
before, they're common in human motor work, so maybe include them too as options). Also see thetrajr
package for their straightforward implementation of the Savitsky-Golay filter - check to be sure that the default values hold up (https://github.com/JimMcL/trajr/blob/c1d2005f03cc4f17e6cc277371ab26de1bf2bd8d/R/trajectory.R#L372).Let's try to compile a list of what would be good methods to have:
filter_rollmean
filter_rollmedian
filter_highpass
Bandwidth filtering #88filter_lowpass
filter_highpass_fft
filter_lowpass_fft
filter_savgol
filter_kalman
The text was updated successfully, but these errors were encountered: