-
Duobinary-Signaling-Encoder
双二进制信号是一种信号体制利用码间干扰作为一种控制方式而不是消除码间干扰(Duobinary signaling is a three level signaling scheme that uses intersymbol interference in a controlled way instead of trying to eliminate it.
)
- 2010-09-26 11:07:42下载
- 积分:1
-
NLmeansfilter
radio of similarity window
radio of search window
- 2011-09-30 18:50:40下载
- 积分:1
-
MI
说明: 计算图像间的互信息量,从而有效衡量图像间的相关程度。(mutual information of image)
- 2010-09-03 11:13:04下载
- 积分:1
-
Trigonometric
这是一个画出三家函数图形的小程序,希望可以对大家学习matlab有所帮助(This is a graph of a function to draw three small programs, hoping to be helpful for them to learn matlab)
- 2013-07-19 13:30:45下载
- 积分:1
-
go-too-far
用matlab来演奏张信哲的《过火》,比较有意思的一个程序(Matlab to play Jeff Chang' s " gone too far" , one of the more interesting program)
- 2013-04-12 10:11:06下载
- 积分:1
-
GM
说明: 用matlab编写的灰色模型程序,可以实现拟合(Gray model
)
- 2011-12-10 10:39:18下载
- 积分:1
-
Adaboost
一个实现Adaboost训练和分类的matlab程序,带数据(Adaboost training and classification procedures, with data)
- 2013-08-19 17:15:35下载
- 积分:1
-
contourfollowing
counter following code can be used in other projects
- 2009-03-04 19:48:37下载
- 积分:1
-
filters-in-spacial-domain
空域中的均值滤波,中值滤波,几何均值,调和反调和均值滤波器等(filters in spacial domain,such as median filter)
- 2010-08-28 12:39:33下载
- 积分:1
-
ols
正交最小二乘辨识算法
该算法除了实现最小二乘辨识功能之外而且能按照各项重要性将其逐一选出并且估计相应系数(OLS Orthogonal Least Quares.
[x, ind] = OLS(A,b,r) gives the solution to the least squares problem
using only the best r regressors chosen from the ones present in matrix A.
This function also returns in the vector ind the indexes of the
best r regressors (i.e., the best columns of A to use).
If r is equal to n, the solution x given by OLS is the same as the solution
given by A, but in ind we still have the regressors sorted by their
importance. This means that one can perform a feature selection by taking
the first k entries in ind (k<r).)
- 2010-01-06 20:18:56下载
- 积分:1