资源简介
基于Zernike多项式的波前像差到点扩散函数PSF及MTF的模拟,包含代码及相关文档,特别是PPT,值得好好看。
代码片段和文件信息
function nfact=inputdata(n)
% factorial.m
% function that computes n!
nfact=1;
for i=1:n
nfact=i*nfact;
end
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 119 2008-03-24 11:35 计算点扩散函数\factorial.m
文件 1335296 2016-05-04 16:25 计算点扩散函数\ppt_presentation.ppt
文件 2953 2016-05-04 11:15 计算点扩散函数\WaveAberration.m
文件 6695 2008-03-24 11:36 计算点扩散函数\WaveAberrationMTF.m
文件 6765 2015-05-13 14:55 计算点扩散函数\WaveAberrationPSF.m
文件 314 2015-10-10 16:54 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.files\colorschememapping.xm
文件 449 2015-10-10 16:54 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.files\filelist.xm
文件 5768 2015-10-10 16:54 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.files\image001.gif
文件 5794 2015-10-10 16:54 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.files\image002.gif
文件 7857 2015-10-10 16:54 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.files\image003.gif
文件 7854 2015-10-10 16:54 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.files\image004.gif
文件 3129 2015-10-10 16:54 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.files\themedata.thmx
文件 574496 2015-10-10 16:54 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.htm
文件 2709 2016-05-12 09:19 计算点扩散函数\zernike.m
文件 2857 2016-05-04 11:09 计算点扩散函数\ZernikePolynomial.m
文件 6491 2008-03-24 11:36 计算点扩散函数\ZernikePolynomialMTF.m
文件 6849 2016-05-04 11:06 计算点扩散函数\ZernikePolynomialPSF.m
文件 373 2016-05-04 15:55 计算点扩散函数\zernike_exam.m
目录 0 2016-07-08 21:32 计算点扩散函数\Zernike Polynomials and Their Use in Describing the Wavefront Aberrations of the Human Eye.files
目录 0 2016-08-23 10:44 计算点扩散函数
----------- --------- ---------- ----- ----
1976768 20
评论
共有 条评论