-
rs
说明: RS的编码就是计算信息码符多项式,除以校验码生成多项式之后的余数;rs编码的基本实现,包括add,mul函数等;(RS coding is to calculate the information symbol code polynomial, divided by the check code generator polynomial after the remainder rs basically coding, including add, mul function, etc. )
- 2010-04-18 18:53:40下载
- 积分:1
-
automatic-Emotion-predictor-sytem
A working setup that focuses on dimensional prediction of emotions from spontaneous conversational head gestures. It maps the amount and direction of head motion, and occurrences of head nods and shakes into
arousal, expectation, intensity, power and valence level of the observed
subject as there has been virtually no research bearing on this topic.
Preliminary experiments show that it is possible to automatically predict
emotions in terms of these five dimensions (arousal, expectation, intensity,
power and valence) from conversational head gestures. Dimensional
and continuous emotion prediction from spontaneous head gestures has
been integrated in the SEMAINE project [
- 2013-11-26 22:40:05下载
- 积分:1
-
Susan_filter
自己编写的一个Susan滤波算法,滤波效果很好,值得推荐(I have written a Susan filtering algorithm, the filtering effect is very good, worth recommending
)
- 2013-11-20 20:50:22下载
- 积分:1
-
ACO
aco feature selection
- 2009-09-07 20:11:52下载
- 积分:1
-
zishiying
这是在国外某网站上下的一些自适应信号处理的源程序,希望对做算法的人提供一些帮助。()
- 2008-05-09 15:43:22下载
- 积分:1
-
PID_controller_with_integration_sturation
说明: 该算法连续系统的抗积分饱和的PID算法,用MATlab开发,能够管直接运行,可明显减弱几分饱和现象对系统稳定性的影响,当控制量与设定值偏差较大时,取消积分作用,以免积分作用过大引起系统的稳定性降低。(The algorithm of the anti-continuous system saturated PID integral algorithm, developed using Matlab and can directly run the tube can be significantly weakened somewhat saturated phenomenon on system stability, when the control volume and settings deviation is larger, integral role in the abolition of so as not to cause too large integral role in the stability of the system lower.)
- 2008-09-06 13:20:50下载
- 积分:1
-
m10_2
说明: matlab系统仿真实例教程,ch10\m10_2.rar(examples of system simulation matlab tutorial, ch10 \ m10_1.rar)
- 2010-03-23 21:28:28下载
- 积分:1
-
popfnn
说明: popfnn神经网络,它是一种模糊伪输出的神经网络(pseudo-outer-production fuzzy nerual network).可用于模式识别。运行pop1可以训练输入的特征向量,extractionpop使用来抽取图片的特征向量的。(popfnn neural network, it is a pseudo-output fuzzy neural network (pseudo-outer-production fuzzy nerual network). can be used for pattern recognition. Can be trained to run pop1 input feature vector, extractionpop used to extract the image feature vector.)
- 2010-04-21 21:28:23下载
- 积分:1
-
Beamforming
This is a MATLAB based program that computes the weights and
beamforming pattern of a:
I. Linear array II. Rectangular planar array
- 2014-01-14 23:17:10下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1