拟合zernike波面与原始波面的偏差我要分享

Deviation between fitting Zernike wavefront and original wavefront

Householder householder schmit mgs QR-MGS

关注次数: 268

下载次数: 4

文件大小: 2KB

代码分类: 信号处理

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

fenbushuju文件用于拟合zernike波面与原始波面的偏差。clgs,mgs,get-CG-decomp文件分别为使用传统Gram-Schmit和修正Gram-Schmit算法实现QR分解,并获得计算值。而stability文件为Householder分解方法。工程上用来检验Gram-Schm的计算正确与否


English Description:

Fenbushuju file is used to fit the deviation between Zernike wavefront and original wavefront. Clgs, MGS and get CG decomp are used to implement QR decomposition using traditional gram Schmit algorithm and modified gram Schmit algorithm respectively, and the calculated values are obtained. The stability file is the householder decomposition method. It is used to check the correctness of gram Schm calculation in engineering < br / > < br / >


代码预览

gram-schmidt与householder互检

.............................\clgs.m

.............................\get_CG_decomp.m

.............................\mgs.m

.............................\stability_qr.m

.............................\unstable_eigen.m