代码搜索:MATLAB LMD
找到约 10,000 项符合「MATLAB LMD」的源代码
代码结果 10,000
www.eeworm.com/read/292921/8323611
m int2bin.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/370634/9589786
txt install.txt
Installation instructions
-------------------------
In order to install this distribution of Rice Wavelet Tools version 2.4
released -
1. Properly set up your system to create MEX-files
www.eeworm.com/read/172642/9697755
txt readme.txt
NiDAQ(R) for MATLAB(R)
Version 0.1, 15-March-2000
BNM-LPTF, Observatoire de Paris
61, Avenue de l'Observatoire
75014 Paris - France
This toolbox allows to per
www.eeworm.com/read/172476/9705843
testrun
>>
>> dat = floor(now);
>> [yesday,yyyy,mm,dd] = datmil(dat-1)
yesday =
2000/03/30
yyyy =
2000
mm =
03
dd =
30
>>
>> %create the new directory
>> %(might need to add path for data)
www.eeworm.com/read/172473/9706164
m euler.m
function E=euler(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 n
www.eeworm.com/read/172473/9706201
m trisys.m
function X=trisys (A,D,C,B)
%Input - A is the sub diagonal of the coefficient matrix
% - D is the main diagonal of the coefficient matrix
% - C is the super diagonal of the coefficient matr
www.eeworm.com/read/172473/9706261
m difflim.m
function [L,n]=difflim(f,x,toler)
%Input - f is the function input as a string 'f'
% - x is the differentiation point
% - toler is the desired tolerance
%Output - L=[H' D' E']: H is the
www.eeworm.com/read/172473/9706264
m cheby.m
function [C,X,Y]=cheby(fun,n,a,b)
%Input - fun is the string function to be approximated
% - N is the degree of the Chebyshev interpolating polynomial
% - a is the left endpoint
%
www.eeworm.com/read/172473/9706282
m finedif.m
function U = finedif(f,g,a,b,c,n,m)
%Input - f=u(x,0) as a string 'f'
% - g=ut(x,0) as a string 'g'
% - a and b right endpoints of [0,a] and [0,b]
% - c the constant in the wave equati
www.eeworm.com/read/172473/9706288
m abm.m
function A=abm(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 an