Home > biosig > NONFREE > EEProbe > read_eep_cnt.m

read_eep_cnt   Linux x86, Windows

PURPOSE ^

READ_EEP_CNT reads continuous EEG data from an EEProbe *.cnt file

SYNOPSIS ^

function [eeg] = read_eep_cnt(fn);

DESCRIPTION ^

 READ_EEP_CNT reads continuous EEG data from an EEProbe *.cnt file
 and returns a structure containing the header and data information.

 eeg = read_eep_cnt(filename, sample1, sample2)

 where sample1 and sample2 are the begin and end sample of the data
 to be read.

 eeg.label    ... labels of EEG channels
 eeg.rate     ... sampling rate
 eeg.npnt     ... number of sample in data segment
 eeg.nchan    ... number of channels
 eeg.nsample  
 eeg.time     ... array [1 x npnt] of time points (ms)
 eeg.data     ... array [nchan x npnt] containing eeg data (uV) 

 Author: Robert Oostenveld, Aalborg University, Denmark, 11 March 2003

 See also READ_EEP_TRG, READ_EEP_REJ, READ_EEP_AVR

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003