代码搜索:MATLAB LMD

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

代码结果 10,000
www.eeworm.com/read/162603/10292314

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/162603/10292395

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/162603/10292416

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/162603/10292419

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/162603/10292423

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/162197/10326332

dat bookinfo.dat

[General Information] 书名=MATLAB通信仿真与应用 作者= 页数=326 SS号=10331112 出版日期=
www.eeworm.com/read/161505/10400292

txt readme.txt

This version of uigetfiles.dll will run on MATLAB 6.0 (R12) through 6.5 (R13) for Windows at least. It may work on future versions as well. This version can also be compiled into a standalone ap
www.eeworm.com/read/353896/10407283

m randn.m

%R=randn(m,n) 生成标准正态分布的m行n列随机矩阵 %RANDN Normally distributed random numbers. % RANDN(N) is an N-by-N matrix with random entries, chosen from % a normal distribution with mean zero and variance
www.eeworm.com/read/353830/10415091

h matlabeng.h

#ifndef _MATLAB_ENGINE_H_ #define _MATLAB_ENGINE_H_ //////////////////////////////////////////////////////////////////////////// // Copyright : 27 May 2003 // // Email: a.riazi@misbah3com.com
www.eeworm.com/read/161098/10451789

m ex0101.m

%MATLAB命令窗口的字符和数值的不同颜色显示 a=12.5 b='Hello' if a>0 c=5 ,end