哈达玛矩阵 matlab,Matlab生成哈达玛矩阵的C语言实现 您所在的位置:网站首页 matlab生成哈达玛矩阵 哈达玛矩阵 matlab,Matlab生成哈达玛矩阵的C语言实现

哈达玛矩阵 matlab,Matlab生成哈达玛矩阵的C语言实现

2024-06-04 23:46| 来源: 网络整理| 查看: 265

转自:https://blog.csdn.net/LQMIKU/article/details/79091030

Matlab源代码

参考以下代码1:

function H = hadamard(n,classname)

%HADAMARD Hadamard matrix.

% HADAMARD(N) is a Hadamard matrix of order N, that is,

% a matrix H with elements 1 or -1 such that H'*H = N*EYE(N).

% An N-by-N Hadamard matrix with N > 2 exists only if REM(N,4)=0.

% This function handles only the cases where N, N/12 or N/20

% is a power of 2.

%

% HADAMARD(N,CLASSNAME) produces a matrix of class CLASSNAME.

% CLASSNAME must be either 'single' or 'double' (the default).

% Nicholas J. Higham

% Copyright 1984-2005 The MathWorks, Inc.

% Reference:

% S. W. Golomb and L. D. Baumert, The search for Hadamard matrices,

% Amer. Math. Monthly, 70 (1963) pp. 12-17.

if nargin < 2, classname =



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

      专题文章
        CopyRight 2018-2019 实验室设备网 版权所有