資源簡介
一個華人Kevin Zhu的博士論文配套程序,實現了單層、雙層球粒子Mie散射的仿真。文件中附上了作者的介紹

代碼片段和文件信息
function?H?=?besselh_derivative(nuKx)
%?besselh_derivative(nuKx)?using?the?recursive?relationship?to?calculate?the?derivative?of
%?bessel‘s?funtion?of?third?kind?i.e.?Hankel‘s?function
%
%?nu?order?of?the?bessel‘s?function
%?K?=?1?if?it?is?Hankel‘s?function?of?the?first?kind;?K=2?if?it?is?Hankel‘s?function?of?the
%?second?kind‘
%?x?can?be?either?real?or?complex
%
%
????
%???$Rev::?580???????????????????????????????????????????$
%???$Author::?kzhu???????????????????????????????????????$
%???$Date::?2010-02-02?22:39:39?-0500?(Tue?02?Feb?2010)?$
????if?(K?~=1?&&?K~=2)
????????error(‘Improper?kind?of?Hankel?function‘);
????end
????
????H?=?0.5*(besselh(nu-1Kx)-besselh(nu+1Kx));
end?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????464??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\cat.m
?????文件???????1237??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\DielectricMaterial.m
?????文件???????2662??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\display.m
?????文件????????631??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\fieldnames.m
?????文件???????1767??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\get.m
?????文件????????564??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getComplexPermeability.m
?????文件????????604??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getComplexPermittivity.m
?????文件????????516??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getComplexRefractiveIndex.m
?????文件????????746??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getElectromagneticSpeed.m
?????文件????????474??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getElectromagneticWavelength.m
?????文件????????612??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getElectromagneticWaveNumber.m
?????文件????????560??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getIntrinsicImpedance.m
?????文件????????401??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getPermeability.m
?????文件????????474??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\getPermittivity.m
?????文件????????469??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\horzcat.m
?????文件????????459??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\struct.m
?????文件???????1660??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\subsasgn.m
?????文件???????1594??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\subsref.m
?????文件????????472??2011-04-19?11:17??sphere_scattering\@DielectricMaterial\vertcat.m
?????文件????????702??2011-04-19?11:17??sphere_scattering\besselh_derivative.m
?????文件????????509??2011-04-19?11:17??sphere_scattering\besselj_derivative.m
?????文件???????1026??2011-04-19?11:17??sphere_scattering\cart2sph.m
?????文件???????9605??2011-04-19?11:17??sphere_scattering\getDielectricSphereFieldUnderPlaneWave.m
?????文件??????16937??2011-04-19?11:17??sphere_scattering\getMultil
?????文件???????2228??2011-04-19?11:17??sphere_scattering\getN_max.m
?????文件???????2007??2011-04-19?11:17??sphere_scattering\getPlaneWaveUsingCartesianExpansion.m
?????文件???????1475??2011-04-19?11:17??sphere_scattering\kzlegendre.m
?????文件???????1330??2011-04-19?13:35??sphere_scattering\license.txt
?????文件???????8257??2011-04-19?11:17??sphere_scattering\plotDielectricSphereTotalFieldUnderPlaneWave.m
?????文件???????6641??2011-04-19?11:17??sphere_scattering\plotMultil
............此處省略25個文件信息
評論
共有 條評論