Haar wavelet transformation matrix implementation

Version 1.0.0.0 (1.84 KB) by jin
Create Haar wavelet transformation matrix
1.4K Downloads
Updated 4 Nov 2011

View License

Create Haar wavelet transformation matrix H for the matrix vector
multiplication implimentation of Haar wavelet transformation.
This function uses the following nice formula to create the Haar
transformation matrix:
H_n=1/sqrt(2)[H_(n/2) kron (1 1)
I_(n/2) kron (1 -1)],
where 'kron' denotes the kronecker product.
The iteration starts with H_1=[1]. The normalization constant 1/sqrt(2)
ensure that H_n^T*H_n=I, where I is identity matrix. Haar wavelets are the
rows of H_n.

Cite As

jin (2024). Haar wavelet transformation matrix implementation (https://www.mathworks.com/matlabcentral/fileexchange/33625-haar-wavelet-transformation-matrix-implementation), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Discrete Multiresolution Analysis in Help Center and MATLAB Answers

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0