代码搜索:mimo matlab

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

代码结果 10,000
www.eeworm.com/read/483854/6596413

m q809.m

%《MATLAB在电子信息课程中的应用》第八章例8.9程序q809 % 连续和离散系统的多种输出响应曲线 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear,clf [a,b,c,d]=rmodel(4); s1=ss(a,b,c,d);Ts=0.2; sd1=c2d(s1,Ts,'t') t=0:Ts:25; u=sin(0.5*t); fo
www.eeworm.com/read/483854/6596418

m q42.m

%《MATLAB在电子信息课程中的应用》第四章第二节演示程序q42 % 矩阵变换函数库 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 format disp('a=round(rand(4,4)*10)'), echo on pause,a = [2 9 0 0; 0 4 1 4; 7 5 5 1; 7 8 7 4] pause,det(a) pause
www.eeworm.com/read/483854/6596419

m q811.m

%《MATLAB在电子信息课程中的应用》第八章例8.11程序q811 % 连续和离散系统的根轨迹绘制 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear,clf format compact disp('先分析连续系统'),pause s=tf(1,[1,12,30,50,0]) % 建立连续系统开环模型s figure(1),rloc
www.eeworm.com/read/482624/6620008

h congrad.h

/* mex header file for matlab interaction */ #include "/software/matlab6/extern/include/mex.h" #define ERRORMSG(T) mexErrMsgTxt(T) #define MALLOC(X) mxMalloc(X) #define FREE(X) mxFree(X) #define GE
www.eeworm.com/read/482655/6620699

m buttiir.m

%用matlab设计巴特沃思滤波器 %利用matlab设计IIR数字滤波器 % 第一步 按照需要的技术要求设计一个模拟滤波器 % 第二步用双线性变换法,把它映射成离散时间(数字)滤波器 [z,p,k]=buttap(2); [num,den]=zp2tf(z,p,k); wc=2;%desired cutoff frequency [num,den]=lp2lp(num,den,wc
www.eeworm.com/read/482010/6635182

c engwindemo.c

/* engwindemo.c * This is a simple program that illustrates how to call the MATLAB * Engine functions from a C program for windows * Copyright (c) 1996-1998 by The MathWorks, Inc. * All Rights
www.eeworm.com/read/481596/6635888

m pathdef.m

function p = pathdef %PATHDEF Search path defaults. % PATHDEF returns a string that can be used as input to MATLABPATH % in order to set the path. % Copyright 1984-2002 The MathWorks, Inc. %
www.eeworm.com/read/481728/6637362

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/481728/6637401

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/480814/6661966

txt mm5.txt

Mastering MATLAB 5: a comprehensive tutorial and reference 作者: Duane Hanselman、Bruce Littlefield ISBN: 0-13-858366-8 出版社: Prentice Hall 1998年 内容简介: 《精通MATLAB综合辅导与指南》一书的最新版