资源列表
[matlab例程] MyKmeans
说明:实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)<阿兜> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[matlab例程] wavele_eg of raghuveer
说明:这是伯克里wavelet transforms一书中的例子的代码,包括m文件和数据及图片。是从小波变换的基本到深入的许多个例子。-wavelet transforms a book example of the code, including m documents and data and photographs. From the wavelet transform is the basic depth to the many examples.<陆正毅> 在 2025-06-08 上传 | 大小:297kb | 下载:0
[matlab例程] DOA估计中的基本music算法
说明:DOA估计中的基本music算法,一个是有问题的,另一个是针对前一个的改进,有重大学习意义-DOA estimates of basic music algorithm is a problem, the other is aimed at improving the one before, meaning a major study<叶君> 在 2025-06-08 上传 | 大小:2kb | 下载:2
[matlab例程] GolombCode1
说明:自适应 Golomb 编码, 为高级数据压缩算法的一种-Adaptive Coding for advanced data compression algorithm of a<王晓鹏> 在 2025-06-08 上传 | 大小:1kb | 下载:0
[matlab例程] Matlab与VC混合编程-p001008
说明:介绍了一种将Matlab编译成可执行程序的一种方法,它使得Matlab编写的程序能够完全脱离Matlab这个环境来执行,从而大大提高了程序的应用范围和使用价值。-introduces a Matlab compiled executable in a way that allows programs written Matlab can be completely out of the Matlab environment to implementation, thus greatly impr<jackieluo> 在 2025-06-08 上传 | 大小:361kb | 下载:0