-
CLUSTER
HELP FOR STUDENT AND ELECTRONIC POWER AND
- 2015-03-06 20:08:27下载
- 积分:1
-
doa_music
DOA estimation with MUSIC algorithm
array signal processing
- 2012-11-27 13:51:09下载
- 积分:1
-
LPMatlabDEMO-zip2
deal with matlab source, matlab toolbox
- 2013-01-30 01:55:15下载
- 积分:1
-
mwsvc
matlab仿真模型,非常全面的逆变器仿真模型,可以当作毕业设计内容使用。(matlab simulation model, a very comprehensive simulation model of the inverter can be used as a graduation project content.)
- 2008-08-03 19:59:22下载
- 积分:1
-
GM_EM
经典的em算法即期望最大化算法,可用于高斯混合GMM模型和聚类算法,(Classic em algorithm that expectation maximization algorithm can be used for Gaussian mixture models and GMM clustering algorithm,)
- 2014-12-10 16:49:35下载
- 积分:1
-
Parallel-axis
平行坐标轴是可视化的一种传统方法,用于模式识别聚类等,数据是‘鸢尾花数据集’,有较好的分类效果。(Parallel to the axis is a traditional way to visualize, used for clustering and pattern recognition, data is the iris data set, have better classification effect.)
- 2015-05-26 10:40:13下载
- 积分:1
-
ISAR-image
利用matlab进行转台法isar成像仿真(isar image)
- 2021-01-31 23:20:01下载
- 积分: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
-
Ranksum_test
秩和检验的Matlab源码程序,计算两类变量所含显著差异的变量(Rank sum test of the Matlab source code program to calculate two types of variables contained in significant differences in the variables)
- 2007-12-08 19:01:17下载
- 积分:1
-
rotate_platform
仿真包含有4个散射点的目标的转台ISAR成像(simulate ISAR imaging of target including four scatters)
- 2011-05-30 18:45:01下载
- 积分:1