Matlab DWT H-level
1 次查看(过去 30 天)
显示 更早的评论
I'm trying to implement some watermarking algorithm found in a paper. This is a line of the paper:
*Do the H-level DWT for all the renumbered segments.*
Then in simulation section the author explains the wavelet used for experiments.
*DWT transform adopted the common wavelet "Daubechies-1" and level H = 3.*
I just don't get what does H means, how do I input H=3 in matlab DWT function?
My actual code is:
[cA,cD] = dwt(audio,'db3');
Can someone help me?
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Discrete Multiresolution Analysis 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!