LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Different results obtained by Matlab and Labview in wavelet analysis

I have a set of data, which I wish to decompose through a 6 level and db9 wavelet. In Maltlab, I used the following script to get the level and the coefficients:

[C,L]=wavedec(x2,6,'db9');

 

But I could not get the same coefficients as by Matlab, when I use the WA Discrete Wavelet Transform in the advanced signal processing toolkits.

 

How should I get the same results in Labview? The attachment is the initial data (x2.txt) and the VI I used to calculate the coefficients FYI.

 

Thanks a lot!

 

Download All
0 Kudos
Message 1 of 1
(2,536 Views)