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
Show older comments
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
Answers (1)
Wayne King
on 31 Mar 2013
Edited: Wayne King
on 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.
Categories
Find more on Wavelet Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!