t_extendrows.m
来自「beamlet变化的工具箱」· M 代码 · 共 31 行
M
31 行
% t_ExtendRows: Adjoint of Extend matrix by symmetry with damping% X = t_ExtendRows(E)% Inputs% E (2*n)*m array, n dyadic% Outputs% X n*m array, n dyadic% Description% This performs the adjoint of ExtendRows.% It takes an array E with twice as many% rows as X. The additional rows are added at% both the top and bottom of the array. The idea% is to preserve Hermitian symmetry about the% point n/2+1 and also periodicity.% A smooth symmetric tapering window is applied to% rows more than n/4 rows away from the median row.% %%% 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 + -
显示快捷键?