-
ANT
蚁群优化算法解决tsp问题基本matlab源码(Ant colony optimization algorithm to solve the problem tsp basic matlab source)
- 2008-01-05 09:46:53下载
- 积分:1
-
matrixscott
this is matrix converter file with simulink
- 2010-12-28 14:31:01下载
- 积分:1
-
DigitalSignalPrecessing
一本描述声音信号处理的书,包括matlab的仿真过程(It s very good to descript on the signal processing including the step working on Matlab)
- 2010-10-28 11:28:19下载
- 积分: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
-
jiyumatlabdeyuyinjiangzao
这是基于MATLAB的语音降噪研究资料。里面包括带噪语音以及处理后的结果,还包括源代码(This is a MATLAB-based voice noise reduction research data. Which includes the results of Noisy Speech and processing, and also include the source code)
- 2012-07-26 22:15:57下载
- 积分:1
-
GCNN
神经网络,基于广义同余神经网络的非线性系统辨识仿真(failed to translate)
- 2013-05-08 23:18:11下载
- 积分:1
-
MATLAB_Kelley
Kelly的Solving Nonlinear Equations with Newton’s Method一书附带的Matlab程序。(The MATLAB codes for the solvers and all the examples
accompany this book.I have used the three main solvers nsold.m,
nsoli.m, and brsola.m from the collection of MATLAB codes in my own research.
The codes were designed for production work on small-to-medium scale problems having
at most a few thousand unknowns. Large-scale problems are best done in another language
with a high-quality public-domain code.)
- 2010-11-23 11:26:59下载
- 积分:1
-
2
说明: 完整的雷达定位仿真 研究雷达定位有参考作用 程序绝对好使(Complete radar simulation support multiple antenna position number absolutely so that program
)
- 2012-05-16 17:20:24下载
- 积分:1
-
BCT
有复杂网络有关的各种指标的计算工具包,包括最短路径长度,各种中心指标(The complex network of various indicators calculated Kit, including the length of the shortest path, various centers indicators)
- 2020-07-03 13:00:01下载
- 积分:1
-
mfcc
说明: 基于人耳识别听觉系统基础的梅尔频谱倒谱系数(MFCC),本次设计采用经过小波包阈值降噪处理的音频文件,提取出其相应的MFCC特征矩阵,以便做接下来的分析!(Based on the Mel spectrum cepstrum coefficient (MFCC) of human ear recognition and hearing system, this design uses the audio file processed by wavelet packet threshold denoising, and extracts its corresponding MFCC feature matrix for the next analysis!)
- 2020-12-23 16:08:48下载
- 积分:1