-
MatlabPSBComponent
在网上收集的,讲述如何使用simulink环境下SimSystemBlockset中各个模块。(Collected online about how to use simulink environment SimSystemBlockset in each module.)
- 2008-04-19 07:00:16下载
- 积分:1
-
vc-io-mwArray
用VC读写Matlab中数据的例子,为精通Matlab编程一书中附带,可在混合编程时使用,加快开发速度。(VC read and write data in Matlab example of Matlab programming proficient with a book, Programming can be mixed use, and speed up the development pace.)
- 2007-03-27 17:00:45下载
- 积分:1
-
hierachical-analysis-using-matlab
管理学和统计学中都经常用到的层次分析法,matlab程序(hierachical analysis which is often used in management science and stochastical science,matlab code)
- 2013-05-05 17:09:53下载
- 积分:1
-
RAGA.m
这个是我自己亲手打出来的,希望可以帮到大家。PPC-RAGA模型(This is my own hand and I hope to help you.)
- 2018-04-15 10:26:02下载
- 积分:1
-
蒙特卡罗法电动汽车充电matlab程序
【实例简介】蒙特卡罗法电动汽车充电matlab程序
%本程序基于蒙特卡洛思想生成10000台充电汽车充电负荷曲线
%具体题目要求及数据来源为第十一届电工杯
- 2021-05-18 10:31:09下载
- 积分:1
-
Prim-minimum-spanning-tree-algorithm
最小生成树Prim算法的matlab文件,无论是在数据结构还是在图论中都有广泛的应用(Prim minimum spanning tree algorithm matlab file, whether in data structures or graph theory, there are a wide range of applications)
- 2009-03-19 10:55:52下载
- 积分:1
-
C-Cmethod-for-delay-time
C-C法求相空间重构的延迟时间,内有详细说明方法,(CC method for phase space reconstruction delay time, with detailed description of methods,)
- 2013-08-26 10:30:35下载
- 积分:1
-
ofdm code
OFDM simulation system use different modulation technique such as M-PSK M-QAM
user can select that type . the program use image to be transmitted in QI mapped ,signal affected by AWGN and Fading on channel be for received
- 2017-09-17 13:48:32下载
- 积分:1
-
Mean Shift 聚类算法
该算法是基于核密度估计的爬山算法,可用于聚类、图像分割、跟踪等,因为最近搞一个项目,涉及到这个算法的图像聚类实现。
假设在一个多维空间中有很多数据点需要进行聚类,Mean Shift的过程如下:
1、在未被标记的数据点中随机选择一个点作为中心center;
2、找出离center距离在bandwidth之内的所有点,记做集合M,认为这些点属于簇c。同时,把这些求内点属于这个类的概率加1,这个参数将用于最后步骤的分类
3、以center为中心点,计算从center开始到集合M中每个元素的向量,将这些向量相加,得到向量shift。
4、center = center+shift。即center沿着shift的方向移动,移动距离是||shift||。
5、重复步骤2、3、4,直到shift的大小很小(就是迭代到收敛),记住此时的center。注意,这个迭代过程中遇到的点都应该归类到簇c。
6、如果收敛时当前簇c的center与其它已经存在的簇c2中心的距离小于阈值,那么把c2和c合并。否则,把c作为新的聚类,增加1类。
6、重复1、2、3、4
- 2022-06-14 23:52:18下载
- 积分:1
-
MATLAB-Poisson-ture
用MATLAB编写程序证明Poisson分布的性质(Programming with MATLAB,prove the properties of Poisson distribution)
- 2009-04-10 09:49:16下载
- 积分:1