(translator=Shilo, ChineseSource=Shilo-20020722-11.5\hadamard.html, EnglishSource=c:\matlabr12\help\techdoc\ref\hadamard.html)
MATLAB Function Reference    
hadamard

哈達瑪矩陣(Hadamard matrix)

Syntax

Description

H = hadamard(n) 回傳 n 階次(order)的哈達瑪矩陣。

Definition

哈達瑪矩陣由 1-1 組成,且行向量正交,

其中 [n n] = size(H)I = eye(n,n)

哈達瑪矩陣可應用在一些不同的領域,包括組合數學(combinatorics)、訊號處理(signal processing)及數值分析(numerical analysis)、[1]、[2]。

一個 n x n 的哈達瑪矩陣(n > 2),只有當 rem(n,4) = 0 成立時,才會存在。這個函式只能使用在 nn/12n/202 的指數次方時。

Examples

指令 hadamard(4) 產生 4 x 4 的矩陣:

See Also

compan, hankel, toeplitz

References

[1] Ryser, H. J., Combinatorial Mathematics, John Wiley and Sons, 1963.

[2] Pratt, W. K., Digital Signal Processing, John Wiley and Sons, 1978.


 guihandles hankel