read_bci2000 | R Documentation |
'BCI2000'
recording dataRead 'BCI2000'
recording data
read_bci2000_header(file)
read_bci2000(file)
file |
path to the recording data |
Parsed signal data
# Package comes with sample data
file <- system.file("samples", "bci2000_sample.dat", package = "readNSx")
result <- read_bci2000(file)
print(result)
# Notive: v1.0 and v1.1 are different, but all in `Source` section
# sample rate
result$parameters$Source$SamplingRate$value
# Signal data 64 channels x 500 time-points
dim(result$signals)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.