A WaveFilter object is an object containing information necessary for the filterw function to apply the filter to a Wave object. This is designed to allow a pipe operator (either magrittr or base R) to be used to apply filters to a Wave in a pipeline.
filterWave(w, filt, cl = NULL)
A Wave object.
Wave object with the selected filter applied.
Optional. If a cluster is specified, the filter will be applied in parallel.
Supported filters include those from the seewave package.