资源简介

瑞利散射的MATLAB仿真代码,来自汪利宏生物成像技术那本著作

资源截图

代码片段和文件信息

% Rayleigh scattering
% Use SI units

diameter=input(‘Diameter of sphere in nm(e.g. 20):‘)*1e-9;
radius=diameter/2;
lambda=input(‘Wavelength in nm(e.g. 400):‘)*1e-9;
n_sphere=input(‘Refractive index of sphere (e.g. 1.57):‘);
n_background=input(‘Refractive index of background (e.g. 1.33):‘);
w_sphere=input(‘Specific weight of sphere(e.g. 1.05 g/cc):‘)*1e-3/(1e-2)^3;
w_background=input(‘Specific weight of background(

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        865  2006-05-03 16:15  Rayleigh.m

----------- ---------  ---------- -----  ----

                  865                    1


评论

共有 条评论