bva_readheader¶
- bva_readheader(varargin)¶
bva_readheader - read BVA Header File and extract sampling rate and channels
function [fs label meta] = bva_readheader(file)
Read Brain Vision Header File and return sampling rate, channel labels and various other info to caller.
- Input:
file = Brain Vision Data HeaderFile (.vhdr)
- Output:
fs = sampling rate label = electrode labels meta = other info (required for bva_loadeeg.m)
requires:
see also: ERRP/io