plot_wavelet.m
来自「小波提升算法的实现」· M 代码 · 共 11 行
M
11 行
function plot_wavelet(M, L, style, edge_color, renormalize)
% plot_wavelet - plot 2D wavelet transform stored using Mallat's ordering.
%
% plot_wavelet(WT, L, style, edge_color, renormalize);
%
% 'WT' is the wavelet transform (in Mallat's ordering, not lifting inplace
% ordering).
% 'Jmin' is the minimum scale of the transform.
%
% Copyright (c) 2003 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?