登录
首页 » matlab » youhua1

youhua1

于 2020-12-11 发布 文件大小:2KB
0 131
下载积分: 1 下载次数: 41

代码说明:

  遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(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可以控制输出格式 待优化问题)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • wav
    wav文件读取。包括产生幅度,相位,过零率。内附程序和报告书。(wav file to read. Including the generation of amplitude, phase, zero crossing rate. Enclosing the process and report.)
    2009-11-16 16:59:20下载
    积分:1
  • svpwm1
    说明:  一个闭环的SVPWM控制,可以稳定控制电机作为毕业设计用(A closed loop of the SVPWM control, stability control motor can be used as a graduation project)
    2011-04-06 09:01:42下载
    积分:1
  • qiyixing
    对信号的奇异性检测.检测第一类间断点matlab中的一个一维信号(freqbrk.dat)含有突变点,对其进行检测(Singularity detection of signal detection of the first class discontinuity points matlab in a one-dimensional signal (freqbrk.dat) containing the mutation point, its detection)
    2012-04-19 21:21:23下载
    积分:1
  • BLDC
    说明:  分别建立pid控制与模糊PID控制的BLDC仿真模型,对比效果良好(BLDC simulation models of PID control and fuzzy PID control are established respectively, and the comparison results are good.)
    2019-04-20 11:56:57下载
    积分:1
  • Simulation_for_Cellular_Neural_Networks(CNN)
    Simulation for Cellular Neural Networks (CNN)
    2010-07-07 13:07:07下载
    积分:1
  • WiMAX-2.2-online
    这是一个WiMAX链路级matlab仿真程序,可以用在许多方面的仿真,如误码率、误比特率以及系统的吞吐量等,非常完整的一个程序。(This is a WiMAX link level matlab simulation program can be used in many aspects of the simulation, such as bit error rate, bit error rate, and throughput of the system and so on, very complete a program.)
    2013-11-16 10:33:34下载
    积分:1
  • SVM_tool
    支持向量机的工具箱,自己用的,应用很方便,有使用手册,源码,中文说明。是一款很好用的软件(Support Vector Machine Toolbox, own use, the application is very accessible, user manual, source code, the Chinese statement. Is a very good software used by)
    2010-01-22 20:42:34下载
    积分:1
  • Adaptive-spatial-
    自适应滤波在医疗中的应用,主要是心电图中的应用。(Adaptive filtering in medical applications, mainly ECG applications.)
    2011-11-21 21:26:16下载
    积分:1
  • matlabddfz
    matlab定点仿真资料,介绍如何用matlab进行定点仿真,便于下一步的硬件仿真(Matlab fixed-point simulation data)
    2017-03-19 16:22:41下载
    积分:1
  • kmeans
    k均值聚类算法MATLAB,自适型的代码(This is a nice work )
    2013-03-11 23:48:57下载
    积分:1
  • 696518资源总数
  • 105584会员总数
  • 19今日下载