资源简介
泽尼克多项式表示波前形状,此程序运用matlab求得泽尼克多项式系数
代码片段和文件信息
function z = zernfun(nmrthetanflag)
%ZERNFUN Zernike functions of order N and frequency M on the unit circle.
% Z = ZERNFUN(NMRTHETA) returns the Zernike functions of order N
% and angular frequency M evaluated at positions (RTHETA) on the
% unit circle. N is a vector of positive integers (including 0) and
% M is a vector with the same number of elements as N. Each element
% k of M must be a positive integer with possible values M(k) = -N(k)
% to +N(k) in steps of 2. 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 (NM)
% pair and one row for every (RTHETA) pair.
%
% Z = ZERNFUN(NMRTHETA‘norm‘) returns the normalized Zernike
% functions. The normalization factor sqrt((2-delta(m0))*(n+1)/pi)
% with delta(m0) the Kronecker delta is chosen so that the integral
% of (r * [Znm(rtheta)]^2) over the unit c
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1551 2012-02-29 21:19 license.txt
文件 6709 2012-02-28 18:41 zernfun.m
文件 2562 2006-11-13 17:57 zernfun2.m
文件 6369 2006-11-13 17:56 zernpol.m
- 上一篇:分数阶控制matlab函数
- 下一篇:基于MATLAB的数字图像恢复
相关资源
- 化学计量学方法及MATLAB实现
- MATLAB Neural Network Toolbox官方教程
- Inverse Synthetic Aperture Radar Imaging with
- matlab GUI设计
- 雷达压制干扰matlab程序
- 系统辨识,使用者的理论
- MATLAB仿真林飞、杜欣编著.pdf
- 基于HMM的语音识别MATLAB代码
- 关于均衡的MATLAB程序合集
- 数字滤波器的MATLAB与FPGA实现代码
- 滑模变结构控制MATLAB仿真 第3版 基本
- Matlab火焰烟雾检测(GUI)
- 帧间差分法matlab
- Matlab MPT工具箱 MPT3.2.1 (2019更新 稳
- 《模式识别与智能计算的MATLAB实现》
- 基于sift和SVM算法实现的手势识别 MA
- 数字图像处理第三版冈萨雷斯英文附
- 《精通MATLAB图像处理》全书pdf高清完
- 斯坦福机器学习公开课CS229讲义作业及
- MATLAB神经网络30个案例分析(高清版)
-
微网运行控制simuli
nk仿真,包含逆变 - MATLAB数据分析方法
- MATLAB图像处理:能力提高与应用案例
- MATLAB.Programming.for.Engineers.5th.Edition_2
- 卷积神经网络的matlab程序
- MATLAB优化算法案例分析与应用_进阶篇
- 精通MATLAB数字图像处理与识别书本代
- 冈萨雷斯数字图像处理MATLAB版图片及
- 人脸识别 MATLAB代码
- MNIST手写字体识别CNN+BP两种实现-Matl
评论
共有 条评论