登录
首页 » matlab » FOPA

FOPA

于 2021-05-08 发布 文件大小:21KB
0 325
下载积分: 1 下载次数: 66

代码说明:

  里面的程序为利用MATLAB程序仿真光纤参量放大中的增益与信号波长,增益与泵浦波长,增益带宽与信号波长与泵浦波长差的关系。(Inside the program MATLAB program simulation of the gain of the optical parametric amplification and signal wavelengths, the gain and the pumping wavelength, the gain bandwidth and the signal wavelength and pump wavelength difference.)

文件列表:

FOPA
....\a.m,313,2013-04-02
....\eeeeeeee_2.m,534,2013-04-03
....\test_2.m,349,2013-04-02
....\text_1.m,388,2013-03-30
....\untitled.fig,20098,2013-03-30

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

发表评论

0 个回复

  • Montecarlo
    说明:  montecarlo算法 matlab编程(montecarlo algorithm matlab programming)
    2009-08-13 18:21:40下载
    积分:1
  • jpeg2000(matlab)
    jpeg在matlab下的仿真实现,整个程序运行还行,共享给大家(jpeg of the Matlab Simulation, and the whole process has run OK, for everyone to share)
    2006-06-13 22:17:55下载
    积分:1
  • MC
    说明:  用于特征选择,尤其是在基因微阵列数据中,利用随机思想(feature selection)
    2012-04-24 15:39:16下载
    积分:1
  • tx_modulate
    the basic space time block code techniqes
    2010-12-22 18:05:58下载
    积分:1
  • genetic
    用MATlab实现的遗传算法,i比较简单,适用于刚学习粒子群算法的人,大家可以交流一下(MATlab genetic algorithm, relatively simple, suitable for people new to the study of the particle swarm optimization (pso) algorithm, we can discuss)
    2014-09-20 08:41:06下载
    积分:1
  • li9_23
    clear all I=imread( lena.bmp ) figure imshow(I) I2=imrotate(I,-4, bilinear ) 逆时针旋转4度 figure imshow(I2) I3=fliplr(I) 垂直镜像 figure imshow(I3) I4=imresize(I,0.5, bilinear ) 缩小为原图的1/2 figure imshow(I4) A=double(I) 转换为double类型 计算7个不变矩 [nc,nr]=size(A) [x,y]=meshgrid(1:nr,1:nc) 得到网格 x=x(:) y=y(:) A=A(:) m.m00=sum(A) if m.m00==0 m.m00=eps end m.m10=sum(x.*A) m.m01=sum(y.*A) 计算均值 xmean=m.m10/m.m00 ymean=m.m01/m.m00 计算中心矩(li9_23.rar cm.cm00=m.m00 cm.cm02=(sum((y-ymean).^2.*A))/(m.m00^2) cm.cm03=(sum((y-ymean).^3.*A))/(m.m00^2.5) cm.cm11=(sum((x-xmean).*(y-ymean).*A))/(m.m00^2) cm.cm12=(sum((x-xmean).*(y-ymean).^2.*A))/(m.m00^2.5) cm.cm20=(sum((x-xmean).^2.*A))/(m.m00^2) cm.cm21=(sum((x-xmean).^2.*(y-ymean).*A))/(m.m00^2.5) cm.cm30=(sum((x-xmean).^3.*A))/(m.m00^2.5) im(1)=cm.cm20+cm.cm02 im(2)=(cm.cm20-cm.cm02)^2+4*cm.cm11^2 im(3)=(cm.cm30-3*cm.cm12)^2+(3*cm.cm21-cm.cm03)^2 im(4)=(cm.cm30+cm.cm12)^2+(cm.cm21+cm.cm03)^2 im(5)=(cm.cm30-3*cm.cm12)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm21-cm.cm03)*(cm.cm21+cm.cm03)... +(3*(cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2) im(6)=(cm.cm20-cm.cm02)*((cm.cm30+cm.cm12)^2-(cm.cm21+cm.cm03)^2)... +4*cm.cm11*(cm.cm30+cm.cm12)*(cm.cm21+cm.cm03) im(7)=(3*cm.cm21-cm.cm03)*(cm.cm30+cm.cm12)... *((cm.cm30+cm.cm12)^2-3*(cm.cm21+cm.cm03)^2)... +(3*cm.cm12-cm.cm30)*(cm.cm21+cm.cm03)... *()
    2010-10-17 21:53:14下载
    积分:1
  • emotion_12
    Emotion finder matlab code and with some images works fine
    2015-03-13 12:52:25下载
    积分:1
  • chaoliujisuan
    配电网潮流计算程序,有40个节点,并且利用时下普遍的前推回代算法计算(Distribution power flow calculation program, with 40 nodes, and use nowadays generally forward and backward substitution algorithm)
    2021-03-26 15:09:13下载
    积分:1
  • test3busconejo
    interruptible load stochastic
    2013-07-12 18:39:37下载
    积分:1
  • TSP-via-ants-colony
    here is m-files for tsp problem .it is well written with good descriptions.and works even for large number of nodes.
    2014-02-01 16:10:38下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载