import_raw: Function for reading raw data.

Description Usage Arguments Author(s)

View source: R/file_io.R

Description

Currently BDF/EDF and 32-bit .CNT files are supported. Filetype is determined by the file extension.The edfReader package is used to load BDF/EDF files. The function creates an eeg_data structure for subsequent use.

Usage

1
import_raw(file_name, file_path = NULL, chan_nos = NULL)

Arguments

file_name

File to import. Should include file extension.

file_path

Path to file name, if not included in filename.

chan_nos

Channels to import. All channels are included by default.

Author(s)

Matt Craddock, matt@mattcraddock.com


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