Hadamard matrix generation

This script generates Hadamard matrix.
409 download
Aggiornato 18 dic 2011

Visualizza la licenza

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

Cita come

Kamlesh Pawar (2024). Hadamard matrix generation (https://www.mathworks.com/matlabcentral/fileexchange/34252-hadamard-matrix-generation), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0