Contents
walsh_S_matrix()
Tutorials
Return Walsh S-matrix of order n
n (int): Matrix order. n+1 should be a power of two.
np.ndarray: n-by-n array
Walsh-ordered Hadamard S-matrix of order 7
>>> print(walsh_S_matrix(7))