autoBandPass | R Documentation |
Creates an automatic bandpass filter based on the strongest frequency. The allowed bandwidth can be an integer multiple of the bandwidth at either -3dB or -10dB.
autoBandPass(wave, bw = "-3dB", n.bw = 1, lowcut = 1000)
wave |
A Wave object |
bw |
Either -3dB or -10dB. This is calculated by |
n.bw |
The number of bandwidths either side of the centre of the centre to keep |
lowcut |
High-pass filtering is applied at this frequency before calculating the centre frequency and bandwidth |
A band-pass filtered Wave object
## Not run:
autoBandPass(sheep)
autoBandPass(sheep, bw="-3dB", n.bw=1, lowcut=1000)
autoBandPass(sheep, bw="-10dB", n.bw=2, lowcut=0)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.