read.bdf.ts: Read BDF Timeseries

Description Usage Arguments Value Author(s) References

Description

Read BDF Timeseries

Usage

1
read.bdf.ts(bdf.file, start = NULL, stop = NULL, channels = "all")

Arguments

bdf.file

Full file listing to BDF file

start

Start time of section to read, default 0.

stop

Stop time of section to read, default full file

channels

Numeric indicating which channel(s) to read. Default = 'all' to read all channels

Value

A matrix with # of channels acros the columns and number of samples down the rows.

Author(s)

Timothy R. Koscik <timkoscik+eegr@gmail.com>

References

<http://www.biosemi.com/faq/file_format.htm>


TKoscik/eegr documentation built on May 9, 2019, 4:13 p.m.