You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
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 (2026). Haar wavelet transformation matrix implementation (https://www.mathworks.com/matlabcentral/fileexchange/33625-haar-wavelet-transformation-matrix-implementation), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.84 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 |
