-
123
filtering and salt and pepper noise reduction
- 2010-08-02 19:21:37下载
- 积分:1
-
dds_synthesizer
Matlab code for dds output can be taken for sine wave generation using matlab
- 2012-06-22 03:16:55下载
- 积分:1
-
trajectory
轨迹发生器matlab函数 导航仿真使用(Trajectory generator navigation simulation using matlab function)
- 2020-12-16 14:19:12下载
- 积分:1
-
fcmtrancformer
说明: 基于MATLAB的K均值分类算法的源程序,用于诊断变压器故障(MATLAB-based K-means classification algorithm of the source code for transformer fault diagnosis)
- 2009-08-23 09:22:23下载
- 积分:1
-
main-program
This program reconstruct the mean temperature profile with the angle in the troposphere that is modeled with the program itself and needs the following functions: ariachiara,ariachiara2,nebbia,nebbia2,cirro,cirro2,pressione,nuvola,nuvola2,layer,layer2
- 2014-09-29 20:32:51下载
- 积分:1
-
matlabWaveletTechnology_11539563
用matlab进行小波分析,代码中有关于小波分析的高级技术(Advanced Technology on wavelet analysis wavelet analysis using matlab code)
- 2013-05-11 19:49:22下载
- 积分:1
-
exm0563_1
从三维坐标初步观察两函数图形相交情况,对初学者有一定的帮助!!(zx)
- 2010-11-15 20:09:21下载
- 积分:1
-
pid4
AN EXCELLENT MODELLING OF DC MOTORS CONTROLLED BY PID TUNING
- 2010-05-27 01:30:51下载
- 积分: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
-
MyDIP
《图象处理》全部编码~~~~matlab~~~~(matlab~)
- 2010-01-04 20:10:52下载
- 积分:1