⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 perform_wavelet_transform_hyperbolic.m

📁 小波提升算法的实现
💻 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 + -