-
Y-W
Yule—Walker方程构造信号的AR模型,Burg递推算法计算不同阶数的预测器系数(Yule-Walker equation for constructing the signal of AR model, Burg recursive algorithm to calculate the number of different order predictor coefficient)
- 2010-07-25 11:03:21下载
- 积分:1
-
Simple_PIDvsGPID
经典PID与增加了高阶微分的改进PID的对比程序。(The classical PID VS the GPID with high order PID differential.)
- 2015-01-21 14:06:42下载
- 积分:1
-
MATLAB_GUIDE
matlab guide ,用户手册,,,很好很全的资料。。。。(matlab guide ,用户手册,)
- 2015-03-29 16:06:31下载
- 积分:1
-
PV-MODEL-PACK
PV model for simulation in SimuLink Matlab
- 2011-05-20 00:32:28下载
- 积分:1
-
linearpoweramplifiercharacteristic
Linear power amplifier characteristic
- 2011-07-29 02:57:30下载
- 积分:1
-
plotsuanfa
常见的几种绘图算法的matlab实现--数学模型的建立与求解多需要此算法(Several common drawing algorithm matlab realize- mathematical modeling and solving more need for this algorithm)
- 2013-03-19 15:15:49下载
- 积分:1
-
QPSK
瑞利衰落信道下无分集,2分集,4分集,8分集的qpsk调制并与awgn信道对比(qpsk modulation)
- 2015-01-03 11:12:57下载
- 积分:1
-
MUSIC(-60_30)
MUSIC算法,信号源相关,信号源相关的,两个信号源(MUSIC,)
- 2010-12-13 10:54:14下载
- 积分:1
-
retmp
该法是经过改进的基于象素匹配的方法并且还含有图片,对进行景象匹配的朋友有所帮助(The Act are improved pixel-based matching method and also contains a picture of the scene matching to help a friend)
- 2009-03-24 10:00:32下载
- 积分: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