-
trap_mf2
this is a code for triangular membership function
in fuzzy logic
- 2010-06-23 21:50:24下载
- 积分: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
-
capacity-limit-traffic-assignment
本代码是容量限制交通分配的代码。但是不通过完整的OD表进行配流,而是针对组成OD表的逐一起始点、终点的基础数据进行配流。路权是取的BFR函数,加了距离惩罚函数。(This code is the capacity limit traffic assignment code. But not through the complete OD table assignment, but for each table consisting OD initial, end with the underlying data stream. Right of way is to take the BFR functions, plus a distance penalty function.)
- 2013-11-04 12:20:18下载
- 积分:1
-
cropthres
Image crop and thresholding program executed using MATLAB 7.11.
- 2010-11-23 16:05:47下载
- 积分:1
-
houghts
一种基于Hough变换的航迹起始方法。给出了点迹雷达的结果,同时给出了所有量测结果的状态图。(A track initiation method based on Hough transform. There is some radar to track results, and given all the measurements of the state diagram.)
- 2021-04-14 20:58:55下载
- 积分:1
-
LZ78
本程序简单地实现了LZ78编码的功能,包括从文件输入以及输出(This program implements the LZ78 encoding simple features, including file input and output from)
- 2010-12-23 19:10:04下载
- 积分:1
-
pq_control
微电网的恒功率控制,参考《光伏发电并网与微网运行控制仿真研究》(The microgrid constant power control reference photovoltaic power generation network and micro-mesh run control simulation study)
- 2021-03-15 11:09:22下载
- 积分:1
-
Entropy_measures
熵值计算的matlab 程序包括样本熵,近似熵,条件熵等(Matlab program for entropy calculation Including sample entropy ,approximate entropy,conditional entropy and so on.)
- 2018-01-20 19:41:42下载
- 积分:1
-
MatlabWienerFilterWaveltDomain
matlab code for wavelet transform
- 2010-09-28 13:31:53下载
- 积分:1
-
peng
循环冗余码的生成和验证:数字通信中的编码分为信源编码和信道编码两大类。为了提高数字通信的可靠性采取的编码称为信道编码,又称抗干扰编码。数字通信中为了尽可能地提高通信的可靠性,需要采用信道编码技术,对可能或已经出现的差错进行控制,CRC码就是其中的一种编码技术。本实验就是编写RCR编码,可以模拟发送信息,噪声加入,检测验证,信息重发的过程!(Cyclic redundancy code generation and validation: digital communication in the coding is divided into source coding and channel coding two broad categories. In order to improve the reliability of digital communications to the code known as channel coding, also known as anti-interference codes. Digital communication as much as possible in order to improve the reliability of communication need to use channel coding techniques, which may or may control the errors that have emerged, CRC code is one of a kind of coding techniques. RCR in this experiment is to write code that can simulate send a message, noise adding, testing verification, information, process re-issued!)
- 2010-01-18 21:26:47下载
- 积分:1