perform_wavelet_transform_hyperbolic.m

来自「小波提升算法的实现」· M 代码 · 共 14 行

M
14
字号
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 + =
减小字号Ctrl + -
显示快捷键?