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 is epsilon =??????. %*******Modified 9/15/04 to have epsilon = 0.00001 and fix univariate bug******** % Purpose:The function fcm attempts to find a useful clustering of the % objects represented by the object data in X using the initial partition in U0.
资源简介: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
上传用户:二驱蚊器
资源简介:%DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Ve...
上传时间: 2013-12-24
上传用户:sz_hjbf
资源简介:LINEINTRGAL Line Integral in a 2D Vector Field. LINEINTRGAL(X,Y,U,V,C) computes the line integral along the lines given in cell array C. X and Y define the coordinates of a rectangular grid over which U and V are defined. X and Y must be...
上传时间: 2014-01-13
上传用户:hwl453472107
资源简介: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
资源简介:替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G F K P 明文 X Y Z T S V I HAVE A DREAM!# 密文?? 用ARM编程实现替代加密。
上传时间: 2016-07-17
上传用户:qq521
资源简介:This function calculates Akaike s final prediction error % estimate of the average generalization error for network % models generated by NNARX, NNOE, NNARMAX1+2, or their recursive % counterparts. % % [FPE,deff,varest,H] = nnfpe(...
上传时间: 2016-12-27
上传用户:脚趾头
资源简介:To estimate the input-output mapping with inputs x % and outputs y generated by the following nonlinear, % nonstationary state space model: % x(t+1) = 0.5x(t) + [25x(t)]/[(1+x(t))^(2)] % + 8cos(1.2t) + process noise % y(t) = x(t...
上传时间: 2014-01-05
上传用户:royzhangsz
资源简介:%radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT na...
上传时间: 2014-10-27
上传用户:Yukiseop
资源简介:%调用格式 =trapez_g( f_name ,a,b,n) %f_name: 被积函数的文件名f(x) % a:x的上限 % b:x的下限 % 部分区间数 %实例:trapez_g( sin ,0,pi,20)
上传时间: 2013-12-19
上传用户:cjl42111
资源简介:This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective n...
上传时间: 2014-12-03
上传用户:maizezhen
资源简介:《算法概论(英文版)》《Algorithms》S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani
上传时间: 2017-06-05
上传用户:saharawalker
资源简介:为有效地去除Y, U , V 3 帧之间内在的相关性, 提出了一种基于四维离散余弦变换理论的彩色视频 压缩编码方法。该方法将彩色视频放在四维数学模型中考虑, 将彩色视频的图象宽度、图象高度、彩色空间 的3 帧(Y, U , V ) , 以及视频序列的连续3 帧分别看作四维...
上传时间: 2017-07-08
上传用户:thesk123
资源简介:算法概论Copyright c 2006 S. Dasgupta, C. H. Papadimitriou, and U. V. Vazirani
上传时间: 2014-11-06
上传用户:cmc_68289287
资源简介:已知一个LTI系统的差分方程为: y[n]-1.143*y[n-1]+0.4128*y[n-2]=0.0675*x[n]+0.1349*x[n-1]+0.0675*x[n-2] 初始条件y(-1)=1,y(-2)=2,输入x(n)=u(n),计算系统的零输入响应
上传时间: 2013-11-27
上传用户:zhengzg
资源简介:1 要转换的SF1.x数据库文件必须为1.4以上的版本, 不然可能无法正常转换 2 由于转换要求2.0数据库文件必须无任何论坛、用户、帖子数据, 因此随本转换程序提供了一个真正的数据全空的数据库文件!(注意随SF发布自带的那个数据库文件内已有论坛版块等数据, 不能用...
上传时间: 2014-01-04
上传用户:jjj0202
资源简介:模糊分类fcm的实现,用matlab开发
上传时间: 2015-04-18
上传用户:1966640071
资源简介:a-law, u-law source code, for audio compre
上传时间: 2013-12-31
上传用户:894898248
资源简介:%code2_1 for lecture 1 Simpson s rule
上传时间: 2015-05-12
上传用户:
资源简介:IIR Filter Coefficient Quantization Example % written by DRB on 6-Dec-2004 for ECE3703 % % Looks at unquantized filter (ideal), direct form, and cascaded second % order section (SOS).
上传时间: 2015-07-23
上传用户:zyt
资源简介:MATLAB source code: This function implements the *(int*)(&float_var).
上传时间: 2014-01-09
上传用户:tb_6877751
资源简介:多项式为x^8+x^5+x^4+1的CRC(循环冗余校验码)的FPGA设计。
上传时间: 2015-10-04
上传用户:qunquan
资源简介:%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm
上传时间: 2015-10-07
上传用户:yimoney
资源简介:%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm
上传时间: 2015-10-07
上传用户:cc1915
资源简介:%this program is written by 刘学智. Finished time is 05.1.23 16:03 %utilizing it solving TSP problem by simulating stealing algorithm
上传时间: 2014-01-24
上传用户:远远ssad
资源简介:OFDM仿真 参数: % 子载波数 128 % 位数/ 符号 2 % 符号数/ 载波 1000 % 训练符号数 0 % 循环前缀长度 8 (1/16)*T % 调制方式 4-QAM % 多径信道数 3 % IFFT Size 128 % 信道最大时延 2
上传时间: 2015-10-07
上传用户:1051290259
资源简介:OFDM程序 波形如下 子载波数 128 % 位数/ 符号 2 % 符号数/ 载波 100 % 训练符号数 0 % 循环前缀长度 8 (1/16)*T % 调制方式 4-QAM % 多径信道数 3 %IFFT Size 128 % 信道最大时延 2
上传时间: 2014-01-18
上传用户:jqy_china
资源简介:This is the demo source code for embedded VxWorks, which include severl functions. The function source codes are all written in C language.
上传时间: 2014-06-22
上传用户:kelimu
资源简介:生成多项式的最高位必须是1。例如:CRC-CCITT标准的16位生成多项式:g(x)= x16+x12+x1+1;阶数r = 16 即:0x11021.最高位通常为1。
上传时间: 2015-12-03
上传用户:dragonhaixm
资源简介:tcl程序demo by N. Sidiropoulos and R. Bro clear all F=5 % users I=4 % antennas
上传时间: 2013-12-15
上传用户:fhzm5658
资源简介:TCL demo by N. Sidiropoulos and R. Bro clear all F=5 % users I=4 % antennas
上传时间: 2013-12-28
上传用户:hongmo