代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/152247/12131180

m exa090702.m

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

m milne.m

function M=milne(f,T,Y) %Input - f is the function entered as a string 'f' % - T is the vector of abscissas % - Y is the vector of ordinates %Remark. The first four coordinates of T
www.eeworm.com/read/152112/12139029

m ls.m

function L=ls(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 % - a and b are the endpoin
www.eeworm.com/read/152112/12139051

m dirich.m

function U=dirich(f1,f2,f3,f4,a,b,h,tol,max1) %Input - f1,f2,f3,f4 are boundary functions input as strings % - a and b right endpoints of [0,a] and [0,b] % - h step size % - tol is the
www.eeworm.com/read/152112/12139080

m bisect.m

function [c,err,yc]=bisect(f,a,b,delta) %Input - f is the function input as a string 'f' % - a and b are the left and right endpoints % - delta is the tolerance %Output - c is the zero %
www.eeworm.com/read/152112/12139118

m rctrap.m

function T=rctrap(f,a,b,n) %Input - f is the integrand input as a string 'f' % - a and b are upper and lower limits of integration % - n is the number of times for recursion %Output - T
www.eeworm.com/read/151608/12189196

html b_d.html

Books
www.eeworm.com/read/253463/12220734

txt m_sequence.txt

matlab生成m序列的函数 原来那个效率太低,主要是因为实际应用并不需要生成太长的m序列,加入了需求长度,能有效减少运行时间。25级的移位寄存器,运行了一个小时都没有出来一周期,我仅仅需要三千bit而已。改进版: function [seq]=mseq(connections,registers,len); %*************************************
www.eeworm.com/read/339239/12248048

c circle_f_mex.c

/* * MATLAB Compiler: 2.2 * Date: Tue Jun 25 12:26:00 2002 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ
www.eeworm.com/read/339239/12248239

c exm1_mex.c

/* * MATLAB Compiler: 2.2 * Date: Tue Jun 25 12:31:25 2002 * Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on" * "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integ