EDFlib is a programming library for C/C++ to read/write EDF+/BDF+ files.
EDF means European Data Format. BDF is the 24-bits version of EDF.
This is a gateway to load/write the EDF+/BDF+ files directly from scilab.
Information about edflib can be found at
http://www.teuniz.net/edflib/
Version 0.2.5
- edf_get_samplefrequency was giving wrong results
- the output of edf_header("datarecord_duration") is in seconds
- improved error messages for edfopen_file_readonly and edfopen_file_writeonly
- some typos in the help - files are removed (thanks to Teunis van Beelen)
Version 0.2.4
- new edflib version V1.07
Version 0.2.3
- new functions: edf_set_record_duration
- new edflib version V1.05
Version 0.2.2
- new functions: edfseek, edftell, edfrewind, edfopen_file_readonly
- the parameter edfsignal starts from 1! E.g. read the data of the first signal
edfread_samples (path,1)
Version 0.2.1
- new version of edflib.c
- macro edf_get_timevector
Version 0.2.0
- help files
- new macros
- change of function names
Version 0.1.0
- new fuctions