Skip to content

C++ implementation of GDF - "a general dataformat for biosignals" version V2.20.

License

Notifications You must be signed in to change notification settings

mbillingr/libgdf

Repository files navigation

Build Status CMake

libGDF

C++ implementation of GDF - "a general dataformat for biosignals" version V2.20.

Obtaining libGDF

Use the following command to fetch the sources:

git clone https://github.com/kazemakase/libgdf.git libgdf

Dependencies

Required: boost

Build Instructions

The preferred method is to perform an out-of-source build. Replace $GDF_ROOT with the (relative or absolute) path to the source tree (e.g. ~/repositories/libgdf).

mkdir build
cd build
cmake $GDF_ROOT -DBUILD_TESTING=yes
make
make test

About

C++ implementation of GDF - "a general dataformat for biosignals" version V2.20.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •