Zernike函數擬合曲面--MATLAB實現

利用前36階zernike函數擬合曲面: 腳本程序 clc;clear; load unwrap_ph.mat unwrap_ph=max(max(unwrap_ph))-unwrap_ph; unwrap_ph=unwrap_ph(:,81:560); x=linspace(-1,1,size(unwrap_ph,1)); y=linspace(-1,1,size(unwrap_ph,2));
相關文章
相關標籤/搜索