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

2

26

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

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

Jacquelinjacqueline answered 7/3, 2012 at 17:39 Comment(1)
Discrete or continuous wavelet transform? What do you want to do?Guaranty
P
22

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.

Prenomen answered 7/3, 2012 at 22:37 Comment(0)
G
8

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

Gout answered 24/3, 2012 at 22:43 Comment(1)
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.Gout

© 2022 - 2024 — McMap. All rights reserved.