notch_filter: Apply Notch Filter to Analog Trace Data

View source: R/signal-notch.R

notch_filterR Documentation

Apply Notch Filter to Analog Trace Data

Description

Apply Notch Filter to Analog Trace Data

Usage

notch_filter(s, sample_rate, lb, ub, domain = 1)

Arguments

s

signal in time or frequency domain

sample_rate

signal sample rate

lb

filter lower bound (Hz)

ub

filter upper bound (Hz)

domain

1 if the input signal is in the time domain, 0 if it is in the frequency domain

Details

This function is alternative R version of notch filter

Value

filtered signal in time domain


beauchamplab/rave documentation built on Feb. 23, 2024, 7:20 a.m.