代码搜索:MATLAB LMD

找到约 10,000 项符合「MATLAB LMD」的源代码

代码结果 10,000
www.eeworm.com/read/144351/12801238

m q510.m

%《MATLAB在电子信息课程中的应用》第五章例5.10程序q510 % 有受控源的交流电路:戴维南定理 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact Z1=-j*250;Z2=250;ki=0.5;Is=2; % 设定元件参数 a11=1/Z1+1/Z2;a12=-1/Z2;a13=0; % 设定系数矩阵A
www.eeworm.com/read/144351/12801260

m q813.m

%《MATLAB在电子信息课程中的应用》第八章例8.13程序q813 % 二阶连续和采样系统bode图 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear,wn=10; for zeta=[0.1:0.3:1,] [n,d]=ord2(wn,zeta); s1=tf(n*wn^2,d); % 生成二阶连续系统 sd1=c2
www.eeworm.com/read/144351/12801308

m q511.m

%《MATLAB在电子信息课程中的应用》第五章例5.11程序q511 % 有受控源的交流电路:戴维南定理 % 电子工业出版社出版 陈怀琛 吴大正 高西全合著 2001年10月 clear, format compact R1=4;R2=2;R3=2; % 设定元件参数 Xl1=10;Xl2=8;XM=4;Xc=8; Us=10;Is=10; % 设定信号源参数 Y1
www.eeworm.com/read/144013/12823695

m exa090702.m

% ------------------------------------------------------------------- % exa090702.m, for example 9.7.2 and fig 9.7.2 % 连续小波变换。noissin 是MATLAB中带噪声的正弦信号。 % 本程序给出的是连续小波变换的灰度图表示。 %--------------------
www.eeworm.com/read/331444/12827940

-macreadme

MacReadMe How to compile a MEX file for Macintosh (Based on a similar note written by David Brainard and Denis Pelli to accompany the Psychophysics Toolbox.) A MEX file (short for "MATLAB extension")
www.eeworm.com/read/331439/12828612

m ctranspose.m

function t = ctranspose(a) % ' Quaternion conjugate transpose. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828618

m times.m

function q = times(l, r) % .* Array multiply. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828641

m fprintf.m

function count = fprintf(FID, format, A) % FPRINTF Write formatted data to file. % (Quaternion overloading of standard Matlab function.) % % Only one quaternion argument is permitted, unlike the stand
www.eeworm.com/read/331439/12828647

m cos.m

function Y = cos(X) % COS Cosine. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828729

m tan.m

function Y = tan(X) % TAN Tangent. % (Quaternion overloading of standard Matlab function.) % Copyright