design and apply butterworth low/high/band pass filters.
Usage
butfilt(a, fl, fh, deltat, type, proto)
Arguments
a
vector signal
fl
low frequency cut-off
fh
high frequency cut-off
deltat
sample rate, s
type
type of filter, one of c("LP", "HP","BP" ,"BR" )
proto
prototype, c("BU", "BE" , "C1" ,"C2")
Value
filtered time series
Details
creation of butfilt is a described by the following arguments:
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]