read_channel: Read binary neurOne data from one channel.

Description Usage Arguments Value See Also

Description

Read binary neurOne data from a bin-file. Only data from one channel is read.

Usage

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

Arguments

binfile

The name of the file containing the data.

channel

The number or name of the channel 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.