登录
首页 » matlab » youhua1

youhua1

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

代码说明:

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

文件列表:

youhua1.m,4120,2013-05-10

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

发表评论

0 个回复

  • qam
    一、 本程序采用16QAM调制方式,对一串2进制信源进行调制,用升余弦滚降函数进行基带调制,再调到高频信道;在信道上加入高斯白噪声,运用匹配滤波器解调,画出解调星座图,运用最小欧氏距离译码判决,计算误比特率。(First, the program uses 16QAM modulation, the source of a string of two binary modulation, with the Raised Cosine modulated baseband functions, and then transferred to high-frequency channel in the channel by adding Gaussian white noise, the use of matched filter demodulation, demodulation constellation plot using the minimum Euclidean distance decoding decision, bit error rate calculation.)
    2011-04-20 22:24:52下载
    积分:1
  • RD
    说明:  合成孔径雷达的距离多普勒成像算法的源代码,简单易懂,适合新手与初学者。(Distance synthetic aperture radar Doppler imaging algorithm source code, easy to understand for novice and beginners.)
    2014-10-14 21:11:53下载
    积分:1
  • EFM_rect
    EFM信号的时域 频域 和模糊度函数的分析(EFM signal the time domain to the frequency domain and the ambiguity function analysis)
    2012-10-24 11:49:30下载
    积分:1
  • ACA_TSP
    ACA_TSP是用蚁群算法(ant colony algorithm)解决旅行商问题(travelling salesman problem)。文件打开后运行ACA_TSP.m文件即可得到结果,代码中有详细注释,方便修改。运行示例已经保存为图片附在压缩包中。(ACA_TSP is to solve the traveling salesman problem (travelling salesman problem) ACO (ant colony algorithm). Run ACA_TSP.m file to get the file to open the result, the code has detailed notes, easy to modify. Run the sample has been saved as a picture attached to the compressed package.)
    2014-02-08 12:47:23下载
    积分:1
  • architecture_v7m_reference_manual
    Cortex-M3 Technical Reference Manual Revision r2p1(Cortex-M3 Technical Reference Manual Revision r2p1 )
    2011-01-26 14:10:29下载
    积分:1
  • xitong
    三自由度平台控制律设计系统框图,实现对平台的三个角度的跟踪(Three degrees of freedom platform control law design system block diagram, tracking the three angles of the platform)
    2013-01-13 09:44:20下载
    积分:1
  • mmagcmma
    MMA and GCMMA two methods for nonlinear optimization(MMA and GCMMA two methods for nonlinear optimization)
    2014-11-11 10:12:36下载
    积分:1
  • Intro_to_characters
    This is intro to characters and it is for educational use only. Only for personal study.
    2014-11-27 01:06:12下载
    积分:1
  • state-estimation-using-PSO
    使用PSO算法来求解状态估计,测试算例为IEEE 33 test case,效果不错。(Distribution State Estimation (DSE) by using PSO algorithm)
    2013-05-10 14:45:24下载
    积分:1
  • ShowFrequency
    采用Matlab仿真,实时对麦克风话筒进行语音采集,并进行实时时域和频域分析,描绘频谱图和时域图形。(Using Matlab simulation, real microphone microphone for voice capture, and real-time domain and frequency domain analysis, spectral and temporal depicting graphic.)
    2021-04-18 19:38:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载