Question

I am not an advanced mathematical, so I understand only the basics of wavelet decomposition. I found JWave, which is a Java implementation of wavelet processing. The author tells me it can by its nature to multidimensional decomposition.

The problem is I have no idea how to use it for this task.

I specifically want an 8-tap Daubechies. My ultimate goal is to be able to predict the next number in a sequence of numbers. This URL gives all the math, but no code.

I have searched, but cannot find any code on how to do this. Could someone point me in the right direction please.

Was it helpful?

Solution

I found the following FOS C# code: Wavelet Studio. It's a good starting point.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top