rafat/wavelet1d

iswt infinite loop if signal length < 2^(no of scales)

Opened this issue · 0 comments

What steps will reproduce the problem?
1. call swt with signal length 255 and j=8
2. feed the result back into iswt
3. iswt hangs with infinite loop

What is the expected output? What do you see instead?
The expected output is the original signal but the module hangs with infinite 
loop.

What version of the product are you using? On what operating system?

0.4.00 on linux.

Please provide any additional information below.

There is a variable called value in the source which appears to become zero

Original issue reported on code.google.com by TheHonor...@gmail.com on 7 Feb 2014 at 6:44