-
m1
说明: Finite element in Matlab.
- 2011-02-17 14:24:46下载
- 积分:1
-
A1_4
mathews数值分析书的源代码,用matlab编写,此是第一章中的程序。(mathews numerical analysis of the book s source code, using matlab, you can control book-learning.)
- 2011-10-20 10:17:58下载
- 积分:1
-
detect_boundary
boundary detection
Contrast is the difference in luminance or color that makes an object (or its representation in an image or display) distinguishable. In visual perception of the real world, contrast is determined by the difference in the color and brightness of the object and other objects within the same field of view. Because the human visual system is more sensitive to contrast than absolute luminance, we can perceive the world similarly regardless of the huge changes in illumination over the day or place to place. The maximum contrast of an image is the contrast ratio or dynamic range
- 2015-02-25 17:34:38下载
- 积分:1
-
MATLAB
离散点拟合贝塞尔曲线,可以改变阶数,求控制点并求出误差(Fitting Bezier curve with discrete points)
- 2020-11-22 15:59:34下载
- 积分:1
-
simplefunc
几个用matlab实现正向云发生器,k均值算法的程序,都已调试通过(some simple function)
- 2009-05-16 10:03:13下载
- 积分:1
-
sim_select_QSTBC_ML_N1
QPSK误码率仿真程序,给出了比较可行,准确的方法(QPSK BER simulation program are given more feasible and accurate method)
- 2009-05-16 23:17:10下载
- 积分:1
-
GUASS-RAILY-POSSION
高斯分布,瑞利分布,泊松分布,产生符合这三个分布的随机序列(Gaussian distribution, Rayleigh distribution, Poisson distribution, that meets these three distributed random sequence)
- 2013-12-09 22:23:20下载
- 积分:1
-
gaborfilter
Gabor滤波器的matlab源文件,可完成滤波器的实现(Gabor filter Matlab source files, to be completed by the realization of the filter)
- 2013-05-12 16:46:53下载
- 积分:1
-
[Matlab]3D-intensity-distribution
高斯光束在传播过程中,焦点处的三维光强分布(3D intensity distribution)
- 2012-12-12 20:22:59下载
- 积分: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