代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/292921/8323404

m mexcite2.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/8323496

m mexcite3.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/8323547

m intanaly.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/8323550

m mexcite1.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/370814/9584118

readme

Matlab Support Vector Machine Toolbox ------------------------------------- Author: Steve Gunn This toolbox was designed as a teaching aid, which matlab is particularly good for since source code is
www.eeworm.com/read/370634/9589723

install

In order to install this distribution of Rice Wavelet Tools version 2.4 released - 1. Properly set up your system to create MEX-files. Please refer to the "Matlab Application Program
www.eeworm.com/read/172821/9688089

dat bookinfo.dat

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

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/172473/9706207

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/172473/9706249

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