필터 지우기
필터 지우기

Matlab DWT H-level

조회 수: 1 (최근 30일)
Jorge Zapata
Jorge Zapata 2013년 3월 21일
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개)

카테고리

Help CenterFile Exchange에서 Discrete Multiresolution Analysis에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by