makecdjvfilternew.m

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

M
43
字号
%  MakeCDJVFilter --  Set up filters for CDJV Wavelet Transform%   Usage%     [a,b,c] = MakeCDJVFilter(request,degree)%   Inputs%     request  string: 'HighPass', 'LowPass', 'Precondition', 'Postcondition'%     degree   integer: 2,3,4,5,6,7 or 8 (number of vanishing moments)%   Outputs%     a,b,c    filter, left edge filter, right edge filter%              ('HighPass', 'LowPass')%     a        conditioning matrix ('PreCondition', 'PostCondition')% %   Description%     CDJV have developed an algorithm for wavelets on the interval which%     preserves the orthogonality, vanishing moments, smoothness, and compact%     support of Daubechies wavelets on the line.% %     The algorithm for wavelets on the interval of CDJV involves four objects%     not present in the usual periodized algorithm: right edge filters, left%     edge filters, and pre- and post- conditioning operators.% %     These objects are supplied by appropriate requests to MakeCDJVFilter.% %   See Also%     IWT_CDJV, FWT_CDJV, CDJVDyadDown% %   References%     Cohen, Daubechies, Jawerth and Vial, 1992.% %%% 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 + -
显示快捷键?