BDF.jl

Module to read Biosemi BDF files with the Julia programming language
Popularity
8 Stars
Updated Last
2 Years Ago
Started In
June 2013

Project Status: Unsupported – The project has reached a stable, usable state but the author(s) have ceased all work on it. A new maintainer may be desired. Build Status Coverage Status

BDF.jl is a Julia module to read/write BIOSEMI 24-bit BDF files (used for storing electroencephalographic recordings)

Usage:

bdfHeader = readBDFHeader("res1.bdf") #read the bdf header
sampRate = bdfHeader["sampRate"][1] #get the sampling rate
#read the data, the event table, the trigger channel and the status channel
dats, evtTab, trigs, statusChan = readBDF("res1.bdf")

Documentation is available here:

http://samcarcagno.altervista.org/BDF/index.html

Used By Packages