-
GM_1_1
灰色gm(1,1)模型,当做函数可以调用,中间注释写得很详细,稍加修改即可成为灰色系统中别的算法。(Gray gm (1,1) model, as a function can call the Notes between very detailed, a little modification to the system as a gray-level algorithm.)
- 2009-03-31 09:52:15下载
- 积分:1
-
contourdemo
一个用matlab画出三维图像的等高线的小程序,非常适合初学者。(A small program using matlab to draw the contour of the three-dimensional image, very suitable for beginners.)
- 2012-08-16 21:15:39下载
- 积分:1
-
1
说明: 利用costas环实现载波同步的matlab程序,载频10mHz(Costas loop to achieve carrier synchronization using the matlab program, carrier frequency 10mHz)
- 2011-08-19 09:58:17下载
- 积分:1
-
LWg
genetic algoruthme waveguide filter
- 2013-04-12 17:24:13下载
- 积分:1
-
ieeebasedswitchinglosesehormonicdostortin
this is an ieee based simulink based projects for reducing the harmonic ditortion is the power systems
- 2010-07-04 14:49:00下载
- 积分:1
-
wave_front
用于求解光学传输过程中的波前畸变,对光学分析起到非常关键的作用(heat depoization)
- 2013-12-19 23:52:07下载
- 积分:1
-
Kalman_filtering_algorithm
卡尔曼滤波,详细介绍了其具体过程,写论文必用,一定要收藏(It s very useful to write papers with Kalman filtering algorithms.)
- 2010-07-23 19:01:45下载
- 积分:1
-
kmeans
该程序为用于数据挖掘算法中的基本方法基于密度方法(k_mean)
- 2010-10-23 16:21:04下载
- 积分:1
-
FnnSimu
source code of simlate function of fuzzy bp neural network
- 2009-06-07 15:00:08下载
- 积分:1
-
fit_maxwell_pdf
fit_maxwell_pdf - Non Linear Least Squares fit of the maxwellian distribution.
given the samples of the histogram of the samples, finds the
distribution parameter that fits the histogram samples.
fits data to the probability of the form:
p(r) = sqrt(2/pi)*(a^(-3/2))*(r^2)*exp(-(r^2)/(2*a))
with parameter: a
format: result = fit_maxwell_pdf( x,y,W,hAx )
input: y - vector, samples of the histogram to be fitted
x - vector, position of the samples of the histogram (i.e. y = f(x,a))
W - matrix or scalar, a square weighting matrix of the size NxN where
N = length(y), or 0 to indicate no weighting is needed.
hAx - handle of an axis, on which the fitted distribution is plotted
if h is given empty, a figure is created.
output: result - structure with the fields
a - fitted parameter
VAR - variance of the estimation
type- weighted LS or not weighted LS
iter- number of iteration for the solution
- 2011-02-09 19:02:55下载
- 积分:1