parse.edf.global.header {edf}R Documentation

#' Parse the global header of a European Data Format (EDF and EDF+) file.

Description

This function parses the header of an EDF or EDF+ file.

Usage

parse.edf.global.header(data)

Arguments

data

The 256 bytes of raw data that contain the EDF/EDF+ header.

Value

A named list containing the information in the EDF/EDF+ header.


[Package edf version 1.0.0 Index]