-
anfis
function [t_fismat, t_error, stepsize, c_fismat, c_error] ...
= anfis(trn_data, in_fismat, t_opt, d_opt, chk_data, method)
ANFIS Training routine for Sugeno-type FIS (MEX only).
if nargin > 6 & nargin < 1,
error( Too many or too few input arguments! )
end
Change the following to set default train options.
default_t_opt = [10 training epoch number
0 training error goal
0.01 initial step size
0.9 step size decrease rate
1.1] step size increase rate
Change the following to set default display options.
default_d_opt = [1 display ANFIS information
1 display error measure
1 display step size
1] display final result
- 2015-05-28 19:28:36下载
- 积分:1
-
DCF-RTS-CTS
利用matlab对802.11协议性能进行分析,改变节点数目以及最小竞争窗口计算吞吐量并做出图像(Using matlab to analyze the 802.11 protocol performance, change the number of nodes and least competitive window to calculate throughput and make the image)
- 2016-05-01 19:58:10下载
- 积分:1
-
signalprocess
matlab数字信号处理的总结,这可是好东西!(singal process!)
- 2010-12-20 22:08:54下载
- 积分:1
-
fft_METHE
为使随机序列具有相关性,这里是相关高斯序列生成的一种方法(co rrelated Gaussian sequences)
- 2015-01-29 15:57:38下载
- 积分:1
-
language
高级数字信号处理,用各种方法包括music算法、burg法、布莱克曼法、协方差法、周期图法、自相关法进行谱估计,(Advanced digital signal processing, algorithms in various ways, including music, burg method, Blackman method, covariance method, periodogram, autocorrelation method, spectral estimation,)
- 2010-06-21 21:01:18下载
- 积分:1
-
EM-kmeans
用matlab实验k-means算法,对数据进行分类。(Matlab experiments using k-means algorithm to classify the data.)
- 2009-04-11 16:54:30下载
- 积分:1
-
robert
this code for mattlab robert operators
- 2011-11-27 02:02:14下载
- 积分:1
-
Hw1_Q1_a
FDTM code for square area
- 2012-06-26 21:01:17下载
- 积分:1
-
dft
This contain discrete fourier transform code and inverse discrete fourier transform coded in matlab and also contain dfs and idfs
- 2010-10-05 22:05:18下载
- 积分:1
-
Differentil-equation
模拟弹簧振动,讨论最简单的情形,一弹簧系统做横向运动,其位移由振动规律 所决定,仿真弹簧振动。(Spring vibration simulation to discuss the simplest case, a spring system as a lateral movement, the displacement is determined by the law of vibration, simulation spring vibration.)
- 2011-04-24 12:26:33下载
- 积分:1