25

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

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

2 Answers2

21

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.

Appleman1234
  • 15,946
  • 45
  • 67
8

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

tropicana
  • 1,403
  • 2
  • 19
  • 27
  • In case you have a high-end gpu (nvidia cuda enabled or from other manufactorer), try to find libraries that exploit the graphics card power for computations. For the kind of algorithms that i guess you are looking for, you will find some really fast libraries. – tropicana Mar 24 '12 at 22:53