in my project i am using discrete haar wavelet transform decomposition on image. in that LL,LH,HL,HH subband represents what? and frequency range of each is what?and uses
Afficher commentaires plus anciens
in my project i am using discrete haar wavelet transform decomposition on image. in that LL,LH,HL,HH subband represents wat? and frequency range of each is what?and uses
Réponses (1)
Wayne King
le 31 Mar 2013
Modifié(e) : Wayne King
le 31 Mar 2013
0 votes
In the 2-D DWT, the filters are "essentially" halfband filters about the quadrature frequency of pi/2 radians/sample, or 1/4 cycles/sample.
So LL is a separable filtering from [-pi/2 pi/2] in the X-direction and [-pi/2 pi/2] in the Y-direction
LH is a separable filtering from [-pi/2 pi/2] in the X-direction and [-pi -pi/2, pi/2 pi] in the Y-direction
HL is a separable filtering from [-pi -pi/2, pi/2 pi] in the X-direction, and from -pi/2 pi/2] in the Y-direction
HH is a separable filtering from [-pi -pi/2, pi/2 pi] in both X and Y.
Keep in mind that the halfband approximation is much better with longer scaling and wavelet filters -- the Haar is such a short filter that the frequency localization is actually not very good.
Catégories
En savoir plus sur Wavelet Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!