Looking for a good C/C++ wavelet library for signal processing [closed]

不羁的心 提交于 2019-12-29 03:05:05

问题


Does anyone know of a good C/C++ wavelet library for signal processing?

The signal is float or double valued, not int valued.


回答1:


Without more information or clarification of what you mean by good (Good for what ?), it is difficult to make any recommendation.

Some C/C++ Wavelet libraries are listed below.

  • Wavelet
  • Geophysical Wavelet Library
  • WvLib
  • wavelet1d
  • WAILI
  • GNU Scientific Library or gsl see here for DWT documentation
  • blitzwave
  • nwave
  • Wavelet Image Compression Library
  • Kicksey-Winsey which features a library called Template Wavelet Library that supports OpenMP



回答2:


In case you have a high-end gpu (nvidia cuda enabled or from other manufactorer) you can use cuvilib.



来源:https://stackoverflow.com/questions/9606458/looking-for-a-good-c-c-wavelet-library-for-signal-processing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!