rectpolr2cart_cg.m

来自「beamlet变化的工具箱」· M 代码 · 共 31 行

M
31
字号
%  RectPolar_2_Cart: cartesian to rectopolar conversion (CG Iteration)% 	C = RectPolar_2_Cart(X[,dens,maxiter,lambda])%  Inputs% 	X		possibly complex n*n array of rectopolar samples% 			of a trigonometric polynomial of degree n% 	dens	boolean. dens=1: density normalization% 			dens=0, no density normalization. Default 1.% 	maxiter	maximum number of iterations: default 20.% 	eps		convergence target%    display {0,1} indicates whether to log iterations%  Outputs% 	C		possibly complex n*2n array of cartesian samples %  Description% 	The samples of the array C are used in scan-line fashion% 	and exact trigonometric interpolation to obtain the% 	samples of the array X on a rectopolar system.%%% Part of BeamLab Version:200% Built:Friday,23-Aug-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%%% Part of BeamLab Version:200% Built:Saturday,14-Sep-2002 00:00:00% This is Copyrighted Material% For Copying permissions see COPYING.m% Comments? e-mail beamlab@stat.stanford.edu%

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?