-
AMAC
基于输出跟随的模型参考自适应控制程序,利用最小二乘进行了参数更新。(Based on the output of the model to follow reference adaptive control procedure, carried out using least squares parameter updating.)
- 2009-05-05 20:48:14下载
- 积分:1
-
51478222fast_select
在快匹配运动估计算法中,它的计算复杂度可以描述成:运算量=搜索点×块匹配准则.该表达式可以这样解释,在快匹配准则确定的情况下,如果一个匹配点的单位运算量确定了,这时动动估计的动算量就有直接取于搜索的点数,也就是取决于运动估计的搜索算法,实现了三步搜索法(Match the fast motion estimation algorithm, its computational complexity can be described as: Operational × volume = search block-matching criteria points. The expression can be interpreted in such a way, the fast matching criterion to determine the circumstances, if a match point of the unit operator determine the amount, and then moving moving moving estimate of the volume operator has direct access to the points in the search, that is, depends on the motion estimation search algorithm, to achieve a three-step search method)
- 2009-06-07 14:49:51下载
- 积分:1
-
Practical.Analog.and.Digital.Filter
FIR数字滤波器程序代码,十分的有用哦。我一直都保存着的(FIR digital filter program code, very useful Oh. I have always kept the)
- 2008-08-25 10:53:25下载
- 积分:1
-
MATLAB
说明: 这是基于MATLAB动态规划中最短路线的实现程序(good)
- 2010-04-20 16:21:58下载
- 积分:1
-
N-Lsuanfa
改进牛顿拉夫逊法,克服传统的牛顿法的缺点,缩短计算时间。(Improved Newton Raphson method to overcome the shortcomings of the traditional Newton method to shorten the calculation time.)
- 2014-11-09 20:50:42下载
- 积分:1
-
Lagrange-on-the-matlab-code
这个是matlab关于拉格朗日差值的源程序代码,可以运行的。(This is Lagrange numerical algorithm source code, you can run.)
- 2015-03-25 18:22:24下载
- 积分:1
-
Fiber-coupling
仿真高斯光束,同时分析光纤耦合特点并仿真(The Gaussian beam is simulated and the coupling characteristics of the fiber are analyzed and simulated)
- 2021-04-15 16:38:54下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
sancanshuguji
在matlab中对服从威布尔分布的寿命数据进行尺寸、特征寿命、形状参数的估计。数据开始只用输入向量n的一组数就好了。(In matlab Weibull distribution of life data size, estimated lifetime characteristic shape parameters. Data starts with only a set number of input vectors n enough.)
- 2015-01-29 14:55:50下载
- 积分:1
-
CHAP8_4
用MATLAB实现的离散系统灰色PID位置跟中系统(MATLAB implementation of the discrete-time systems with PID position with the system of gray)
- 2009-11-03 11:14:19下载
- 积分:1