I am newbie in Signal Processing, In here I want to ask how to use Daubechies orthogonal wavelet 'db6' to filter a array data, for example like this:
x = [1,2,3,4]
I have read the documentation in here, but i did not find an idea to do it.
I am newbie in Signal Processing, In here I want to ask how to use Daubechies orthogonal wavelet 'db6' to filter a array data, for example like this:
x = [1,2,3,4]
I have read the documentation in here, but i did not find an idea to do it.
May be you can use
mlpy.wavelet
and try this one:For detail explanation you can visit here