In the pseudo code of haar transfom provided by Wavelets for Computer Graphics. Before implementing the decomposition step, we need to divide the coefficients C by $\sqrt{h}$ for normalization. Can anyone explain why we need this step and how can it normalize our coefficients.
Thanks.