项目作者: frankfishburn

项目描述 :
A library for computing spectrograms and periodograms
高级语言: C++
项目地址: git://github.com/frankfishburn/libspectrogram.git
创建时间: 2018-09-12T01:23:16Z
项目社区:https://github.com/frankfishburn/libspectrogram

开源协议:GNU Lesser General Public License v3.0

下载


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

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make
  5. 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:

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

Usage

See the examples directory