-
Slantlet
这是一个Slantlet的matlab实现,觉得比较有用,推荐一下(This is a Slantlet the matlab implementation, feel more useful, recommend what)
- 2010-05-31 12:00:28下载
- 积分:1
-
statcom
级联多电平静止同步补偿器,采用载波移相法产生触发脉冲,触发IGBT。(Cascaded multilevel calm ended synchronous compensator, the use of carrier phase shift method to generate a trigger pulse, the trigger IGBT.)
- 2020-07-01 23:20:01下载
- 积分:1
-
99c5264f94b4
课本源码,非常好用的,大家下载吧,matlab的源程序。
(Textbooks source, very easy to use, download it)
- 2012-09-23 22:17:16下载
- 积分:1
-
CLASSIFICATION-OF-RADAR-SIGNALS
CLASSIFICATION OF RADAR SIGNALS
- 2013-10-31 08:13:02下载
- 积分:1
-
wpdecsiji
四级小波包分解的源程序,希望对大家有所帮助,怎么说也是呕心沥血的结果啊(matlab)
- 2010-05-12 10:52:17下载
- 积分:1
-
MATLAB_introduction
Matlab book for beginer
- 2014-09-03 23:35:42下载
- 积分:1
-
firfilter
FIR滤波器设计程序,在MATLAB环境下实现FIR数字滤波器的设计(FIR filter design procedures, the MATLAB environment realize FIR digital filter design)
- 2009-02-06 08:50:16下载
- 积分:1
-
rbf_Kmeans
Matlab环境下实现的RBF神经网络K均值聚类算法(Matlab environment to achieve the RBF neural network K-means clustering algorithm)
- 2010-03-11 08:53:34下载
- 积分:1
-
L1_norm_least_square_solver
L1范数正则化最小二乘问题求解器,stanford大学Boyd教授出品。(Simple Matlab Solver for l1-regularized Least Squares Problems)
- 2014-02-25 14:21:26下载
- 积分:1
-
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