fir1Bandpass: function to FIR-1 bandpass filter a signal. Can low- or...

Description Usage

Description

function to FIR-1 bandpass filter a signal. Can low- or high-pass filter by specifying 0 for low or >= Nyquist for high.

Usage

1
2
fir1Bandpass(x, TR = 2, low = 0.009, high = 0.08, n = 250,
  plotFilter = FALSE, forward_reverse = TRUE, padx = 0, detrend = 1)

PennStateDEPENdLab/fitclock documentation built on May 8, 2019, 1:29 a.m.