代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/154760/11928876

m tutor1.m

% ADSP Toolbox: Version 2.0 % For use with "Analog and Digital Signal Processing", 2nd Ed. % Published by PWS Publishing Co. % % Ashok Ambardar, EE Dept. MTU, Houghton, MI 49931, USA % http://
www.eeworm.com/read/154760/11929454

m adjustpath.m

function adjustpath(fname) %ADJUSTPATH Adjust the Matlab path. % ADJUSTPATH(fname) checks that the file fname is on the MATLABPATH % in a single location. Depending on fname the following will oc
www.eeworm.com/read/343744/11930742

readme

--------------------------------------------------------------------------- --------------------- Sparse QR factorization in MATLAB ------------------- ------------------------------------------------
www.eeworm.com/read/342210/12035202

txt readme.txt

This software pertains to an IEEE 802.11a system. Unzip the winzip file and store the files in the current directory. The file is "IEEE80211a.mdl" file to be opened using simulink. The model is self-
www.eeworm.com/read/342158/12038152

dat bookinfo.dat

[General Information] 书名=matlab信号处理详解 作者= 页数=348 SS号=0 出版日期=
www.eeworm.com/read/341201/12103638

html index.html

www.eeworm.com/read/152112/12139037

m linsht.m

function L=linsht(F1,F2,a,b,alpha,beta,M) %Input - F1 and F2 are the systems of first-order equations % representing the I.V.P.'s (9) and (10), respectively; % input as strings '
www.eeworm.com/read/152112/12139046

m tpcoeff.m

function [A,B]=tpcoeff(X,Y,M) %Input - X is a vector of equally spaced abscisssas in [-pi, pi] % - Y is a vector of ordinates % - M is the degree of the trigomometric polynomial %O
www.eeworm.com/read/152112/12139088

m heun.m

function H=heun(f,a,b,ya,M) %Input - f is the function entered as a string 'f' % - a and b are the left and right endpoints % - ya is the initial condition y(a) % - M is the nu
www.eeworm.com/read/152112/12139133

m romber.m

function [R,quad,err,h]=romber(f,a,b,n,tol) %Input - f is the integrand input as a string 'f' % - a and b are upper and lower limits of integration % - n is the maximum number of rows in