-
Levenberg-Marquardt
Levenberg-Marquardt优化单应性矩阵,也可经过修改用于相机标定参数的优化(Levenberg-Marquardt optimization homography can also be modified for optimization of camera calibration parameters)
- 2020-12-06 21:19:22下载
- 积分:1
-
junheng
该程序实现了灰度图像的均衡化处理,是用MATLAB函数直接实现的,较简单(The program achieved the balance of gray image processing is achieved using MATLAB functions direct, simple)
- 2010-05-15 08:03:06下载
- 积分: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
-
Lagrange_fft
基于拉格朗日插值法的可变分数延时FIR滤波器设计(Lagrange interpolation method based on variable fractional delay FIR filter design)
- 2013-11-25 19:41:58下载
- 积分:1
-
Attachments_2014119
This is the paper face recognition in matlab.
- 2014-02-06 03:27:32下载
- 积分:1
-
NewMusic
DOA 估计技术在无线通信中起着重要的作用。在这项技术的诸多算法中,music很经典,这里提供一个改进了是算法。(DOA estimation techniques in wireless communications have played an important role. The technology in many algorithms, music is classic, here is to provide a improved algorithm.)
- 2009-05-22 21:47:52下载
- 积分:1
-
Kalman2
说明: 网上的Kalman滤波数据融合示例,此处的特点是添加了详细的注释,并且为了更容易理解和顾名思义,对部份变量和函数名作了修改,使得非常易懂。(An example of Kalman filtering data fusion on the Internet! Detailed annotations are added and some variables and function names are modified to make them easy to understand.)
- 2020-07-04 20:00:02下载
- 积分:1
-
Archive
无刷直流电机(BLCD) 建模仿真 S函数的编译(BLCD S-function)
- 2010-05-26 10:18:06下载
- 积分:1
-
Algo_jade.m
source separation jade algorithm
- 2012-08-02 22:10:06下载
- 积分:1
-
cSharp-GUIP-instrument-panel
c# GUI+ 多种仪表盘,很难找的仪表盘,也很实用(c# GUI+ variety of dashboard, it is difficult to find the instrument panel, but also very practical)
- 2013-10-03 20:47:01下载
- 积分:1