function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if F(U)>0.98 break else w_new=eye(in_n,in_n) center1=sum(center)/c a=center1(1)./center1 deta=center-center1(ones(c,1),:) w=sqrt(sum(deta.^2)).*a for j=1:in_n w_new(j,j)=w(j) end data1=data*w_new [center, U, obj_fcn] = fcm(data1, c) center=center./w(ones(c,1),:) obj_fcn=obj_fcn/sum(w.^2) end end display(i) result=zeros(1,data_n) U_=max(U) for i=1:data_n for j=1:c if U(j,i)==U_(i) result(i)=j continue end end end
資源簡介:function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter...
上傳時間: 2013-12-18
上傳用戶:ynzfm
資源簡介:function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J. % Hathaway on June 21, 1994.) The fuzzification constant % m = 2, and the stopping criterion for successive partitions ...
上傳時間: 2014-11-30
上傳用戶:二驅蚊器
資源簡介:Basic function to locate and measure the positive peaks in a noisy data sets. Detects peaks by looking for downward zero-crossings in the smoothed third derivative that exceed SlopeThreshold and peak amplitudes that exceed AmpThresho...
上傳時間: 2017-04-26
上傳用戶:彭玖華
資源簡介:Ship version 1.7--utility to encode, split, and mail binary data and reconstruct the data at the other end (ship will unship).
上傳時間: 2015-07-24
上傳用戶:rocketrevenge
資源簡介:data:BEGIN OF HEADdata. INCLUDE STRUCTURE BAPIMATHEAD. data:END OF HEADdata. data:BEGIN OF PLANTdata. INCLUDE STRUCTURE BAPI_MARC. data:END OF PLANTdata. data:BEGIN OF PLANTdataX. INCLUDE STRUCTURE BAPI_MARCX. data:END OF PLANTd...
上傳時間: 2015-12-17
上傳用戶:古谷仁美
資源簡介:3.1 data Link Layer Design Issues 3.2 Error Detection and Correction 3.3 Elementary data Link Protocols 3.4 Sliding Windows Protocols 3.5 Protocol Specification and Verification 3.6 Example data Link Protocols
上傳時間: 2016-03-05
上傳用戶:sz_hjbf
資源簡介:支持S3C24x0/yaffs/USB/CS8900/DM9000/OpenJTAG/Nor,Nand啟動的u-boot 添加的功能: 1. 同時支持S3C2410和S3C2440 2. 支持串口xmodem協議 3. 支持USB下載,可以在PC上使用dnw傳數據 4. 支持網卡芯片CS8900 5. 支持NAND Flash讀寫 6. 支持從Nor/Nand Fl...
上傳時間: 2013-12-23
上傳用戶:yan2267246
資源簡介:3 to 8 decoder is used to decode from 3 bit data to 8 bit data used in many applications
上傳時間: 2014-01-13
上傳用戶:cylnpy
資源簡介:data transmiter to encode data and transmit to system onother.
上傳時間: 2017-06-14
上傳用戶:kelimu
資源簡介:You can Creat SDF database with the help of Code and you can insert data and Retrive the data in Windows Mobile Device or you can try at Emulator
上傳時間: 2017-08-12
上傳用戶:sxdtlqqjl
資源簡介:This guide explains how data networks operate, why data systems are becoming more complicated, and how data networks are changing to permit broadband services and applications. Table of Contents Introduction To data Netwo...
上傳時間: 2017-09-26
上傳用戶:邶刖
資源簡介:This is a comparison foundation construction of data example code, the function is quite complete, was myself debugs the successful procedure, might again on Visual c++ the direct movement
上傳時間: 2013-12-30
上傳用戶:cxl274287265
資源簡介:// chebysheve outlier detection // this function is used to detect the abnormal value among a set of data // input: // delta: a set of data // flag: discribe which data is already known as outlier // p: restrict level // output: // ...
上傳時間: 2013-11-30
上傳用戶:13517191407
資源簡介:研祥集團pc104
上傳時間: 2013-07-13
上傳用戶:eeworm
資源簡介:單片機讀寫U盤方案開發手冊 目錄 1.芯片及模塊手冊資料2.應用電路圖及封裝3.SPI例程及UART例程4.其他外圍應用電路5.232、電平轉換資料6.芯片測試文檔7.U盤支持列表
上傳時間: 2013-11-01
上傳用戶:whymatalab
資源簡介:the c languge is used for the GPS field.The pogram is the PARITY CHECK ,which is one kind data of the GPS data .and it is used for correcting one bit error
上傳時間: 2013-11-26
上傳用戶:xiaodu1124
資源簡介:BNB20 Finds the constrained minimum of a function of several possibly integer variables. % Usage: [errmsg,Z,X,t,c,fail] = % BNB20(fun,x0,xstatus,xlb,xub,A,B,Aeq,Beq,nonlcon,settings,options,P1,P2,...) % % BNB solves problems of th...
上傳時間: 2014-01-13
上傳用戶:youth25
資源簡介:managing rfid data,介紹rfid data 相關方面知識
上傳時間: 2014-11-18
上傳用戶:yoleeson
資源簡介:三星S3C44BOX+CH375讀寫U盤原理圖和源程序 WORD文件,請放大到400%或更大后再看!
上傳時間: 2014-01-16
上傳用戶:dave520l
資源簡介:Abstract:This article elaborats the RFID system,multianalysised the concrete function of RFID middleware,and proposed a kind of RFID data transmission design model with news transmission mechanism,for realizing data transmission more ...
上傳時間: 2014-01-02
上傳用戶:yd19890720
資源簡介:原始數據以Kiwi格式存儲在GTBL.dat的二進制文件中,具體的文件格式請參照ReveseTableFormat.xls 中的“逆引表格式”sheet.-this procedure is the function of the navigation data of the road data collation, analysis. Kiwi to the original data stored ...
上傳時間: 2014-11-26
上傳用戶:qweqweqwe
資源簡介:nearest neighbour clustering is an algoithm that puts data in categories. This algotithm is a data mining subject. Similar data is put in the same cluster.
上傳時間: 2017-03-27
上傳用戶:181992417
資源簡介:產生替代數據(Surrogate data) 隨機相位法 - \Surrogatedata\Main_Surrogatedata.m
上傳時間: 2017-05-21
上傳用戶:firstbyte
資源簡介:This book covers the fundamental concepts of data mining, to demonstrate the potential of gathering large sets of data, and analyzing these data sets to gain useful business understanding. The book is organized in three parts. Part I introd...
上傳時間: 2014-12-02
上傳用戶:15736969615
資源簡介:To write data to the FIFO, present the data to be written and assert the write enable. At the next rising edge of the clock, the data will be written. For every rising edge of the clock that the write enable is asserted, a piece of data is ...
上傳時間: 2014-08-16
上傳用戶:wab1981
資源簡介:/****************temic*********t5557***********************************/ ?? #include ? <at892051.h> ? ? #include ? <string.h> ?? #include ? <intrins.h> ? ? #include ? <stdio.h> ? ? #define ? ?uchar ? ?unsigned char ? ? ...
上傳時間: 2017-10-20
上傳用戶:my_lcs
資源簡介:Smart Grids provide many benefits for society. Reliability, observability across the energy distribution system and the exchange of information between devices are just some of the features that make Smart Grids so attractive. One of the ma...
上傳時間: 2020-05-23
上傳用戶:shancjb
資源簡介:Smart Grids provide many benefits for society. Reliability, observability across the energy distribution system and the exchange of information between devices are just some of the features that make Smart Grids so attractive. One of the ma...
上傳時間: 2020-05-25
上傳用戶:shancjb
資源簡介:能產生幅值相等、頻,相等、姐位互差120。電勢的發電機稱為三相發t機:以三相發電機作為t遊,稱為三相電源;以三相電源供電的t路,稱為三相電路;U,v.w稱為三相,相與相之間的,壓是線電壓,電壓為380V:相與中性線之間稱為相電壓,電壓是220V.1,三相電源與...
上傳時間: 2022-06-26
上傳用戶:
資源簡介: 便攜式信號采集在機器健康診斷系統中有較高的應用價值。機器健康診斷的信號特點是包括低頻信號。本文研究是為了實現簡易而且低成本的低頻便攜式信號采集。以Microchip公司單片機PIC18F1320為核心設計信號采集電路,實現了信號的采集和保存。系統采用串行...
上傳時間: 2013-11-19
上傳用戶:moerwang