代码搜索:mimo matlab

找到约 10,000 项符合「mimo matlab」的源代码

代码结果 10,000
www.eeworm.com/read/332965/12715236

htm fanhui.htm

Untitled Document
www.eeworm.com/read/332965/12715243

htm mfun_index.htm

Untitled Document
www.eeworm.com/read/145526/12716806

m exa110701_pwelch.m

%------------------------------------------------------------------------- % exa1100701_pwelch.m, for example 11.7.1 and fig. 11.5.1(d) % to estimate the PSD of x(n) by Welch average; %------------
www.eeworm.com/read/145526/12716892

m exa090804_svd.m

%----------------------------------------------------------------------- % exa090804_svd.m, for example 9.8.4 % to test svd.m; % 在MATLAB6.1 和 MATLAB5.3下运行该程序,所得到的 U,V矩阵稍有不同, % 但奇异值是一样的 %---------
www.eeworm.com/read/145495/12717796

m matrices.m

% Appendix F: MATLAB Basics, Section F.3, p. 823-827. % % The MATLAB use of matrices described in Section F.3 % includes Figures F.12 - F.17. After each subtopic, a % pause is inserted to
www.eeworm.com/read/145494/12718005

htm my_books.htm

MATLAB 大观园 (薛定宇著作下载网页)
www.eeworm.com/read/145385/12729262

m ex3_23.m

X=input('Enter X:'); E=zeros(size(X)); F=eye(size(X)); n=1; while norm(F,1)>0 E=E+F; F=F*X/n; n=n+1; end E xpm(X) %调用MATLAB矩阵指数函数求矩阵指数
www.eeworm.com/read/145312/12736217

m rlsidentmompv.m

%变遗忘因子的实时算法 %di'=[-y(i),-y(i+1),...,-y(i+n-1),u(i),...u(i+n-1)] %系数向量o'=[an,...a1,bn,...b1] %p代表遗忘因子 %打开数据 %load('c:\\MATLAB701\\work\\data.mat'); %打开数据 data; %标量的输入 fprintf(1,'\n');%换行 n
www.eeworm.com/read/145312/12736222

m elsident.m

%增广最小二乘法 %di'=[-y(i),-y(i+1),...,-y(i+n-1),u(i),...u(i+n-1),e(i),...,e(i+n-1)] %系数向量o'=[an,...a1,bn,...b1,cn,...,c1] %打开数据 %load('c:\\MATLAB701\\work\\data.mat'); %打开数据 data; %标量的输入 fprin
www.eeworm.com/read/145312/12736224

m rlsident.m

%递推最小二乘法 %di'=[-y(i),-y(i+1),...,-y(i+n-1),u(i),...u(i+n-1)] %系数向量o'=[an,...a1,bn,...b1] %打开数据 %load('c:\\MATLAB701\\work\\data.mat'); %打开数据 data; %标量的输入 fprintf(1,'\n');%换行 n=input('input t