-
matlab-Voice-Processing
matlab声音处理文件,可以实现声音变调和变速。(matlab sound processing files, voice tone change and variable speed.)
- 2013-03-11 17:20:52下载
- 积分:1
-
code
在MATLAB下实现了图像的方块编码功能(Achieve the image in the MATLAB code in the box functionality)
- 2009-12-13 18:13:53下载
- 积分:1
-
communication
说明: 通信原理软件实验,有关于各种变换,BBS,F2T,T2F等等(Communication Theory software experiments on a variety of transformations, BBS, F2T, T2F, etc.)
- 2010-03-16 21:03:56下载
- 积分:1
-
fz
说明: 关于MATLAB能量检测频谱感知算法的研究代码(MATLAB energy detection on spectrum sensing algorithm code)
- 2011-03-23 17:17:52下载
- 积分: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
-
psf2dshift
使用matlab分析传统光学系统中加入三次相位掩模板之后其点扩散函数的焦点偏移(Analysis using matlab conventional optical system by adding three phase mask after the point spread function of its shift in focus)
- 2013-08-28 17:02:02下载
- 积分:1
-
lunkai_V6.7
可以广泛的应用于数据预测及数据分析,计算晶粒的生长,入门级别程序,包含特征值与特征向量的提取、训练样本以及最后的识别。( Can be widely used in data analysis and forecast data, Calculation of growth, entry-level program grains Contains the eigenvalue and eigenvector extraction, the training sample, and the final recognition.)
- 2016-06-12 14:27:52下载
- 积分:1
-
case118
电力系统IEEE118节点系统潮流计算所需数据(Data needed for power flow calculation of power system IEEE118 test system)
- 2018-09-10 19:06:47下载
- 积分:1
-
vba-program
vba程序,按顺序打开目录下文件,运行已有的宏。(vba procedures, in order to open the directory file, and run existing macros.)
- 2012-11-05 09:28:23下载
- 积分:1
-
sort
Conceptually, a merge sort works as follows
Divide the unsorted list into n sublists, each containing 1 element (a list of 1 element is considered sorted).
Repeatedly merge sublists to produce new sorted sublists until there is only 1 sublist remaining. This will be the sorted list.
- 2013-12-01 01:52:17下载
- 积分:1