代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/292921/8323505
m fs1016.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/292921/8323580
m pctorc.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/292921/8323604
m puthex.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/292921/8323608
m polefilt.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 cod
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