perform_wavelet_transform_classical.m
来自「小波提升算法的实现」· M 代码 · 共 17 行
M
17 行
function y = perform_wavelet_transform_classical(x,Jmin,dir, g,h, options)% wavelet_transform_fwd - perform forward 1D wavelet transform%% !! THIS CODE DOES NOT WORK CORRECTLY !!%% y = perform_wavelet_transform_classical(x,Jmin,dir, g,h, options)%% 'x' is the original signal.% 'g' is the low pass filter.% 'h' is the high pass filter.% 'J' is the number of scale for the transform.%% 'options' is a struct that can contains% - 'bound': boundary extension (eiter 'sym' or 'per').%% Copyright (c) 2005 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?