📄 reorder_coefs.m
字号:
function y = reorder_coefs(x, J ,dir)
% reorder_coefs - reorder the wavelet coefficients.
%
% y = reorder_coefs(x,J ,dir);
%
% Reorder the 1D wavelet coef either
% from 'in place' to 'ordered by scale' (if 'dir==1')
% or from 'ordered by scale' to 'in place' (if 'dir==-1').
%
% Copyright (c) 2003 Gabriel Peyr
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -