Rafat Hussain
Rafat Hussain
DOG with param=2 is the Mexican Hat Wavelet. I think you may want to try DOG with param =1. More info here http://atoc.colorado.edu/research/wavelets/bams_79_01_0061.pdf Page 65.
I haven't looked at the code in quite some time but I believe the algorithm should work for positive integers and not just even ones. Can you post a link...
Check the auxiliary folder for denoising code (denoise.c) and test folder for a denoising example (denoisetest.c). Rafat Virus-free. www.avast.com On 9/22/17, lovedheart wrote: > Hi, > > could you provide...
Hi, I haven't implemented MODWT denoising method yet but , yes, it is possible using a different thresholding scheme. Rafat On 10/11/17, lovedheart wrote: > Hi, thanks for your example....
Can you give more information ? Please attach a screenshot of the exception if possible. On Mon, Jan 20, 2020, 15:25 wickeat wrote: > I've encountered an exception when trying...
Yeah. I haven't updated the demo in a few years. I'll get to it as soon as I have some free time. On Sun, Aug 16, 2020, 03:21 wave-glsl wrote:...
1. I reviewed the pywt library for a technical Journal a few years ago but I haven't looked at it recently so I can't really comment . However, I think...
The best solution will be for you to compile the c library to wasm yourself. Coding the whole thing to JavaScript is going to take up a lot of time...
I think I’ll be able to help you with generating the wasm code and I don’t think it’ll take too long. About pywavelets, the only way to find out is...
In the second case, it seems to be a logarithmic issue. The output values are the log values of the real values. I'll modify the test code if that's where...