-
kalman
The Kalman filter is a set of mathematical equations that provides ... The Kalman filter addresses the general problem of trying to estimate
- 2010-06-18 22:39:33下载
- 积分:1
-
v_g
dtc直接转矩控制 开关选择模型 运动控制(the dtc direct torque control switch selection model motion control)
- 2012-06-23 15:21:40下载
- 积分:1
-
4LQDQ
四路抢答题,输入可以为四路不同信号,通过锁存抢答信号进行抢答。(Four-way scramble answer, for four different input signals, signals through the latch Answer Answer.)
- 2009-05-14 13:43:05下载
- 积分:1
-
Kofsky-Code-Orange
人脸检测,matlab源码,适合初学者使用,包括Adaboost及Haar-like特征提取(face detectiom)
- 2013-09-24 14:50:30下载
- 积分: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
-
HARTLEY-a-COLPITTS
hartley and colpitts oscillator c program
- 2014-01-18 01:54:50下载
- 积分:1
-
s变换
说明: S变换源码,附带详细的英文注释,可直接调用函数进行变换(S-Transform function with some examples)
- 2020-11-21 13:36:49下载
- 积分:1
-
bsb
anoda great matlab source code.. use at ur free willl
- 2009-06-24 04:59:30下载
- 积分:1
-
MATLAB_classical_algorithm_of_nonlinear_equations
MATLAB非线性方程组经典算法设计MATLAB classical algorithm of nonlinear equations(Classical nonlinear equations MATLAB algorithm MATLAB classical algorithm of nonlinear equations)
- 2010-08-02 11:04:50下载
- 积分:1
-
iirfilter
iir低通滤波器设计实验代码,可以清楚地观察到滤波效果(iir low-pass filter design experimental code, can be clearly observed filter effect)
- 2010-12-13 22:24:24下载
- 积分:1