登录
首页 » matlab » youhua1

youhua1

于 2020-12-11 发布 文件大小:2KB
0 124
下载积分: 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 个回复

  • Digital-simulation-of-passive-seeker
    文章中建立了被动式导引头的模型,并对其仿真分析(Established a model of passive seeker, and the simulation analysis)
    2021-03-09 10:59:28下载
    积分:1
  • PESQ
    ESQ measure: ------------- Usage of the PESQ objective measure is as follows: [pesq_mos]=pesqESQ measure------------- Usage of the PESQ objective measure is as follows: [pesq_mos]=pesq(cleanfile.wav,enhanced.wav) where cleanfile.wav contains the clean speech file and enhanced.wav contains the enhanced file. ------------------------- Loizou, P. (2007) "Speech enhancement: Theory and Practice", CRC Press. Any questions, please email: loizou@utdallas.edu.(ESQ measure------------- Usage of the PESQ objective measure is as follows: [pesq_mos]=pesq(cleanfile.wav,enhanced.wav) where cleanfile.wav contains the clean speech file and enhanced.wav contains the enhanced file. ------------------------- Loizou, P. (2007) "Speech enhancement: Theory and Practice", CRC Press. Any questions, please email: loizou@utdallas.edu)
    2010-07-02 19:59:53下载
    积分:1
  • ProyectoOCRmejorado
    OCR system with neural network
    2010-07-09 01:54:06下载
    积分:1
  • Azhen
    说明:  对多机电力系统进行小干扰稳定分析 可以计算特征值,特征向量(Of multi-machine power system small signal stability analysis can calculate the eigenvalue, eigenvector)
    2008-10-01 17:42:23下载
    积分:1
  • 3GPP
    cell search in 3GPP long term evolution systems
    2012-10-03 14:48:05下载
    积分:1
  • sunmou_v33
    非归零型差分相位调制信号建模与仿真分析 ,合成孔径雷达(SAR)目标成像仿真,MIMO OFDM matlab仿真。( NRZ type differential phase modulation signal modeling and simulation analysis, Synthetic Aperture Radar (SAR) imaging simulation target, MIMO OFDM matlab simulation.)
    2016-09-01 15:56:29下载
    积分:1
  • OFDM_rece_matlab
    一个OFDM符号128个有效符号,插入128个虚拟子载波 符号率(即有效数据率)fsymbol,而发送速率(需要包括虚拟子载波)2fsymbol 输入的数据需要2倍的发送数据率,以便进行内插,实现位定时跟踪,即4倍fsymbol采样率的调制信号 OFDM symbol Nfft=128 points 一个OFDM符号数据点 Nfft*2 = 256 , Guard Interval点 =Ng*2=64 ( a OFDM symbol 128 effective symbols, insert 128 virtual sub-carrier symbol rate (i.e. valid data rate), and fsymbol sending rate (need to include virtual sub-carrier) 2fsymbol input data need 2 times the sending data rate for interpolation, realize a timing tracking, namely fsymbol sampling rates four times the modulation signal OFDM symbol Nfft = 128 points a OFDM symbol of data points Nfft* 2 = 256, Guard Interval point = Ng* 2 = 64 )
    2011-05-21 10:28:58下载
    积分:1
  • Desktop
    Codes for biometric system performencces uation. ROC curve, EER, FAR, FRR, Accuracy
    2015-03-08 03:50:39下载
    积分:1
  • root_music
    DOA estimaiton with root-MUSIC algorithm
    2021-04-27 15:38:44下载
    积分:1
  • Two-dimensional-matlab-simulation
    二维TE波圆柱FDTD的MATLAB仿真(Two dimensional TE wave cylindrical matlab simulation)
    2014-01-17 20:47:11下载
    积分:1
  • 696518资源总数
  • 105273会员总数
  • 10今日下载