Skip to contents

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.

Usage

filterw(w, filt)

Arguments

w

A Wave object.

filt

Wave object with the selected filter applied.

Details

Supported filters include those from the seewave package.