登录
首页 » matlab » PSO

PSO

于 2012-04-01 发布 文件大小:1KB
0 261
下载积分: 1 下载次数: 49

代码说明:

  基于粒子群算法的PID控制算法MATLAB源程序(PID control algorithm based on particle swarm optimization algorithm)

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

发表评论

0 个回复

  • lms
    lms算法实现单波束形成,线阵单波束形成,(linear array signal beamforming )(LMS beamforming algorithm alone, single-line array beamforming, (linear array signal beamforming))
    2007-07-11 22:01:14下载
    积分:1
  • dspddc_R12p1
    这个模型模拟配置的GSM运营定点数字下变频器(DDC),利用Simulink,DSP模块,以及定点模块组。该模型模拟了TI/ GrayChip GC4016四路数字下变频芯片一种操作方式(This model simulates a fixed-point Digital Down Converter (DDC) configured for GSM operation, using Simulink, DSP Blockset, and the Fixed Point Blockset. The model emulates one mode of operation of the TI/GrayChip GC4016 Quad Digital Down Converter chip)
    2014-08-08 17:36:59下载
    积分:1
  • local_max_mode
    这段程序求纵向细节v和横行细节h的合成及模极大值(maxmuim procession )
    2010-05-27 16:52:46下载
    积分:1
  • IGBT
    自己整理的一些关于matlab仿真中电力电子元件ICBT的相关资料(Some ICBT matlab simulation of power electronic components )
    2014-12-30 16:46:09下载
    积分:1
  • ECG-Feature-Extraction-Techniques
    ECG Feature Extraction Techniques ECG Feature Extraction Techniques ECG Feature Extraction Techniques ECG Feature Extraction Techniques ECG Feature Extraction Techniques
    2013-04-30 01:05:27下载
    积分:1
  • xinximianyi.rar
    免疫算法求解优化问题,基于熵信息的优化算法,可以看看,触类旁通(Immune algorithm for solving optimization problems, the entropy of information-based optimization algorithm, you can see, by analogy)
    2013-05-18 15:52:06下载
    积分:1
  • tsp
    This is a matlab code which deals with TSP problem. This is done using ant colony algorithm. In this problem each city gets visited once and a shortest path is obtained.
    2014-02-17 12:31:08下载
    积分:1
  • dct
    M=512 原图像长度 N=64 K=8 I=zeros(M,M) J=zeros(N,N) BLOCK=zeros(K,K) 显示原图像 I=imread( f:ceshiyuanshitu.bmp ) figure imshow(I) xlabel( 原始图像 ) 显示水印图像 J=imread( f:ceshilogistic_nuaa64.bmp ) figure imshow(J) xlabel( 水印图像 ) 嵌入水印 tem=1 for p=1:N for q=1:N x=(p-1)*K+1 y=(q-1)*K+1 BLOCK=I(x:x+K-1,y:y+K-1) BLOCK=dct2(BLOCK) if J(p,q)==0 a=-1 else a=1 end BLOCK(2,1)=BLOCK(2,1)*(1+a*0.01) BLOCK=idct2(BLOCK) I(x:x+K-1,y:y+K-1)=BLOCK end end 显示嵌入水印后的图像 figure imshow(I) xlabel( 嵌入水印后的图像 ) imwrite(I, f:ceshiembedded.bmp )
    2010-06-13 18:43:39下载
    积分:1
  • intro
    Adaptive Techniques for Mixed Signal System on Chip
    2009-03-12 13:45:31下载
    积分:1
  • runge_kutta
    runge_kutta 四阶算法 还有Simpson算法(runge_kutta Simpson algorithm of fourth order algorithms are)
    2010-05-08 10:15:16下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载