登录
首页 » Matlab » KFCM MATLAB

KFCM MATLAB

于 2022-02-03 发布 文件大小:1.95 kB
0 76
下载积分: 2 下载次数: 3

代码说明:

核fcm,在几个聚类数据集上测试均有效,自己写的,现在环形数据集和不平衡数据集上测试均有效,分享出来,希望大家指正错误,共同进步。

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

发表评论

0 个回复

  • output_of_DCT_in_image_fusion
    u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8], dct2 )) [r,c] = size(A1) r1 = [] for i=1:r for j=1:c if A1(i,j) > B1(i,j) r1(i,j)=A1(i,j) else r1(i,j)=B1(i,j) end end end r1= double(r1(:,:,1)) C=blkproc(r1,[8 8], idct2 ) round(C) C1=idct2(r1) figure imshow(uint8(C)) figure imshow(uint8(C1)) imwrite(uint8(C), dct8x8min.jpg )
    2011-01-09 23:26:05下载
    积分:1
  • QAMPSKdemo
    这是QAM信号和PSK信号的解调程序,其中包括16-QAM,32QAM,64-QAM和M进制PSK信号。(This is PSK and QAM signal demodulation process, including 16-QAM, 32QAM. 64-QAM and M-ary PSK signals.)
    2007-03-20 14:15:46下载
    积分:1
  • matlab3
    书上的一些matlab程序,学着自己在matlab中编程(some of the M-files are generic so that the filenames indicate their function.)
    2011-12-21 16:31:01下载
    积分:1
  • beijingcha
    背景差分法运动目标检测,建立背景模型,然后使用当前模型与背景模型相减,再和阈值相比较,比阈值大的即判断为有运动目标,比阈值小的即判断为没有运动目标,阈值大小可以自己适当调试,根据经验值设置最佳阈值。(Background difference method is used for moving target detection and setting up background model, then using current model and background model subtracting, and comparing with threshold, it is judged to have moving target compared with the threshold value, which is smaller than threshold. The size of threshold can be adjusted properly, and the best threshold is set according to experience value.)
    2021-01-01 16:58:58下载
    积分:1
  • llinux
    数字水印在linux下面运行的代码,内有详细的注释说名(a watermarking program which can run under Linux. Attached with clear instructions.)
    2005-04-25 19:11:14下载
    积分:1
  • a-13
    利用MATLAB实现a律13折线的非均匀量化折线的编写。 (a—13 MATLAB )
    2010-05-14 10:44:17下载
    积分:1
  • Higher_Order_Spectral_Analysis_(HOSA)_Toolbox
    《matlab实例》有关高阶谱分析工具的实例源码,希望对大家有帮助。(" Matlab example of" higher order spectral analysis tools, the example of source code, we want to help.)
    2010-05-19 19:47:03下载
    积分:1
  • zero_crossing_detection
    超声波流量计过零检测程序。通过找超声波信号的峰值和波形个数来确定到达时间。(It s a ultrasonic flowmeter zero-crossing detection program.To Find the peak of the ultrasonic signal and waveform numbers to determine the arrival time.)
    2012-05-21 13:36:21下载
    积分:1
  • music
    利用matlab实现音乐合成的功能,合成了《东方红》,并且去除了啪啪声,此外对音乐的音色记性了各种改进。(Using matlab to achieve the function of music synthesis, synthesis " East is Red" , and removes pops, in addition to the sound of music memory various improvements.)
    2013-04-30 12:08:45下载
    积分:1
  • 完整的空间普估计算法程序
    最小均方误差(MMSE)的算法,基于混沌的模拟退火算法,实现典型相关分析,可以动态调节运行环境的参数,matlab开发工具箱中的支持向量机,wolf 方法计算李雅普诺夫指数。
    2022-03-04 12:34:42下载
    积分:1
  • 696518资源总数
  • 105570会员总数
  • 13今日下载