makerpfiobasis.m

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

M
40
字号
%  MakeRPRidgeletBasis -- Build a Fefferman/Stein/Sogge/Hart Basis Tree  % %  Usage%     btree = MakeRPFIOBasis(maxDepth,d0)% %   Inputs%     maxDepth       A 2-vector defining Maximum depth of tree (in coordinate1 direction%                    and in coordinate2 direction)  maxDepth = [maxDepth1,maxDepth2]%                    (imageSize is defined as  2.^[maxDepth1,maxDepth2]).% 	 d0				degree of angular splitting at highest frequency band%   Outputs%     btree    anisotropic rectangle basis tree% %   Description%     Builds a basis tree associated with an anisotropic tiling of a 2D plane %     using rectangles. Size of associated tree need not be square.%     %   See also:  	RPtree structure description% 				MakeRPRidgeletBasis% % %  Comment gigi: D0 actually sets the implicit size of the underlying image%                btree size is: 2^[D(1)+1   max(D(2),D0)+1]  (actually the MAX is%                                    is exact when D(2) is even, otherwise D0-1 is used.% %%% 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 + -
显示快捷键?