-
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
-
correlation-dimension
GP算法计算关联维的 Matlab 程序
GP算法计算关联维的 Matlab 程序(GP algorithm for calculating the correlation dimension of the Matlab program GP correlation dimension algorithm of Matlab procedures)
- 2010-05-27 15:36:55下载
- 积分:1
-
sar_return_huibo
发射线性调频信号,假定三个点目标,模拟信号碰到目标返回后的回波。(Transmit chirp signal, assuming three points target, the target return echo analog signal after the encounter.)
- 2014-03-15 09:52:48下载
- 积分:1
-
多阵元天线方向图的形成
多阵元天线方向图的形成,可用于和差波束测角,代码已经用过很多年,实测非常实用!(beam forming)
- 2016-08-19 19:27:27下载
- 积分:1
-
phrasalverbgetworksheet1
pharse verb get .........................................
- 2010-03-10 12:41:15下载
- 积分:1
-
ZUIXIAOERCHENG
利用matlab采用最小二乘法很好的实现了振动阻尼的数值求解(Least square method using matlab realize very good vibration damping of the numerical solution)
- 2008-08-20 16:43:11下载
- 积分:1
-
MP
说明: Sparse representation, greedy algrithm
- 2014-11-30 19:59:53下载
- 积分:1
-
MUSIC-Algorithm-for-document
这是关于MUSIC算法的文档。希望对初学空间谱估计的人有帮助!(This is the document of MUSIC algorithm. I hope it can help beginners of spatial spectrum estimation.
)
- 2014-02-16 18:17:39下载
- 积分:1
-
matlabmylib
sinc插值函数,在SAR、ISAR,通信等信号处理中有广泛的应用,是非常好的学习代码。(sinc interpolation function, there is a wide range of applications in the SAR, ISAR, communications and other signal processing, is a very good learning code.)
- 2020-09-09 16:48:02下载
- 积分:1
-
自适应
说明: lms消噪 语音降噪,自适应滤波算法,进行改进,误差调节三个参数(LMS denoising, speech denoising, adaptive filtering algorithm, improved, error adjustment of three parameters)
- 2020-12-09 19:17:59下载
- 积分:1