-
classifier
各种分类器的源码,有注释和功能描述,马氏,贝叶斯,最大似然等(Various classifier source, there are notes and functional description)
- 2014-11-16 17:29:37下载
- 积分:1
-
Falsafi_Fmincon
fmincon finds a constrained minimum of a function of several variables.
fmincon attempts to solve problems of the form:
min F(X) subject to: A*X <= B, Aeq*X = Beq (linear constraints)
X C(X) <= 0, Ceq(X) = 0 (nonlinear constraints)
LB <= X <= UB (bounds)
- 2019-06-24 18:21:32下载
- 积分:1
-
tuxianghuifu
图像恢复(复原)
图像复原技术就是将图像退化过程模型化,并且采用相反的过程进行处理,以便复原出原始图像。例如,原始图像fig3_1.bmp由于退化变成了退化图像fig3_2.bmp。此图像的退化函数为: ,其中 ,M=366,N=364。请采用全逆滤波和不同截止半径的逆滤波对其进行复原,并与原图像fig3_1.bmp进行比较。再采用维纳滤波对其进行复原,并与逆滤波结果进行比较。
(图像恢复)
- 2010-06-28 14:22:20下载
- 积分:1
-
APPgetLargeConnectedEdges
效果很好的直线提取算法,抗噪声能力很好,希望对大家有用(Uses the method of Video Compass to get long, straight edges)
- 2012-05-10 17:08:55下载
- 积分:1
-
Mitigate-the-Intrinsic-Interference-Application-t
A Novel Filter-Bank Multicarrier Scheme to Mitigate the Intrinsic Interference-Application to MIMO Systems
- 2012-05-24 20:53:07下载
- 积分:1
-
mpc_3
this ismatlab code for mpc example..
- 2014-01-30 03:38:44下载
- 积分:1
-
3Dsegmentation
基于matlab的三维图像分割,没有错误(3d segmentation method based on matla)
- 2010-12-01 14:41:05下载
- 积分:1
-
zuiyouhua
matlab的最优化算法的源码,还包括一些高级的优化算法,比如粒子群(The optimization algorithm matlab source code, including some advanced optimization algorithms, such as particle swarm)
- 2013-09-15 02:25:53下载
- 积分:1
-
wnbsnzxy
最终的权值矩阵就是滤波器的系数,处理信号的时频分析,阵列信号处理的高分辨率估计,包括最小二乘法、SVM、神经网络、1_k近邻法,有较好的参考价值,结合PCA的尺度不变特征变换(SIFT)算法,计算加权加速度,旋转机械二维全息谱计算。( The final weight matrix is ??the filter coefficient, When processing a signal frequency analysis, High-resolution array signal processing estimates, Including the least squares method, the SVM, neural networks, 1 _k neighbor method, There are good reference value, Combined with PCA scale invariant feature transform (SIFT) algorithm, Weighted acceleration, Rotating machinery 2-d holographic spectrum calculation.)
- 2016-04-14 09:28:38下载
- 积分:1
-
mcmc
MCMC方法主要是为了解决有些baysian推断中参数期望E(f(v)|D)不能直接计算得到的问题的。
其中v是要估计的参数,D是数据观察值(The concept consists of two parts:markov chain and monte carlo integration。)
- 2016-11-25 23:33:43下载
- 积分:1