资源简介
zernike 多项式的MATLAB实现
代码片段和文件信息
function z = zernfun(prthetanflag)
% zernfun(prthetanflag) returns the Pth Zernike functions evaluated
% at positions (RTHETA) on the unit circle. P is a vector of positive
% integers between 0 and 35 R is a vector of numbers between 0 and 1
% and THETA is a vector of angles. R and THETA must have the same
% length. The output Z is a matrix with one column for every P-value
% and one row for every (RTHETA) pair.
%
% Z = ZERNFUN2(PRTHETA‘norm‘) returns the normalized Zernike
% functions defined such that the integral of (r * [Zp(rtheta)]^2)
% over the unit circle (from r=0 to r=1 and theta=0 to theta=2*pi)
% is unity. For the non-normalized polynomials max(Zp(r=1theta))=1
% for all p.
% Check and prepare the inputs:
% -----------------------------
if min(size(p))~=1
error(‘zernfun2:Pvector‘‘Input P must be vector.‘)
end
if any(p)>35
error(‘zernfun2:P36‘ ...
[‘ZERNFUN2 only computes the first 36 Zern
相关资源
- [C51单片机开发工具Keil.UV4].Keil.C51.V9
- Deep_Learning_2016.pdf
- zw_Classification1.zip
- Griffiths-IntroductiontoElectrodynamics4thEdit
- ParaViewTutorial.pdf
- xyisv_10236804.zip
- 计算机图形学第4版高清电子书.pdf
- 《多粒度知识获取与不确定性度量》
- 华成英模电课件.zip
- 70d0cd041f738f12db575d3b46e97582.pdf
- OfficeTabEnterprise13.1.zip
- wxu998.rar
- PowerDesigner16.5汉化文件.rar
- jsgis.zip
- PinyinIME(关键代码写了注释).zip
- 锁相环设计、仿真与应用第5版中.pd
- novelOnLine.zip
- SingleSensorImagingMethodsandApplicationsforDi
- ControlSystemsEngineering7th(NormanS.Nise)
- ModernControlSystems13th(RichardC.Dorf).ra
- VectorMagic_1.15pojie.rar
- complexityoflattice__problems.pdf
- xnby_883749.zip
- TOGAF培训讲义-周金根.pdf
- OS12.2驱动,手机虚拟定位软件,Loca
- 大话系列-大话数据结构(pdf高清版)
- 梁宁产品经理思维30讲.pdf
- CHI760E辰华电化学工作站软件最新版
- SAPERPHCM葵花宝典系列之配置指南(电
- TangZhuoLin.rar
评论
共有 条评论