寻找一个好的用于信号处理的C/C++小波库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9606458/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Looking for a good C/C++ wavelet library for signal processing
提问by
Does anyone know of a good C/C++ wavelet library for signal processing?
有谁知道用于信号处理的好的 C/C++ 小波库?
The signal is float or double valued, not int valued.
信号是浮点数或双值,而不是整数值。
回答by Appleman1234
Without more information or clarification of what you mean by good (Good for what ?), it is difficult to make any recommendation.
如果没有更多信息或澄清您所说的好(Good for what?)的含义,就很难提出任何建议。
Some C/C++ Wavelet libraries are listed below.
下面列出了一些 C/C++ Wavelet 库。
- Wavelet
- Geophysical Wavelet Library
- WvLib
- wavelet1d
- WAILI
- GNU Scientific Library or gslsee herefor DWT documentation
- blitzwave
- nwave
- Wavelet Image Compression Library
- Kicksey-Winseywhich features a library called Template Wavelet Library that supports OpenMP