函數 > 信號處理 > 其他轉換 > Walsh 轉換
  
Walsh 轉換
walsh(n, k) - 傳回 n 階的第 k 個 Walsh 函數。
引數
n 是整數,walsh 函數的位階 (表示 2n 個數據點)。0 ≤ n ≤ 12.
k 是整數,轉換值的索引。0 ≤ k ≤ 2n-1