-
findSaddledot
找出一个4行5列的二维数组的”鞍点”,即该位置上的元素在该行上最大,在该列上最小。也有可能没有鞍点。(identify a line 4 5 2-D array of "saddle point," that is the position of the element in the largest firms, out of the smallest. They may not saddle point.)
- 2007-06-10 15:57:59下载
- 积分:1
-
20090402_4479043_0
精通MATLAB编程,绝对的好书,精通MATLAB编程,绝对的好书,(Proficient in MATLAB programming, the absolute good book)
- 2011-04-26 18:45:36下载
- 积分:1
-
101
常胜将军 :在计算机后走的情况下,要想使计算机成为“常胜将军”,必须找出取 关键。根据本题的要求枷以总结出,后走一方取子的数量与对方刚才一步取子的数量之和等于,就可以保证最后一个子是留给先取子的那个人的。(Ever Victorious General: On the computer where to go, in order to make the computer become " Ever Victorious generals" must be taken to find the key. According to the requirements of this title thoughts to conclude that one party to take the child away after the number of step with each other just to take the child and is equal to the quantity, we can ensure that a child is left to the first final to take the child of that individual.)
- 2009-11-15 21:31:07下载
- 积分:1
-
usart2
这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典(gggggggggggggg)
- 2010-08-24 10:46:15下载
- 积分:1
-
LMS
1,、设置变量和参量:
X(n)为输入向量,或称为训练样本
W(n)为权值向量
e(n)为偏差
d(n)为期望输出
y(n)为实际输出
η为学习速率
n为迭代次数
2、初始化,赋给w(0)各一个较小的随机非零值,令n=0
3、对于一组输入样本x(n)和对应的期望输出d,计算
e(n)=d(n)-X^T(n)W(n)
W(n+1)=W(n)+ηX(n)e(n)
4、判断是否满足条件,若满足算法结束,若否n增加1,转入第3步继续执行(, set the variables and parameters:
X (n) is the input vector, otherwise known as the training sample
W (n) for the weight vector
e (n) for the deviation
d (n) is the desired output
y (n) is the actual output
η is the learning rate
n is the number of iterations)
- 2011-12-10 20:22:05下载
- 积分:1
-
svpwm
Vector_Control_SVPWM SPWM matlab 编程(Vector_Control_SVPWM Vector_Control_SVPWM SPWM matlab 编程)
- 2013-10-17 18:03:13下载
- 积分:1
-
zuoxishijian
课程设计 作息时间控制 nimei miiii(Curriculum design schedule control nimei miiii)
- 2013-12-19 17:46:57下载
- 积分:1
-
wmflogicgenery
由于最近做一个项目需要对MATLAB电路图做测试,且需要满足MCDC且覆盖每个门,由于
手工生成非常麻烦而且也容易出错,所以做了个工具来自动生成测试用例(With the recent need to do a project on the MATLAB test circuit, and the need to meet and MCDC coverage of each door, hand-generated as a result of a very troublesome and error-prone, so do a tool to automatically generate test cases)
- 2009-06-26 09:50:36下载
- 积分:1
-
MpskSim
无线通信调制C++源代码,包含MPSK调制算法(Wireless communication modulation C++ source code, including MPSK modulation algorithm)
- 2014-08-07 07:34:44下载
- 积分:1
-
matlab_vc_mex
混合编程方法,便于VC++与matlab进行混合编程(matlab and vc++ mex)
- 2009-09-27 18:44:23下载
- 积分:1