load_bcidat: Reads .dat file

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Loads signal, state and parameters from .dat file

Usage

1

Arguments

file

Name of file to be loaded. Extension can be omitted, so function will try to open 'file.dat' if 'file' is not existing.

raw

Whether load raw data, or calibrated.

Value

signal

Matrix of the dimension samples*channels with EEG data

states

Matrix with state values. Number of rows corresponds to number of samples in signal.

parameters

List of parameters. Values can be characters, matrices of characters or lists of lists of anything else.

Examples

1
2
3
4
## Not run: 
data <- load_bcidat('record.dat')

## End(Not run)

tz-lom/bcidat documentation built on May 3, 2019, 2:04 p.m.