22

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

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

  • 3
    Discrete or continuous wavelet transform? What do you want to do? – André Bergner Mar 8 '12 at 9:09
18
0

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.

| improve this answer | |
6
0

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

| improve this answer | |
  • 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