-
random_walk
2D version of Brownian motion. A random walk is similar to markov process, however a
markov process has no memory, where a random walk uses an initial state.
The next step in the walk does not necessarily depend on your current
state but will be referenced from your current state, that is to say the
random vector is added to your current state. depending on complexity
- 2013-02-13 05:08:58下载
- 积分:1
-
gui3
matalb guui......................(matalb gui.......................)
- 2013-11-03 20:49:41下载
- 积分:1
-
kalman
Visual C++编程实现Kalman滤波器(It realize the Kalman filter with visual c++)
- 2010-08-11 20:12:39下载
- 积分:1
-
matlab-fft
基于matlab的地震傅式谱编写程序,很有用的一个程序。(Fuh-based seismic spectrum matlab programming, a very useful program.)
- 2013-09-26 19:16:56下载
- 积分:1
-
capacitorer
measure the capacitance of parallel plate capacitor
- 2012-01-30 16:57:19下载
- 积分:1
-
Turbdetect
湍流气象目标的检测算法仿真程序,用于气象雷达信号处理(turbulent flow target detect program)
- 2014-02-26 19:44:40下载
- 积分:1
-
rlckt
modelling and simulation rlc circuit
- 2011-09-15 14:46:38下载
- 积分:1
-
Maximum-Entropy
In the distributed processing, where common labeled data may be not
available for designing classifier ensemble, however, an ensemble solution is
necessary, traditional fixed decision aggregation could not account for class prior
mismatch or classifier dependencies in electronic technology. Previous
transductive learning strategies have several drawbacks, e.g., feasibility of the
constraints was not guaranteed and heuristic learning was applied. We overcome
these problems by developing improved iterative scaling (IIS) algorithm for
optimal solution. This method is shown to achieve improved decision accuracy
over the earlier approaches in electronic technology
- 2015-03-18 21:44:09下载
- 积分:1
-
GA
说明: This code is to give a brief analysis of the famous GA alogrithm.
- 2011-03-21 23:18:19下载
- 积分:1
-
femTriangularMesh
The function femTriangularMeshGenerator() generates triangular mesh for a rectangular shape structure for Finite Element analysis.
The outputs are:
coords = x and y coordinates of each element nodes
cT = nodal connectivity
nNodes = Number of nodes
The inputs are:
Lx = width of the rectangular structure
Ly = Height of the rectangular structure
Nx = Number of divisions on x- axis
NE = Number of elements
The example generates 144 elements for a rectangular structure given a dimension 10units by 10units with respect to 8 divisions on x-axis.
- 2012-10-11 19:45:21下载
- 积分:1