代码搜索:MATLAB

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

代码结果 10,000
www.eeworm.com/read/294203/8246978

m sign.m

function Y = sign(X) % SIGN Signum function % (Quaternion overloading of standard Matlab function.) % Copyright
www.eeworm.com/read/393436/8287391

txt read_me.txt

The following files provide a Matlab based demonstration of the GP classifier for multiple classes as detailed in the paper Girolami, M., Rogers, S., Variational Bayesian Multinomial Probit Regr
www.eeworm.com/read/393202/8304937

m a_b_mul.m

%此程序是为了观察Matlab自己的矩阵相乘的时间复杂度而设计的 clear,clc n=2:500; for i=2:500 A=rand(n(i-1)); B=rand(n(i-1)); tic,C=A*B;T(i-1)=toc; end p1=polyfit(n,T,3); n2=1:1:530; T2=polyval(p1,n2); plot
www.eeworm.com/read/292921/8323349

m dcodcbg.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/8323378

m qd.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/8323382

m packtau.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/8323387

m delay.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/8323389

m cpack.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/8323397

m celpstat.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/8323400

m zerofilt.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