Skip to content

oscimp/libdsac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Signal Analysis C library (libdsac)

Dependencies

You have to install the following dependencies:

Quick compilation

To compile:

git clone https://github.com/oscimp/libdsac.git
cd libdsac
mkdir build
cd build
cmake ..
make
make install # may require root permissions

Available Options

  • DSAC_DEBUG: Enable the debug build type
  • DSAC_OPENMP: Activate the OpenMP parallelization (experimental)

To use a option use this command

cmake -DDSA_DEBUG=ON|OFF ..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published