登录
首页 » matlab » ZernikeWFSImages

ZernikeWFSImages

于 2015-03-03 发布 文件大小:189KB
0 148
下载积分: 1 下载次数: 14

代码说明:

  AOS公司提供的自适应光学相关泽尼克多项式代码,matlab(Adaptive optics related AOS Zernike polynomials code provided, matlab)

文件列表:

Z01_XTilt_0um.tif,14414,2012-12-18
Z01_XTilt_1um.tif,14454,2012-12-18
Z01_XTilt_2um.tif,14230,2012-12-18
Z02_YTilt_0um.tif,14414,2012-12-18
Z02_YTilt_1um.tif,14302,2012-12-18
Z02_YTilt_2um.tif,13854,2012-12-18
Z03_90dAstigmatism_0um.tif,14414,2012-12-18
Z03_90dAstigmatism_1um.tif,14264,2012-12-18
Z03_90dAstigmatism_2um.tif,14240,2012-12-18
Z04_Focus_0um.tif,14414,2012-12-18
Z04_Focus_1um.tif,14240,2012-12-18
Z04_Focus_2um.tif,14228,2012-12-18
Z05_45dAstigmatism_0um.tif,14414,2012-12-18
Z05_45dAstigmatism_1um.tif,14260,2012-12-18
Z05_45dAstigmatism_2um.tif,14228,2012-12-18
Z06_YTrefoil_0um.tif,14414,2012-12-18
Z06_YTrefoil_1um.tif,14260,2012-12-18
Z06_YTrefoil_2um.tif,14256,2012-12-18
Z07_YComa_0um.tif,14414,2012-12-18
Z07_YComa_1um.tif,14292,2012-12-18
Z07_YComa_2um.tif,14298,2012-12-18
Z08_XComa_0um.tif,14414,2012-12-18
Z08_XComa_1um.tif,14276,2012-12-18
Z08_XComa_2um.tif,14294,2012-12-18
Z09_XTrefoil_0um.tif,14414,2012-12-18
Z09_XTrefoil_1um.tif,14298,2012-12-18
Z09_XTrefoil_2um.tif,14270,2012-12-18
Z10_90dQuadrifoil_0um.tif,14414,2012-12-18
Z10_90dQuadrifoil_1um.tif,14296,2012-12-18
Z10_90dQuadrifoil_2um.tif,14266,2012-12-18
Z11_90d2ndOrderAstig_0um.tif,14414,2012-12-18
Z11_90d2ndOrderAstig_1um.tif,14264,2012-12-18
Z11_90d2ndOrderAstig_2um.tif,14246,2012-12-18
Z12_SphericalAberr._0um.tif,14414,2012-12-18
Z12_SphericalAberr._1um.tif,14206,2012-12-18
Z12_SphericalAberr._2um.tif,14230,2012-12-18
Z13_45d2ndOrderAstig_0um.tif,14414,2012-12-18
Z13_45d2ndOrderAstig_1um.tif,14144,2012-12-18
Z13_45d2ndOrderAstig_2um.tif,14244,2012-12-18
Z14_22_5dQuadrifoil_0um.tif,14414,2012-12-18
Z14_22_5dQuadrifoil_1um.tif,14312,2012-12-18
Z14_22_5dQuadrifoil_2um.tif,14272,2012-12-18

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

发表评论

0 个回复

  • AnAdaptiveFourDimensionalKalmnFilteforDopplerFrequ
    用泰勒级数展开的形式表示高动态的载波相位参数, 给出了对高动态载体和各阶频率参数 估计的四阶加权扩展卡尔漫滤波器(EKF) , 以及实现高动态跟踪滤波器必须的状态转移矩阵和动 态噪声协方差矩阵. 计算机模拟实验分析了对载波相位和各阶频率的跟踪结果.(Taylor series expansion with the form that the carrier phase high-dynamic parameters, given the high-order dynamic frequency carrier and the fourth-order parameter estimation Carl diffuse filter weighted extended (EKF), and to achieve the necessary high dynamic tracking filter state transition matrix and dynamic noise covariance matrix. The computer simulation analysis of carrier phase and frequency tracking results of each order.)
    2010-11-23 23:27:58下载
    积分:1
  • chemo4
    一个梯度优化算法的实例(演示)。。。。线性判别分析的伪逆算法程序(matlab6.5)(A gradient optimization algorithm examples (demo). . . . Linear Discriminant Analysis of the pseudo-inverse algorithm procedure (matlab6.5))
    2008-06-12 23:19:52下载
    积分:1
  • project2
    说明:  MATLAB实现的无源RC、LC滤波器设计系统。可设计LP、HP、BP、BS四种滤波器,附带设计结果(MATLAB realization of passive RC, LC filter design system. Can be designed LP, HP, BP, BS in four filters, with the design results)
    2009-07-28 16:50:09下载
    积分:1
  • k-means
    基于k均值的强化学习的状态和动作的选择,可以有效的解决维灾难问题。(q learning with k-means )
    2012-03-29 21:08:37下载
    积分:1
  • personNum
    今年计算机学院研究生入学复试分多个小组。现在老师需要知道每组复试同学中男生和女生的人数。请你编写程序分别统计出男女生的总人数。 Input 输入的第一行是一个数t(0 < t < 10),表示有t组测试用例。 对于每组输入数据有两行,第一行是一个正整数n(1 < n < 1000),表示参加该组复试的总人数。接下来一行有n个整数(取值为0或1),0代表男生,1代表女生,整数间由一个空格隔开。 Output 对于每组测试用例,输出一行,由两个数组成,用一个空格隔开,分别表示男生和女生的总人数。 Sample Input 2 2 1 0 7 0 1 0 0 1 1 0 Sample Output 1 1 4 3 (Statistics person)
    2014-12-31 10:33:15下载
    积分:1
  • ASK
    Various ASK models and Matlab codes. For M=4, M=8 and with some channels (Rician, Rayleigh, AWGN..)
    2013-05-17 22:13:40下载
    积分:1
  • GUI_35
    matlab初学者资料 里面有M程序的详细文件 还有编程 直接运行即可(Matlab beginners material inside have M program detailed document and programming can be run directly )
    2012-03-30 11:22:52下载
    积分:1
  • analysis
    根据水位过程线,分析全场的潮汐调和常数图,20个字(According to the water level hydrograph analysis audience tidal harmonic constants map, 20 words)
    2013-10-30 19:03:41下载
    积分:1
  • smooth_spectrum
    估算能量谱,并且能通过圆滑对多道地震数据计算平均能量谱。(Power spectrum estimate by smoothing the periodogram. For more than one trace provides the average spectrum followed by smoothing.)
    2009-05-16 12:28:32下载
    积分:1
  • PIDprogramofROBOT
    机器人PID控制重要程序,内含控制率设计,重力补偿等(PID control program of robot)
    2012-05-07 20:36:30下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载