Spectrogram C++ library

前端 未结 4 1742
半阙折子戏
半阙折子戏 2020-12-04 19:52

For my current project in C++ / Qt I need a library (LGPL is preferred) which can calculate a spectrogram from a signal ( basically an array of doubles ). I already use Qwt

4条回答
  •  猫巷女王i
    2020-12-04 20:39

    you could use fftw (fftw.org) to calculate the spectrogram, you would still need to plot the data, but that should not be a problem

提交回复
热议问题