Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wavelet packet decomposition #5

Open
SantiagoLunaRomero opened this issue Jan 4, 2017 · 5 comments
Open

wavelet packet decomposition #5

SantiagoLunaRomero opened this issue Jan 4, 2017 · 5 comments

Comments

@SantiagoLunaRomero
Copy link

if you compare your code with the funtion "wpdec()" in matlab.
What is the diference?

@fredericodamian
Copy link

Hi, I'm using this library to implement a project that once was implemented in Matlab. I'd validated it uses but it has a few differences:

Matlab "appcoef" returns the recomposition of "wavedec" decomposition, using the Wavelet parameters you choosed. When you return your "appcoef" results, it will show (N + 5) samples, 'N' as 1/(2^s) of total samples you enter in "wavedec" function and 's' the scale order you choosed to recompose.

Using this library, when you recompose your signal, it will return the same number of samples, but in fact, only the N/(2^s) is the recomposition data.

I don't know if this library has an option to fix it automatically, since I just began to use Wavelet and this library.

Hope it helps.
Regards.

@rafat
Copy link
Owner

rafat commented Feb 24, 2017 via email

@fredericodamian
Copy link

fredericodamian commented Feb 24, 2017 via email

@zhanghonglang
Copy link

The dwttest result is different from pywt result
image
image

@rafat
Copy link
Owner

rafat commented Jul 1, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants