One dimensional discrete wavelet analysis - How to code it
Show older comments
Hi
I am using the Wavelet design and analysis package for signal processing, specifically the Wavelet 1-D package. The GUI makes it very easy to use and I can break my signal down easily into approximations and details, and can export it easily to the workspace and use it from there.
My issue is, I need to automate the process, so Im trying to write a script that does the whole thing for me, using the swt() function.
Is that the right approach?
For example, in the GUI, I select the level to be 7 and I use db 10.
My code is then
[approximations, details] = swt(zoom_proc, wavelet_level, 'db10');
where zoom_proc is the signal I am using (it's length is correct for swt)
But, the data is completely different from that which I get in the GUI?
Any ideas?
Thanks
Accepted Answer
More Answers (0)
Categories
Find more on Signal Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!