Hadamard matrix generation

版本 1.0.0.0 (1.2 KB) 作者: Kamlesh Pawar
This script generates Hadamard matrix.
411.0 次下载
更新时间 2011/12/18

查看许可证

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

引用格式

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

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Hilbert and Walsh-Hadamard Transforms 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0