01-16-2008 08:25 AM
Hello everyone,
I have problem with the advanced signal processing toolbox, especially with the DWT and the level of the coefficients. I am not sure but I think there might be a mistake, using the WA Discrete Wavelet Transform VI. First of I think the example program Get and Set Single Level Detail Coefficients.vi. I think if I want the Level 1 Coefficients, that I get the Coefficients of level 2, because if I use almost the same part in a different program I get out of a data set of 10000 at level 1 only 2500 Detailed Level 1 Coefficients. I think there should be 5000 data points. I get 5000 data points, if I use level 0, but there are no level zero coefficients. The same thing happens with the WA Get Single-level Coeffs and Reconstruction.vi . It seems like there is a shift to the Coeffs array. I understand this array like this: Example Level 5 analysis
[A5, D5, D4, D3, D2, D1]
Level 1 gets the D2 Coefficients and should get the D1.
I would be very thankful for any help!
With Regards
André
01-29-2008 08:07 AM
Get and Set Single Level Detail Coefficients.vi, I