Output matrix from Wavelet Toolkit 3D Wavelet Power Spectrum [message #88852] |
Wed, 25 June 2014 08:36  |
swensons
Messages: 1 Registered: June 2014
|
Junior Member |
|
|
Hello,
I am trying to get an output matrix from the Wavelet Toolkit in order to 'filter' out the large frequencies in my data. While the Multiresolution Analysis tool does provide a way of visualizing the filter, I need to be able to do this qualitatively.
If anyone knows of a way to do this, please let me know.
Thanks!
|
|
|
Re: Output matrix from Wavelet Toolkit 3D Wavelet Power Spectrum [message #88855 is a reply to message #88852] |
Thu, 26 June 2014 06:55  |
Phillip Bitzer
Messages: 223 Registered: June 2006
|
Senior Member |
|
|
On Wednesday, June 25, 2014 10:36:01 AM UTC-5, swen...@stolaf.edu wrote:
>
> I am trying to get an output matrix from the Wavelet Toolkit in order to 'filter' out the large frequencies in my data. While the Multiresolution Analysis tool does provide a way of visualizing the filter, I need to be able to do this qualitatively.
>
> If anyone knows of a way to do this, please let me know.
>
It's been a while since I used the Wavelet Toolkit, but I can't remember an easy way.
Of course, most (all?) wavelet routines are available for you to dig around in, so I suppose you could throw a breakpoint somewhere and step through the code. Then, you could export your data when the time is right.
|
|
|