read_channels: Read binary neurOne data from multiple channels.

Description Usage Arguments Value See Also

Description

Read binary neurOne data from a bin-file. Data from multiple channels is read.

Usage

1
2
read_channels(binfile, channels, channel.list, samplingrate, start = 0,
  data.length = NULL)

Arguments

binfile

The name of the file containing the data.

channels

The number or name of the channels to be read.

channel.list

A list containing channel information (from the function get_channels).

samplingrate

The sampling rate.

start

The offset in seconds from the beginning of the file to start reading data.

data.length

The amount of data in seconds to be read.

Value

A matrix with the channel data.

See Also

get_channels


bwrc/neurone-r documentation built on May 13, 2019, 9:19 a.m.