cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Mallat algorithm and Wavelet Transform dwt (a, n, f,)

ptc-3011558
1-Newbie

Mallat algorithm and Wavelet Transform dwt (a, n, f,)

I have been employing the Mathcad function dwt(a,n,f,[o,[i]]), which is included in the Wavelet Extension Pack. When I tried to compare the results obtained with this function with those obtained by means of the Mallat algorithm, they differ. In particular, the transform coefficients differ. Does anybody know in detail how the matrix algorithm is implemented in the Mathcad function dwt(a,n,f)?
2 REPLIES 2
RichardJ
19-Tanzanite
(To:ptc-3011558)

It states in the Wavelets ebook that it uses the pyramid algorithm, which I believe is Mallat's algorithm. Have you to compared to the dwts and dwti functions to see if it's a question of boundary conditions? Richard

"Richard Jackson" wrote:

It states in the Wavelets ebook that it uses the pyramid algorithm, which I believe is Mallat's algorithm. Have you to compared to the dwts and dwti functions to see if it's a question of boundary conditions? Richard

Top Tags