-
viterbi
程序先进行卷积编码,然后进行viterbi译码,程序有纠错功能,中间出现误码,程序解码时会自动纠正(Convolution coding program first and then viterbi decoding program has error correction, the error appears in the middle, when the program will automatically correct decoding)
- 2014-11-23 08:20:58下载
- 积分:1
-
VC_Matlabairconditon
VC_Matlab air conditon主要讲述了基于VC 和Matlab环境下的空调设计方案(VC_Matlab air conditon mainly about VC and Matlab environment based on air-conditioning design)
- 2010-09-17 17:07:31下载
- 积分: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
-
bp_drag_new
对fluent默认的Syamlal drag law进行曳力修正,多相流模型中(drag modify model in fluent)
- 2013-12-14 11:52:06下载
- 积分:1
-
MatforMFC
这是一个用AnCAD公司的matfor图形包写的一个小程序,实现了类似matlab封面三维图形功能,用该图形包代码量少,个人认为比matlab更能满足用VC开发的朋友。(This is a company with AnCAD graphics package matfor write a small program to achieve a similar three-dimensional graphics functions matlab cover, using the graphics package code less, think more than matlab personal use VC development to better meet friends.)
- 2007-07-12 01:53:30下载
- 积分:1
-
LDAgdm
详细说明:使用matlab实现的LDA(线性判别分析)分类器,以及PCA的实现(matlab implementation of the LDA algorithm and the realization of the linear Discriminant Analysis)
- 2015-01-28 21:21:43下载
- 积分:1
-
VCandMatlab
此电子书为VC++与Matlab混合编程的快速实现。对信号处理学习者有一定的帮助(This e-book for the VC++ and Matlab Fast implementation of hybrid programming. On signal processing to help learners have a certain)
- 2010-08-05 15:51:34下载
- 积分:1
-
s003
说明: 可以连续播放多帧图片,并对图片进行相应的处理(Playing for multi-frame image, and image processing accordingly)
- 2010-04-06 10:48:56下载
- 积分:1
-
kriging-(1)
克立格插值工具箱,matlab版,里面有很多程序,有帮助就看看,很不错-Kriging interpolation toolbox, matlab version, which has a lot of procedures, there is help on the look, very good
- 2013-01-08 19:47:20下载
- 积分:1
-
fuzzydll
模糊pid有效的对控制对象进行了控制,减少超调和响应时间(fuzzy PID control)
- 2012-06-18 14:30:31下载
- 积分:1