Functions
>
Signal Processing
>
Additional Transforms
> Walsh Transform
Walsh Transform
•
walsh(n, k)
—Returns the kth Walsh function of order
n
.
Arguments
•
n
is an integer, the order of the walsh function (implying 2
n
data points). 0 ≤
n
≤ 12.
•
k
is an integer, the index of the transformed value. 0 ≤
k
≤ 2
n-1
.
Related Topics
About Functions for Additional Transforms
Was this helpful?
This site works best with JavaScript enabled