-
BanglaOpticalCharacterRecognition
Optical Character Recognition Algorithm
- 2010-01-14 14:11:49下载
- 积分:1
-
soving-equation
matlab常见方程求根常用方法打包,可以供初学者使用(The matlab common equation Root common method of packaging, for beginners)
- 2012-02-11 20:00:30下载
- 积分:1
-
gmdhbuild
GMDH的MATLAB源代码,是主程序,也就是gmdhbuild.文件。与之配套的测试文件gmdhtest.m、输出误差gmdhpredice.m会接着发出。(GMDH The MATLAB source code, is the main program, which is gmdhbuild. File. Accompanying test file gmdhtest.m, output error will be followed by a gmdhpredice.m.)
- 2010-01-22 11:09:09下载
- 积分:1
-
liyapanuofu
说明: 这是个混沌理论应用中的李雅普诺夫指数源代码,里面的方程是著名的lorenze方程,它可以帮助我们分析混沌的动力学特性,希望对大家有用(This is application of chaos theory in the Lyapunov index of the source code, which the equation is the famous lorenze equation, it can help us analyze chaotic dynamics, we hope to be useful)
- 2011-03-31 15:00:30下载
- 积分:1
-
bisection_new
Step 1: Set i=1
FA=f(a)
Step 2: while i≤ No do step 3-6.
Step 3 set p=(a+b)/2
FP=f(p)
Step 4 if FP<TOL or (b-a)/2<TOL then
OUTPUT(p)
STOP.
prepared by Razana Alwee
24
Algorithm
Step 5 set i=i+1
Step 6 if FA.FP > 0 then set a=p
FA=FP
else set b=p.
Step 7 OUTPUT (‘Method failed after No iteration,
No=’, No)
- 2011-11-23 09:49:57下载
- 积分:1
-
Radar-system-design-on-matlab
主要讲解雷达的工作原理以及matlab仿真过程(This an paper about radar how to work.)
- 2012-10-25 14:53:44下载
- 积分:1
-
ofdm.programme
script en matlab ofdm/cdma
- 2012-11-21 16:46:41下载
- 积分:1
-
d_corner
matlab image processing corner detection
- 2012-12-31 23:58:27下载
- 积分:1
-
shuangyinduopin
双音多频信号,根据输入的音频信号判断实际对应的数字(Dual tone multi-frequency signal, the audio signal is determined based on the actual input of the corresponding number)
- 2014-12-10 20:04:48下载
- 积分:1
-
sr1
使用对称秩1算法求解无约束问题
输入包括初始点,目标函数和梯度
输出包括最优点最优解和迭代次数(Rank 1 using symmetric algorithms for unconstrained problems including initial entry points, the objective function and the gradient of the output, including the most optimal solution and the advantages of iterations)
- 2013-12-08 15:02:05下载
- 积分:1