Sequency (Walsh) ordered Hadamard matrix

generate a sequency (Walsh) ordered Hadamard matrix of size N.

You are now following this Submission

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://in.mathworks.com/matlabcentral/fileexchange/19673-sequency-walsh-ordered-hadamard-matrix), MATLAB Central File Exchange. Retrieved .

Acknowledgements

Inspired by: Sequency(Walsh) ordered Hadamard matrix

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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.