-
DEMO_BSS.tar
BSS Blind source separation
- 2009-11-18 19:30:53下载
- 积分:1
-
GMMmodelandtheBayesianclassifier
GMM模型和贝叶斯分类器 用于视频图像的处理(GMM model and the Bayesian classifier for video image processing)
- 2010-05-21 10:52:17下载
- 积分:1
-
MATLAB温度控制
这个是通过matlab这个软件编写程序可以控制温度!达到了理想的结果!开始的程序是用c写的!但是主要还是后面的matlab程序!(This is a program which are writen by software of matlab and can control temperature,then can reached the ideal result! the procedure at the beginning is written with c!,but mainly is still following matlab procedure!)
- 2005-04-20 13:05:41下载
- 积分:1
-
src
How to use the ordinary Voronoi partition generator. The m-files also have
their own help documentation that you can view in Matlab. This code creates
a bounding polygon that is a square. Then it randomly creates 10 points
and then creates and draws the partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(2, 10)
regions = voronoi(bounds, points)
drawRegions(bounds, regions)
================================
This is a brief set of instructions on how to use the Multiplicatively-
weighted Voronoi partition generator.
Each of the m-files has a help section, so in Matlab you can call:
help mwvoronoi
help drawRegions
Here is an example that creates a bounding polygon, a square with side
length 10. Then it randomly creates six points with random weights.
Finally, the code draws the resulting partition.
bounds = [0, 10, 10, 0 0, 0, 10, 10]
points = 10 * rand(3, 6)
regions = mwvoronoi(bounds, points)
drawRegions(bounds, regions)
Enjoy!
- 2013-10-30 12:23:18下载
- 积分:1
-
灰色预测
利用matlab画出预测值与实际值的趋势图以及相对误差和绝对误差的走势图(Using MATLAB to draw the trend chart of predicted and actual values, and the relative error and absolute error trend chart.)
- 2021-03-28 17:49:11下载
- 积分:1
-
Matlab_fundamental_applied
是MATLAB初学者的助手,介绍了MATLAB的窗口和命令,并有一些在通信方面的例子(MATLAB beginner' s assistant is introduced and the MATLAB command window, and there are some examples of communication)
- 2009-05-19 16:02:21下载
- 积分:1
-
td2
time difference of arrival simulation.TDOA
- 2013-11-08 15:33:20下载
- 积分:1
-
ldpc_irrwbf
implementation efficient reliability ratio based weighted bit flipping
- 2010-11-24 22:16:30下载
- 积分:1
-
PV
说明: 太阳能光伏电池的matlab/simulink 仿真模型,可以对光伏特性进行仿真。(Solar photovoltaic cells, Matlab/Simulink simulation model, on the photovoltaic properties of the simulation.)
- 2012-05-27 11:16:39下载
- 积分:1
-
changedct
也是一个MATLAB编程的程序,关于如何图像压缩的(MATLAB is a programming process, on how to image compression)
- 2009-05-12 09:03:23下载
- 积分:1