📄 perform_wavelet_transform_hyperbolic.m
字号:
function y = perform_wavelet_transform_hyperbolic(x,J,options)
% fwt_hyperbolic - multidimensional hyperbolic (i.e. fully tensorial) wavelet transform
%
% y = fwt_hyperbolic(x,J,options);
%
% perform a hyperbolic transform of the array x, on J scale.
%
% 'options' is an (optional) structure that can contain:
% - 'verb' : control verbosity.
% - 'type' : the type of 1D wavelet transform used (a string), e.g.
% 'pefrom_79_transform'.
%
% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -