file: README G. Moody 1 July 1989 Last revised: 8 June 2005 wfdblib 10.3.15 _______________________________________________________________________________ wfdb: a library for reading and writing annotated waveforms (time series data) Copyright (C) 1989-2005 George B. Moody This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this library; if not, see . You may contact the author by e-mail (wfdb@physionet.org) or postal mail (MIT Room E25-505A, Cambridge, MA 02139 USA). For updates to this software, please visit PhysioNet (http://www.physionet.org/). _______________________________________________________________________________ This directory contains sources for the WFDB library. Please look at the README file in the directory above this one before installing the WFDB library. If a `make' utility is available, follow the instructions in 'Makefile' to compile and install the WFDB library on your system. If you do not have a `make' utility, you will have to perform the installation manually; the comments in 'Makefile' may be helpful in determining how to proceed. For information about using the library, see the WFDB Programmer's Guide (TeX source in the `doc' directory at the same level as this one). The following files will be found in this directory: COPYING.LIB the GNU Library General Public License Makefile `make' description file for compiling the WFDB library using ANSI/ISO standard C compilers on supported platforms Makefile.top Used by ../configure to construct Makefile (comments only) Makefile.tpl Used by ../configure to construct Makefile (portable section) README this file annot.c WFDB library functions for annotations calib.c WFDB library functions for signal calibration ecgcodes.h ECG annotation codes ecgmap.h ECG annotation code mapping macros signal.c WFDB library functions for signals wfdb-config.c mini-app to print WFDB library version and linking information wfdb.h WFDB library constant, structure, and function interface definitions (created from wfdb.h0 by ../configure) wfdb.h0 template for wfdb.h wfdbinit.c WFDB library functions wfdbinit, wfdbquit, and wfdbflush wfdbio.c Low-level I/O functions for the WFDB library wfdblib.h External definitions for WFDB library functions (created from wfdblib.h0 by ../configure) wfdblib.h0 template for wfdblib.h What next? ---------- Once you have installed the WFDB library, read the `README' file in the `app' directory on the same level as this one for instructions on compiling and installing the standard WFDB applications.