-
MatlabandVC
Matlab与VC++的混合编程,利用Matlab强大的混图功能在VC画出想要的图形,操作步骤详细易学(Matlab and VC++ mixed programming, Matlab, mixed plan features a powerful draw the desired graphics in VC, the steps to learn more)
- 2010-06-29 10:24:16下载
- 积分:1
-
Image_stitching
Matlab code for Image Stitching Program using homography between different images.
- 2009-06-12 16:05:12下载
- 积分:1
-
LDA
线性判别分析的分类器算法,用于脑电信号的判别分析(the classifier of linear discrimination analysis )
- 2012-05-04 09:36:29下载
- 积分:1
-
ODE-System-Example
用matlab中的ode45的数值解法解给定初始条件的微分方程组(using matlab command ode45 to numerically solve ODE initial conditions)
- 2011-09-24 11:04:16下载
- 积分:1
-
fushi
图像腐蚀程序,希望能够帮助大家对图像处理的学习。(Image corrosion program, we hope to help everyone learn image processing.)
- 2013-05-25 22:51:07下载
- 积分:1
-
DAB1
一个在matlab环境下的DAB仿真程序源码。内含ofdm收发,AWGN等(One in the matlab environment DAB simulation program source. Includes OFDM transceiver, AWGN, etc.)
- 2008-04-18 17:29:59下载
- 积分:1
-
yichuansuanfa
遗传算法求最优解,可以运行,非常好的例子,可以学习一下,附有注释(Genetic algorithms for the optimal solution, you can run, very good example, you can learn about, annotated)
- 2014-09-04 11:30:33下载
- 积分:1
-
idct2dim_ib002
This program computes the 2D IDCT as per the equation. The result matches the output of the
built-in Matlab function.Good for analysis.
- 2011-10-05 20:43:09下载
- 积分:1
-
VENSFD
CA交通流模型,嗯,就是这个了。。。不错,应该行吧(CA model)
- 2014-02-09 23:49:45下载
- 积分:1
-
exact_alm_rpca
RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)(The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function is [A, E] = inexact_alm_rpca(D, λ), where D is a real matrix and λ is a positive real number. We solve the RPCA problem using the method of augmented Lagrange multipliers. The method converges Q-linearly to the optimal solution. The exact ALM algorithm is simple to implement, each iteration involves computing a partial SVD of a matrix the size of D, and converges to the true solution in a small number of iterations. The algorithm can be further speeded up by using a fast continuation technique, thereby yielding the inexact ALM algorithm.)
- 2010-11-02 14:03:12下载
- 积分:1