-
Notifications
You must be signed in to change notification settings - Fork 30
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
Document coefficient vector layout #37
Comments
You are right, this is not well documented. There are some utiliities in https://github.com/JuliaDSP/Wavelets.jl/blob/master/src/mod/Util.jl , especially the |
What would be very helpful is to have equivalents of the functions accessC, accessD, putC and putD from the wavethresh package in R. These allow to access or replace smooth and detail coefficients in entire resolution levels of DWT. See https://cran.r-project.org/web/packages/wavethresh/ |
Ah, so my first guess for the memory layout was actually right according to
I just did not believe it: i started with smooth signal of length 128 and expected the coefficients
Maybe these are boundary effects? |
Ah, I found my mistake, the time points
|
I a hope I am not missing anything but I could not find the layout of the coefficient vector. Inspecting the size of the coefficient also does not immediately suggest a certain order to me.
The text was updated successfully, but these errors were encountered: