代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/331439/12828966

m tril.m

function d = tril(v, k) % TRIL Extract lower triangular part. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828980

m fix.m

function a = fix(q) % FIX Round towards zero. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828992

m isempty.m

function tf = isempty(q) % ISEMPTY True for empty matrix. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/331439/12828996

m acosh.m

function Y = acosh(X) % ACOSH Inverse hyperbolic cosine. % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/244937/12830846

m ip_02_05.m

% MATLAB script for Illustrative Problem 5, Chapter 2. clear echo on % first part Sx1=[ones(1,32)]; Rx1=ifft(Sx1,32); % second part Sx2=[ones(1,16),zeros(1,224),ones(1,16)]; Rx2=ifft(Sx2,256)
www.eeworm.com/read/244937/12831178

m ip_05_07.m

% MATLAB script for Illustrated Problem 5.7. clear echo on n0=.5*randn(100,1); n1=.5*randn(100,1); n2=.5*randn(100,1); n3=.5*randn(100,1); x1=1.+n0; y1=n1; x2=n2; y2=1.+n3; plot(x1,y1,'o',x
www.eeworm.com/read/244800/12843165

m dijkstra.m

function D = dijkstra_m( G , S ) % -------------------------------------------------------------------- % Mark Steyvers, Stanford University, 12/19/00 % ---------------------------------------
www.eeworm.com/read/143759/12847376

xml info.xml

12 Higher-Order Spectral Analysis Toolbox matlab $toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/143759/12847413

xml info.xml

12 Higher-Order Spectral Analysis Toolbox matlab $toolbox/matlab/general/matlabicon.gif
www.eeworm.com/read/244560/12856462

m caiseerwei.m

I=imread('E:\毕业设计\matlab\Lena256.bmp','bmp'); %I=rgb2gray(I); [LL1,HL1,LH1,HH1]=dwt2(I,'db1'); subplot(2,2,1);imshow(LL1,[]); title('近似分量'); subplot(2,2,2);imshow(HL1); title('水平细节'); subplot