-
Helical_gear
helical gear. it solution of helical gear problem
- 2010-02-12 00:52:36下载
- 积分:1
-
sixteenqam
AWGN信道下,基于16QAM的TCM编译码(AWGN channel, 16QAM-based TCM encoding and decoding)
- 2013-04-29 19:55:22下载
- 积分: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
-
EntropyWeight
matlab编写的熵权代码,很实用的东西(Entropy matlab code written, very practical things)
- 2013-11-28 22:43:31下载
- 积分:1
-
目标分配的遗传算法 targetalloc
目标分配的遗传算法在matlab的实现,可以用于在武器分配,以及背包问题。(Target allocation matlab genetic algorithm implementations that can be used in weapons distribution, and the knapsack problem.)
- 2014-04-21 16:35:38下载
- 积分:1
-
14.3-5
说明: 《MATLAB时频分析技术》例题matlab编程实现第十四章14.3-14.5(err)
- 2008-09-23 15:34:08下载
- 积分:1
-
main
这是一个基于颜色直方图的粒子滤波目标跟踪的主程序,比较完整,供大家参考(This is a color histogram based particle filter tracking the main program, more complete, for your reference)
- 2011-05-22 10:54:08下载
- 积分:1
-
image_deconvreg
对图像进行约束最小二乘滤波复原,并调用edgetaper函数,减弱噪声放大效应和振铃现象(image restoration deconvreg)
- 2011-06-08 16:05:59下载
- 积分:1
-
matlab
傅里叶变换,系统信号转换有关,频域时域变换问题(Fourier transform, the system signal conversion is related to the frequency domain the domain transform)
- 2012-05-23 13:19:27下载
- 积分:1
-
Engineers-using-MATLAB
该书详细讲述了MATLAB软件在工程中的相关应用,希望能给大家的MATLAB学习有所帮助。(The book describes in detail the MATLAB software in engineering-related applications, we hope that learning the MATLAB help.)
- 2012-01-13 13:52:43下载
- 积分:1