zernike3

版本 1.0.0.0 (6.7 KB) 作者: Carey Smith
Compute Zernike polynomials and coefficients of a Zernike fit with mutually consistent functions.
2.4K 次下载
更新时间 2010/9/8

查看许可证

Zernike polynomials are orthogonal on the unit circle and are commonly used in optics for phase aberrations.

Use zernike_fcn3.m to generate Zernike polynomials. Input includes a vector of the desired polynomials; these do not have to be consecutive. Possible polynomial orderings include:
'noll' = Bob Noll's original ordering
'fringe' = Univ. of Arizona Zernike set
'original'= original order of zernfun.m
'default' = the 'fringe' (UofA) set + more terms
zernike_fcn3.m does consistency checking, selects the appropriate m & n values for a particular ordering and then calls zernfun.m to generate the polynomials.

Use zernike_coeffs3.m to fit Zernike polynomial to an input function. Since zernike_coeffs3.m calls zernike_fcn3.m, these files are automatically consistent with each other, unlike some previous functions.

引用格式

Carey Smith (2024). zernike3 (https://www.mathworks.com/matlabcentral/fileexchange/28665-zernike3), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Zernike Polynomials 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0