-
ModernCommunicationSystemUsingMatlab
经典国外教材‘现代通信系统使用matlab’的中文电子版(morden communication system use matlab)
- 2009-07-20 16:52:29下载
- 积分:1
-
G729-coder
说明: G。729算法的MATLAB程序实现,用于算法仿真(G。729)
- 2009-08-20 16:41:34下载
- 积分:1
-
compare
int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i ++)
{
if (a[i] != b[i])
{
return i
}
}
return -1
}
(int compare(const char* a, const char* b, int size)
{
for (int i = 0 i < size i++)
{
if (a[i] != b[i])
{
return i
}
}
return-1
}
)
- 2014-09-02 13:53:50下载
- 积分:1
-
Lms_quzao
LMS算法用于去噪,在信号加噪情况下去除噪声,代码简单(LMS algorithm for noise removal, to remove noise in the signal plus noise case, the code is simple)
- 2012-10-19 12:36:24下载
- 积分:1
-
apiextMATLAB6p1
You can call your own C or Fortran subroutines from MATLAB as if they were
built-in functions. MATLAB callable C and Fortran programs are referred to
as MEX-files. MEX-files are dynamically linked subroutines that the MATLAB
interpreter can automatically load and execute.
- 2013-11-19 14:28:02下载
- 积分:1
-
111
基于MATLAB的近邻法剪辑算法的实验,源代码,及数据分析(Based on the MATLAB nearest-neighbor method clip algorithm experiment, the source code, and data analysis )
- 2011-01-07 11:19:15下载
- 积分:1
-
AdaptiveFilter
自适应滤波算法的教程及Matlab仿真程序(Tutorial course and Matlab simulation code of adaptive filtering algorithm)
- 2010-02-23 13:30:22下载
- 积分:1
-
Adaptivecontrolpaper
Paper for adaptive control system introduce
- 2010-05-17 16:12:57下载
- 积分:1
-
jiumeng
验证可用,基于欧几里得距离的聚类分析,小波包分析提取振动信号中的特征频率。( Verification is available, Clustering analysis based on Euclidean distance, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2016-09-06 17:56:55下载
- 积分:1
-
Chapter1
MATLAB教程第八章 MATLAB的GUI 程序设计(Matlab GUI)
- 2009-04-28 14:02:05下载
- 积分:1