function to FIR-1 bandpass filter a signal. Can low- or high-pass filter by specifying 0 for low or >= Nyquist for high.
1 2 | fir1Bandpass(x, TR = 2, low = 0.009, high = 0.08, n = 250,
plotFilter = FALSE, forward_reverse = TRUE, padx = 0, detrend = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.