Qurak

FourierDCTMatrix

可用,但與 .wl 參考有差異

Generate the `n`×`n` discrete cosine transform matrix. The optional second

FourierDCTMatrix[n]
FourierDCTMatrix[n, m]
FourierDCTMatrix[1] → {{1}}FourierDCTMatrix[3] → {{1/Sqrt[3], 1/2, 1/(2*Sqrt[3])}, {1/Sqrt[3], 0, -(1/Sqrt[3])}, {1/Sqrt[3], -1/2, 1/(2*Sqrt[3])}}FourierDCTMatrix[3, 1] → {{1/2, 1/2, 1/2}, {1, 0, -1}, {1/2, -1/2, 1/2}}FourierDCTMatrix[3, 3] → {{1/Sqrt[3], 1/Sqrt[3], 1/Sqrt[3]}, {1, 0, -1}, {1/Sqrt[3], -2/Sqrt[3], 1/Sqrt[3]}}

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個