Zeng Fung Liew

Results 5 comments of Zeng Fung Liew

I think the error produced is a bit misleading. Based on your code, `x` has length 709, a binary tree cannot be computed/created with odd-length signals. If you tried `bestbasistree(x[1:64],...

Current plan is to create a new data structure for this purpose. `ShifftInvariantWaveletTransformObject` struct contains: - Dictionary of index to nodes - Original signal length - Max transform level -...

https://github.com/UCD4IDS/WaveletsExt.jl/pull/51#issuecomment-1146748678 > SIWPD and best basis search with new data structure runs smoothly now. Signal reconstruction and documentation fixes are in progress.

https://github.com/UCD4IDS/WaveletsExt.jl/pull/51#issuecomment-1148265638 > Signal reconstruction and documentation fixes complete.

Decomposition process for SIWT is quite slow, will look out for further improvements.