-
sysidjob2
该程序涉及了一阶系统、二阶系统的阶跃响应下的系统辨识方法。(The procedure involves first-order system, second-order system step response of system identification methods.)
- 2012-06-09 17:20:09下载
- 积分:1
-
104
数字移动:图中的九个点上,空出中间的点,其余的点上任意填入数字1到8.1的位置固定不动,然后移动其余的数字,使1到8顺时针从小到大排列.移动的规律是:只能将数字沿线移向空白的点.
(Digital Mobile: Figure in the nine points, empty out the middle point, the rest of the points fill any position of the numbers 1 to 8.1 fixed and then move the rest of the figures, and make 1-8 clockwise from small to large array . The law of movement is: can only move along the number of blank spots.)
- 2009-11-15 21:33:11下载
- 积分: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
-
dianwei1
电位电极系测井曲线,用matlab编写,可用于学测井的人参考(Potential electrode system logs, prepared by matlab, people can learn logging for reference)
- 2013-11-29 14:32:56下载
- 积分:1
-
signal-processing-toolbox
matlab 信号处理工具箱,信号系统模型,线性非线性模型(matlab signal-processing-toolbox)
- 2012-01-12 11:55:28下载
- 积分:1
-
matlab4
利用matlab进行五点三次法平滑处理(时域和频域)(Using matlab 5.3 times France smoothing process (time domain and frequency domain))
- 2013-09-15 10:46:29下载
- 积分:1
-
houghbianhuan
hough变换,matlab编程。Hough变换是一种使用表决原理的参数估计技术。其原理是利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。(hough transform, matlab programming. Hough transform is a vote on the principle of using a parameter estimation techniques. The principle is the point of the image space using the Hough parameter space and line- duality converting the detection problem in the image space to the parameter space. By a simple statistical accumulated in the parameter space, and then in the Hough parameter space to find a method of detecting the peak accumulator line.)
- 2014-08-27 10:37:38下载
- 积分:1
-
com
MSP430X44X系列的串口通讯操作完整程序(COM USED IN MSP430)
- 2009-07-17 17:22:41下载
- 积分:1
-
213test
说明: (213)卷积码编码译码C程序
卷积码编码及其译码的C程序设计方案,以213为例说明,希望对大家有用
((213) convolutional code encoding decoding C program)
- 2010-05-02 13:32:50下载
- 积分:1
-
BP
说明: BP 算法的实现,分别包含了C++,Matlab,Forturn等几种语言的实现方法
- 2009-07-27 16:15:57下载
- 积分:1