-
echo-cancellation
利用lms算法,实现回波抵消,消除回声信道返回的噪声信号。(Least means squares (LMS algorithm, realize the echo offset, eliminate the noise signal back to the echo channel.)
- 2011-12-14 15:37:08下载
- 积分:1
-
ck_conty
说明: ck_conty为判断图的连通性的matlab mex文件,另附带包含BFS和DFS的C源程序(ck_conty for judging connectivity map matlab mex file, and the other side contains the BFS and DFS)
- 2008-09-05 22:18:25下载
- 积分:1
-
matrix
说明: C++矩阵运算,可以像matlab那样轻松使用(C++ matrix computation)
- 2010-04-20 10:09:02下载
- 积分:1
-
atlexamp
Leveraging C++ Applications Using COM An Example Using ATL COM利用COM继承的文档视图结构的应用程序的例子(Leveraging C Applications Using COM An Example Using ATL COM COM files View succession of application examples)
- 2005-02-21 17:36:46下载
- 积分:1
-
LFM
该程序可以用于产生LFM信号,并输出在理想和加噪情况下分别经过匹配滤波器后的结果。(The program can be used to generate LFM signal, and outputs the noise in the ideal case and processing each of the results after the matched filter.)
- 2013-12-14 15:56:00下载
- 积分:1
-
K-mean
最近邻分类器是一个用来聚类的算法,可以用来对iris数据进行聚类(k-means is a neanest alogorim)
- 2011-06-28 12:14:32下载
- 积分:1
-
PCA
主成分分析的Matlab程序,包括完整的计算过程,相关参数计算及绘图(Principal component analysis)
- 2015-01-23 11:25:04下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1
-
FORKIN
matlab的工具,常用的工具,非常有用的(matlab tools, commonly used tools, very useful)
- 2009-11-27 15:34:41下载
- 积分:1
-
fuzzyPID
fuzzy pid control motor
- 2015-01-09 19:46:47下载
- 积分:1