📄 makecdjvfilternew.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -