登录
首页 » matlab » FUZZY-CLUSTING

FUZZY-CLUSTING

于 2021-03-12 发布 文件大小:2029KB
0 93
下载积分: 1 下载次数: 331

代码说明:

  模糊C均值聚类算法的实现,FCM模糊聚类程序,matlab(FCM clustering code,matlab)

文件列表:

fcm算法
.......\data.h,477,2008-09-02
.......\DataRead.cpp,437,2009-12-27
.......\DataSave.cpp,396,2008-08-20
.......\dataset
.......\.......\ASD_12_2.txt,11768,2008-08-31
.......\.......\ASD_14_2.txt,15068,2008-09-01
.......\.......\iris.txt,2558,2008-08-08
.......\.......\wine.txt,10948,2008-08-25
.......\Debug
.......\.....\DataRead.obj,283692,2008-09-02
.......\.....\DataSave.obj,243516,2008-09-02
.......\.....\Initialize.obj,11536,2008-09-02
.......\.....\main.exe,671818,2009-12-27
.......\.....\main.ilk,1076612,2009-12-27
.......\.....\main.obj,353967,2009-12-27
.......\.....\main.pch,2128756,2009-12-27
.......\.....\main.pdb,1442816,2009-12-27
.......\.....\MatrixMul.obj,38178,2008-09-02
.......\.....\Normalization.obj,11670,2008-09-02
.......\.....\Result.obj,358940,2009-12-27
.......\.....\Standardize.obj,34308,2008-09-02
.......\.....\Update.obj,13552,2008-09-02
.......\.....\vc60.idb,197632,2009-12-27
.......\.....\vc60.pdb,118784,2009-12-27
.......\func.h,678,2008-09-02
.......\Initialize.cpp,296,2009-12-27
.......\Label
.......\.....\label1.txt,300,2008-08-25
.......\.....\label2.txt,534,2008-08-25
.......\.....\label3.txt,4187,2008-08-31
.......\.....\label4.txt,5478,2008-09-01
.......\main.cpp,4616,2009-12-27
.......\main.dsp,3904,2008-09-02
.......\main.dsw,514,2008-09-02
.......\main.ncb,107520,2010-01-08
.......\main.opt,56832,2010-01-08
.......\MatrixMul.cpp,653,2008-08-20
.......\max.h,217,2008-08-22
.......\Normalization.cpp,384,2009-12-27
.......\Release
.......\.......\DataRead.obj,101222,2009-12-27
.......\.......\DataSave.obj,76046,2009-12-27
.......\.......\Initialize.obj,3951,2009-12-27
.......\.......\main.exe,200704,2009-12-27
.......\.......\main.obj,136696,2009-12-27
.......\.......\main.pch,2132288,2009-12-27
.......\.......\MatrixMul.obj,7837,2009-12-27
.......\.......\Normalization.obj,4005,2009-12-27
.......\.......\Result.obj,135915,2009-12-27
.......\.......\Standardize.obj,6778,2009-12-27
.......\.......\Update.obj,5081,2009-12-27
.......\.......\vc60.idb,50176,2010-01-08
.......\.......\聚类结果.txt,17742,2009-12-27
.......\.......\运行记录.txt,5337,2009-12-27
.......\Result.cpp,3178,2008-09-02
.......\Standardize.cpp,775,2008-08-20
.......\Update.cpp,2025,2009-12-27
.......\聚类结果.txt,12740,2010-01-08
.......\运行记录.txt,21610,2010-01-08
模糊C均值聚类算法的实现.doc,307712,2010-03-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • awgn
    DTMF(双音多频)是用两个特定的单音频组合信号来代表数字信号的一种编码技术。两个单音的频率不同,代表的数字或实现的功能也不同。可采用8种频率代表电话机上的16个按键,10个数字键0~9和6个功能键*、#、A、B、C、D。具体的频率组合见参考书。要求: (1) 根据键盘输入的符号,利用MATLAB产生对应的DTMF信号;(2) 分别利用FFT算法和Goertzel算法计算该DTMF信号的频谱并画出频谱图;(3) 根据频谱图确定DTMF信号所代表的符号是否和输入的符号一致。 (DTMF (Dual Tone Multi-Frequency) is a single with two specific combination of audio signals to represent a kind of digital signal coding techniques. Two monosyllabic different frequency, on behalf of the numbers, or the realization of the functions are also different. Eight kinds of frequency of use on behalf of telephone on the 16 keys, 10 numeric keys 0 ~ 9 and 6 function keys*,#, A, B, C, D. The frequency of specific composition of reference books. Requirements: (1) According to the keyboard input of symbols, the use of MATLAB have a corresponding DTMF signal (2), respectively, using FFT algorithm and the Goertzel algorithm DTMF signal spectrum and frequency spectrum draw (3) According to DTMF signal frequency spectrum to determine represented by symbols and input symbols unanimously.)
    2008-12-24 20:12:16下载
    积分:1
  • 123
    介绍了一种用Matlab 信号处理工具箱进行数字滤波器设计的方法。给出了工具箱中的FDATool 图形用户接 口的详细使用方法,用FDATool 进行滤波器设计,可以随时对比设计要求和滤波器特性调整参数,直观简便,在每次改变参 数时,由于计算机的超强运算能力,只需点击设计按钮,新的滤波器立即产生,避免了传统滤波器设计的大量手工运算。并 用他设计出了满足性能要求的低通数字滤波器,实现了对加速度传感器干扰振动信号的滤除,解决了工程实际问题。(This thesis int roduces a digital filter designing method using signal processing toolbox in Matlab sof tware. It gives detailedly using specifications of FDATool graphical user interface ,when designing filter using FDATool ,you can com2 pare filter designing demand with filter character so as to adjust the parameter at any moment . For powerful operation function of the computer ,when the parameters are changed ,you only need point the design button ,new filter will be produced. In this way ,a mass of manual operation will be avoided. A good lowpass digital filter is designed using FDATool ,the filter can filter preferably the acceleration sensor vibration signal and resolve the engineering problem.)
    2012-04-03 22:11:39下载
    积分:1
  • l1decode_pd.m
    this is matlab code to solve l1decode problem!!!
    2012-05-31 16:19:37下载
    积分:1
  • Lab3
    Spectral analysis and correlation of stochastic discrete signals
    2013-09-23 17:01:18下载
    积分:1
  • Powellsearch
    生命迹象探测步进频仿真生命迹象微弱目标探测步进频仿真(Vital signs to detect faint signs of life stepping frequency simulation target detection step frequency simulation)
    2013-04-18 16:06:04下载
    积分:1
  • AttDet
    Toolbox for attitude determination with a multiple-antenna system using GPS
    2013-07-11 09:22:20下载
    积分:1
  • matlab06-07
    这两个小程序是matlab的.m文件,06为采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波,07采用matlab中的函数filter2对受噪声干扰的图像进行均值滤波。(these two small procedure is Matlab. M documents, 06 for 2D median filtering function medfilt2 right by the Salt and Pepper image noise filtering, 07 using Matlab filter2 the function of noise interference by the image filtering.)
    2007-04-23 19:25:30下载
    积分:1
  • chapter9-image-transform-domain
    数字图像处理与机器视觉-visual C++与matlab实现,第9章配套源程序(Digital image processing and machine vision of-visual C++ and MATLAB, the 9th chapter matching source)
    2014-08-07 15:55:29下载
    积分:1
  • Track-generator
    航迹发生器,模拟载体运动轨迹,用于滤波计算的比较(Track generator, the analog vector trajectory for the filter calculation Comparison)
    2020-11-10 14:09:45下载
    积分:1
  • allcomb
    返回从不同数组中取数据的组合 比如输入两个数组{1 2} {3 4}, 返回值为 {1 3} {1 4} {2 3} {2 4}(Back to take a combination of data from different array such as input two arrays {12} {34}, return value {13} {14} {23} {24})
    2012-11-11 00:54:17下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载