Hadamard matrix generation
Version 1.0.0.0 (1.21 KB) by
Kamlesh Pawar
This script generates Hadamard matrix.
This script generates hadamard matrix which can be used to calculate Hadamard Transform as
H = generate_hadamard(256);
I = phantom(256);
Hr_1d = H*I; %% 1D hadamard transform
Hr_2d = H*I*H'; %% 2D hadamard transform
Cite As
Kamlesh Pawar (2026). Hadamard matrix generation (https://www.mathworks.com/matlabcentral/fileexchange/34252-hadamard-matrix-generation), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Signal Processing > Signal Processing Toolbox > Transforms, Correlation, and Modeling > Transforms > Hilbert and Walsh-Hadamard Transforms >
Find more on Hilbert and Walsh-Hadamard Transforms in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
