登录
首页 » matlab » Mie-scattering-Matlab

Mie-scattering-Matlab

于 2010-09-25 发布 文件大小:38KB
0 176
下载积分: 1 下载次数: 198

代码说明:

  粒子散射光强的计算,可算粒子各个散射角的光强分布及其相位(The calculation of particle scattering intensity, scattering angle of each particle can be considered the light intensity distribution and phase)

文件列表:

Mie-Matlab-Maetzler-v2
......................\besselplot1.m,1064,2002-11-01
......................\besselplot2.m,1092,2002-11-01
......................\besselplot3.m,929,2002-11-01
......................\Besselplot4.m,1319,2002-11-01
......................\besselplot5.m,754,2002-11-01
......................\besselriccati.m,569,2002-11-01
......................\epsice.M,512,2002-11-01
......................\epswater.m,591,2002-11-01
......................\epswater93.m,430,2002-11-01
......................\Mie.m,1754,2002-11-01
......................\Mie2.m,1763,2002-11-01
......................\Mie2_ab.m,1098,2002-11-01
......................\Mie2_abs.m,1037,2002-11-01
......................\Mie2_cd.m,1187,2002-11-01
......................\Mie2_esquare.m,1574,2002-11-01
......................\Mie2_S12.m,659,2002-11-01
......................\Mie2_tetascan.m,911,2002-11-01
......................\Mie2_xscan.m,1121,2002-11-01
......................\Mieab_1.m,437,2002-11-01
......................\Mieab_2.m,537,2002-11-01
......................\Miecoated.m,2159,2002-11-01
......................\Miecoated_ab1.m,2166,2002-11-01
......................\Miecoated_ab2.m,1473,2002-11-01
......................\Miecoated_ab3.m,1474,2002-11-01
......................\Miecoated_prscan.m,1265,2002-11-01
......................\Miecoated_rain3.m,2240,2002-11-01
......................\Miecoated_rain4.m,2009,2002-11-01
......................\Miecoated_rain5.m,2023,2002-11-01
......................\Miecoated_rain6.m,2179,2002-11-01
......................\Miecoated_rain7.m,2182,2002-11-01
......................\Miecoated_S12.m,661,2002-11-01
......................\Miecoated_tetascan.m,882,2002-11-01
......................\Miecoated_wrscan.m,1286,2002-11-01
......................\Miecoated_wscan.m,1265,2002-11-01
......................\Mie_1.m,975,2002-11-01
......................\Mie_2.m,1554,2002-11-01
......................\Mie_ab.m,1047,2002-11-01
......................\Mie_abcd.m,962,2002-11-01
......................\Mie_abs.m,742,2002-11-01
......................\Mie_cd.m,953,2002-11-01
......................\Mie_esquare.m,1364,2002-11-01
......................\Mie_pt.m,437,2002-11-01
......................\Mie_rain1.m,877,2002-11-01
......................\Mie_rain1c.m,1002,2002-11-01
......................\Mie_rain1d.m,958,2002-11-01
......................\Mie_rain1r.m,881,2002-11-01
......................\Mie_rain2.m,1398,2002-11-01
......................\Mie_rain3.m,2011,2002-11-01
......................\Mie_rain4.m,1628,2002-11-01
......................\Mie_rain5.m,1463,2002-11-01
......................\Mie_S12.m,603,2002-11-01
......................\Mie_tetascan.m,726,2002-11-01
......................\Mie_xscan.m,929,2002-11-01

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

发表评论

0 个回复

  • readpgm
    Matlab源代码读取PCM文件,路径需要修改下 (Matlab source code to read the pcm file, the path need to modify under )
    2012-04-01 12:09:36下载
    积分:1
  • polar
    绘制极坐标图函数,绘制多条时,是将参数组成行向量(Draw polar plot function to draw multiple parameters composed of row vectors)
    2013-01-22 12:41:47下载
    积分:1
  • IOFileFilter
    An interface which brings the FileFilter and FilenameFilter interfaces together.
    2014-01-13 12:00:57下载
    积分:1
  • Sonhiz
    this program include successfull matlab code
    2011-04-29 20:55:41下载
    积分:1
  • SVM
    线性SVM分类,数据已给出,代码很详尽哈(Linear SVM classification, data has been given, the code is very detailed and Kazakhstan)
    2011-05-04 20:26:51下载
    积分:1
  • cholmod_wrapper
    CHOLMOD: a sparse Cholesky factorization package
    2014-09-05 13:18:57下载
    积分:1
  • electronconfiguration
    machine electrotechnic control
    2013-04-30 18:00:13下载
    积分:1
  • Robustness
    检验Rossler混沌系统在有限时间内具有鲁棒性(Inspection Rossler chaotic system in the limited time robust)
    2011-12-30 15:58:59下载
    积分:1
  • Substation-panel-electrical-parameters-computatio
    Substation panel electrical parameters comptation
    2014-02-04 20:28:33下载
    积分:1
  • 采用FIR最小二乘逆滤波器来实现反卷积 deconvolution
    采用FIR最小二乘逆滤波器来实现反卷积 1.通过输入信号xn与传递函数gn求输出yn 2.通过使平方误差达到最小求出最佳延迟 3通过最佳延迟求得逆滤波器传递函数hn 4通过hn与yn进行卷积运算得到还原的输入信号xn1,进行对比 5按照题设要求,进行相关噪声添加,再次进行上述实验过程 (Using least squares FIR inverse filter to achieve deconvolution)
    2021-05-06 16:32:23下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载