Description Usage Arguments Author(s)
View source: R/filter_commands.R
Filters data using an Hamming windowed-sinc FIR filer. An implementation of Andreas Widmann's firfilt plugin for EEGLAB.
| 1 2 | 
| data | Data to be filtered. | 
| low_edge | Low passband edge. Specify ONLY this for a high-pass filter. | 
| high_edge | High passband edge. Specify ONLY this for a low-pass filter. | 
| filt_order | Length of the filter in samples. If not specified, will be automatically estimated. | 
| notch | Convert to a notch filter. Defaults to FALSE (bandpass filter). Only relevant if two cut-offs specified. | 
| minphase | Minimum-phase filter. Not yet implemented. | 
| srate | Sampling rate. | 
Andreas Widmann. Ported to R by Matt Craddock matt@mattcraddock.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.