eeg_downsample: Downsampling EEG data

Description Usage Arguments Methods (by class) Author(s)

Description

Performs low-pass anti-aliasing filtering and downsamples EEG data by a specified factor. This is a wrapper for decimate from the signal package. Note that this will also adjust the event table, moving events to the nearest time remaining after downsampling

Usage

1
2
3
4
5
6
7
eeg_downsample(data, ...)

## S3 method for class 'eeg_data'
eeg_downsample(data, q, ...)

## S3 method for class 'eeg_epochs'
eeg_downsample(data, q, ...)

Arguments

data

An eeg_data object to be downsampled

...

Parameters passed to functions

q

Integer factor to downsample by

Methods (by class)

Author(s)

Matt Craddock matt@mattcraddock.com


neuroconductor-devel-releases/eegUtils documentation built on May 5, 2020, 3:49 a.m.