lfilter: FIR filtering

View source: R/luna.R

lfilterR Documentation

FIR filtering

Description

Applies a FIR bandpass filter

Usage

lfilter(x, sr, lwr, upr, tw = 1, ripple = 0.02)

Arguments

x

a time series vector

sr

Sample rate of x

lwr

Lower transition frequency

upr

Upper transition frequency

Value

a filtered version of x

Note

This is a wrapper around the method implemented by the FILTER command.


remnrem/luna documentation built on June 1, 2025, 2:14 p.m.