run_iir: Internal function for running IIR filtering

View source: R/deprecated.R

run_iirR Documentation

Internal function for running IIR filtering

Description

Internal function for running IIR filtering

Usage

run_iir(
  data,
  low_freq = NULL,
  high_freq = NULL,
  filter_order,
  srate,
  silent = FALSE
)

Arguments

data

Data to be filtered

low_freq

Low passband edge.

high_freq

High passband edge.

filter_order

Order of the Butterworth filter.

srate

Sampling rate of the signal.

silent

Turns off filtering messages.


craddm/eegUtils documentation built on March 24, 2022, 9:17 a.m.