문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top