-
New-Text-Document
The program RANDOM_WALK_2D_PLOT plots the trajectories of one or more random walks.
The program RANDOM_WALK_2D_SIMULATION plots averaged data for any number of random walks that each use the same number of steps. The data plotted is the average and maximum of the distance squared at each time step. The average distance squared should behave like the number of time steps.
- 2012-04-13 12:22:36下载
- 积分:1
-
tcrtsc
an svd syste is modelled in this file.
- 2014-10-06 23:55:07下载
- 积分:1
-
chapter2
关于 神经网络的matlab程序 的第二章的程序代码(matlab )
- 2009-03-09 15:24:49下载
- 积分:1
-
slidefilter
Sliding Sum Averaging Filter
Smoothes data by sliding it past itself, one sample at a time, and summing.
The length of the output is the same as the length of the input. The output
will be normalized. Equivalent to a moving average (lowpass) filter, but
more efficient.
- 2010-01-29 16:57:32下载
- 积分:1
-
createSweep
Create linear sweep excitation.
- 2011-06-03 08:07:48下载
- 积分:1
-
30621587boxcount-matlab
一维分形维数的计算,计盒数,看着好才发上来的(One-dimensional calculation of the fractal dimension, box-counting the number was made up to look good)
- 2011-09-20 17:13:02下载
- 积分:1
-
centralmoments
image processing central moments also called as Hu s moments and zigzag scan program
- 2010-10-15 11:19:42下载
- 积分:1
-
independencemultiadd
这里用的是正交多项式变换法 实现两幅多聚焦图像的融合(Used here orthogonal polynomial transformation method is to achieve more than two-focus image fusion)
- 2010-05-29 10:52:16下载
- 积分:1
-
symMat
A matrix of symbolic elements is reasonably useful for many analytic linear algebra applications, and for analytic vector, matrix and tensor differentiation.
This function produces a matrix of arbitrary dimension of symbolic elements that are indexed by their position in the symbolic matrix for ease of reference.
EXAMPLE
>> M = symMat([2 2], m , real )
M =
[ m11, m12]
[ m21, m22]
>> class(M)
ans =
sym
>> det(M)
ans =
m11*m22 - m12*m21
- 2010-03-02 02:13:12下载
- 积分:1
-
programmingPgeophysicsPinPcPP
介绍地球物理中的一些主要算法,及其c++编译,英文版(discribe the use of c++ in geophysical )
- 2012-09-03 10:54:44下载
- 积分:1