-
dt
说明: 一个关于有向图最短路线的matlab程序,有点短,但挺适用(A directed graph on the shortest route matlab procedures, a bit short, but very applicable to)
- 2008-02-26 18:58:25下载
- 积分:1
-
Robotics-TOOLBOX-matlab
本文章是matlab中robotics工具箱的介绍(This article is an introduction matlab toolbox in robotics)
- 2011-05-02 21:51:54下载
- 积分:1
-
fpmsmg
from abc to dq transform
- 2012-06-01 12:24:59下载
- 积分:1
-
lab
matlab基础,关于自相关函数的,并且它很实用,很多教材都用到了(matlab based on the autocorrelation function, and it was practical, many materials are used in the)
- 2011-04-26 09:21:01下载
- 积分:1
-
91433
Simulation of Autonomous Navigation Mobile Robot
System
- 2015-01-06 04:43:12下载
- 积分:1
-
MATLAB
Nyquist Graph Rutine
- 2011-12-06 09:38:19下载
- 积分:1
-
3D-reconstruction
一种基于matlab的三维图像重构算法,能够实现图像的三维重建功能(Based on a three-dimensional image reconstruction algorithm matlab, to achieve a three-dimensional image reconstruction function)
- 2014-04-01 17:30:40下载
- 积分:1
-
Hz
说明: 由 得到幅频响应 。系统函数 由下式给出:
(A.1)
若 ,则 为一全极点IIR系统,若 ,则 为FIR系统(By the frequency response obtained. System function is given by: (A.1) if, compared to an all-pole IIR system, if, for the FIR system)
- 2010-12-07 11:08:48下载
- 积分: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
-
viterbi_decode
用matlab实现维特比算法译码,程序简单易懂,自己编写的。(Using matlab Viterbi decoding algorithm, the program is simple and easy to understand, I have written.)
- 2020-12-17 08:29:12下载
- 积分:1