-
enricacode
enricacode.zip一种ICA算法(enricacode)
- 2010-10-22 14:31:11下载
- 积分:1
-
matlab-power-system-simulation
介绍了matlab电力系统的仿真与分析的基本知识(Basic knowledge of matlab power system simulation and analysis)
- 2013-03-19 12:55:49下载
- 积分:1
-
LDAPminumum_distance
full implementation to LDA with Minumum distance Classifier for face recognition and easy to implement.
- 2014-02-03 19:05:05下载
- 积分:1
-
Nonparametric-Genetic-Clustering
Nonparametric Genetic Clustering
- 2014-02-20 10:16:32下载
- 积分: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
-
SumpleConvergence
深空通信SUMPLE算法仿真,收敛性,合成增益等(SUMPLE algorithm for deep space communicaion)
- 2020-06-30 06:40:02下载
- 积分:1
-
tiaofujietiao
加入噪声的调幅的matlab工程图,运行在matlab软件上(The noise AM matlab drawing, running in the MATLAB software)
- 2013-04-29 23:56:02下载
- 积分:1
-
affine
Affine Transformation
- 2009-12-12 13:57:17下载
- 积分:1
-
color-correction-techniques
GW, stretch, wp color correction techniques
- 2011-10-22 04:58:19下载
- 积分:1
-
QAM
QAM调制软比特解调,能够更准确进行解调。(Soft bit QAM modulation and demodulation, can be more accurately demodulated.)
- 2013-10-20 16:59:51下载
- 积分:1