-
egdtt
image edge detect funtion for matlab
and example image
POSTECH
- 2009-12-10 03:14:43下载
- 积分: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
-
3weishange222
本程序利用matlab实现3维栅格地图建模,调试成功,有兴趣的可以下载(This procedure using matlab to achieve a three-dimensional grid map modeling, debugging success, interested can download)
- 2013-04-12 18:58:18下载
- 积分:1
-
Lempel_Ziv_Coding
mp4 acc decoder
- 2012-01-30 02:31:32下载
- 积分:1
-
sv2l
Space vector pulse width modulation
- 2015-04-22 16:18:45下载
- 积分:1
-
distance and azimuth angle
根据经纬度计算两点间的球面距离(两种方法基于球面余弦公式,基于Haversine公式)、计算方位角。(calculate spherical distance and azimuth angle by Latitude and Longitude)
- 2018-09-06 10:58:18下载
- 积分:1
-
matrice_fondamentale_est
matrice fondamentale
- 2013-01-15 02:16:44下载
- 积分:1
-
EKF__
基于扩展卡尔曼滤波器的永磁同步电机矢量控制matlab/simulink仿真(Extended Kalman Filter based permanent magnet synchronous motor vector control matlab/simulink simulation)
- 2015-05-15 09:43:28下载
- 积分:1
-
LMS
说明: 利用matlab实现自适应滤波的优化算法之最小均方算法(LMS)(The least mean square algorithm (LMS) of adaptive filtering optimization algorithm using MATLAB)
- 2019-12-17 09:58:11下载
- 积分:1
-
lagrange-
说明: 拉格朗日多项式插值计算,可以用语内插卫星精密星历的卫星坐标(Lagrange polynomial interpolation can be inserted within the terms of precision satellite coordinates of the satellite ephemeris)
- 2011-04-17 12:30:59下载
- 积分:1