-
Matlab
说明: matlab涉及到的常用矩阵基本操作、算法,和一些简单的使用例程(matlab matrix related to the common basic operations, algorithms, and use some simple routines)
- 2010-04-17 21:39:54下载
- 积分:1
-
final-project
通过给出的两组图片以及对应的光照位置,计算图片的albedo以及图像的表面法向量和位置并显示,最后自动生成任意角度照射得到物体图像,并以视频的方式显示(Photometric stereo Albedo and Normal)
- 2013-02-19 17:19:50下载
- 积分:1
-
Describing-Functions
非线性控制的描述函数法,非常经典的书籍 适合于入门学习(Nonlinear Control describing function method, a very classic books suitable for beginners to learn)
- 2013-09-14 15:57:55下载
- 积分:1
-
Vfocus_MVDR1
MVDR聚焦波束形成,进场条件下利波束形成用MVDR算法实现聚焦,得到空间普(MVDR beam_forming)
- 2010-06-08 16:48:51下载
- 积分:1
-
CODE
本文概述了使用MATLAB图像去噪的基本原理。以小波分析法为重点,对常用的几种去噪方法进行了分析比较。最后结合理论分析和实验结果,讨论了一个完整去噪算法中影响去噪性能的各种因素。(This paper outlines the basic principles of image denoising using MATLAB. Wavelet analysis, focusing on several commonly used de-noising methods were analyzed and compared. Finally, the theoretical analysis and experimental results, discusses the various factors that affect a complete de-noising algorithm denoising performance.)
- 2015-01-09 09:33:42下载
- 积分:1
-
Differential-Equations
解带时滞微分方程的两个例子,拓扑图请读者根据代码中的邻接矩阵自行构造(Two examples of the solution with Delay Differential topology diagram based on the adjacency matrix code reader to construct their own)
- 2013-05-18 23:53:19下载
- 积分:1
-
qam16_4
qam-16 modulation. Simulink.
- 2009-05-03 14:11:20下载
- 积分:1
-
MATLAB-6.5
matlab学习书籍,对于初学者特别有用。(matlab learning books, particularly useful for beginners.)
- 2011-05-12 21:14:31下载
- 积分:1
-
Testvcmatlab
matlab与vc混和编成(Matlab and the mixture into vc)
- 2005-01-13 14:41:48下载
- 积分:1
-
k_medoids
聚类算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。 这里是MAtlab源代码。(err)
- 2008-08-06 22:03:55下载
- 积分:1