Sequency (Walsh) ordered Hadamard matrix

generate a sequency (Walsh) ordered Hadamard matrix of size N.
1.5K Downloads
Updated 23 Jun 2008

No License

This function generates a sequency (Walsh) ordered Hadamard matrix of size N.

A previously submitted m file already implements this, but this is a much faster algorithm.

Cite As

Quentin Spencer (2026). Sequency (Walsh) ordered Hadamard matrix (https://www.mathworks.com/matlabcentral/fileexchange/19673-sequency-walsh-ordered-hadamard-matrix), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2008a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Acknowledgements

Inspired by: Sequency(Walsh) ordered Hadamard matrix

Version Published Release Notes
1.0.0.0

A reviewer pointed out that the previous version required the function bi2de, which is part of the communication toolbox. I have changed that function call to instead use bin2dec, which part of the base MATLAB distribution.