Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libspectrogram

Build Status Open Issues LGPLv3 License

About

libspectrogram is a C++ library for computing spectrograms and periodograms, with a C interface and MATLAB bindings


Building

Library

mkdir build
cd build
cmake ..
make
make test

Matlab

Specify root directory for the matlab installation (Matlab_ROOT_DIR) and optionally the output directory (MATLAB_INSTALL_PATH) when you run cmake:

cmake -DMatlab_ROOT_DIR=/opt/matlab/R2018b -DMATLAB_INSTALL_PATH=$HOME/matlab/libspectrogram ..
make;
make install;

Usage

See the examples directory

About

A library for computing spectrograms and periodograms

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages