Rafat Hussain
Rafat Hussain
Hi, Let me know when you are finished and I'll merge the pull request. On Sat, Nov 13, 2021 at 7:16 AM Dmitrii Okunev ***@***.***> wrote: > I've started to...
GetWT2Coeffs is a helper function and will simply return the coefficients at a branch. If you want to reconstruct the signal, you'll have to use IMODWT2 so for example if...
Hi, Can you send me the code so I can replicate the issue ? This could be because of the type of extension choosen as symmetric and preiodic extensions will...
You should get the same results if you are using the same wavelet, levels of decomposition and signal extension. Figure 2) is the actual DWT detail coefficients. Figure 3) is...
I'll make the GUI more usable at some point but my suggestion is that for now check out the cwt example code in the wavelib test folder. You can run...
Hi, I am not a matlab user but I am pretty sure you can compile C code into mex functions. I did a google search and there is a lot...
Hi, “getDWTRecCoeff” reconstructs the signal on a specific branch by setting all other branch values to zero. getDWTRecCoeff(double *coeff, int *length, const char *ctype, const char *ext, int level, int...
Hi Alex, You'll have to use Continuous Wavelet Transform to perform time frequency analysis. Here is the wavelib example code using El Nino data. https://github.com/rafat/wavelib/wiki/CWT-Example-Code You can run the code...
cwt output w is a complex number . abs(w)^2 is the square of the absolute value. On Wed, Oct 13, 2021 at 11:32 PM chromafunk ***@***.***> wrote: > Hi @rafat...
This seems correct but it is better if you check the code to see if the numerators and denominators are accurate. https://github.com/rafat/wavelib/blob/master/src/cwt.c wave-function calculates period. On Thu, Oct 14, 2021...