legall_5x3_deltalp.wvf
来自「小波压缩编码平台软件包」· WVF 代码 · 共 29 行
WVF
29 行
%LeGall_5x3 with delta low-pass = 1/3 wavelet
%
% H = (-1/2*x(-1) + x(0) - 1/2*x(1)) * (1 / sqrt(2))
% L = x(0) * sqrt(2)
%
% Prediction -> y(0)' = y(0) - 0.5 * (x(-1) + x(1))
% Update -> x(0)' = x(0)
% Normalisation -> H = y' * (1 / sqrt(2))
% L = x' * sqrt(2)
%wvf_type
SYMMETRIC_ODD
%lift_coeff
-0.5
%lift_cnct
11
%lift_norm
1.41421356237310
0.70710678118655
%filt_AL - - no filtering performed, just normalisation
0, 1.41421356237310
%filt_AH - symmetric
-1,-0.35355339059327
0, 0.70710678118655
1,-0.35355339059327
%filt_SL - can be deduced from filt_AH
%filt_SH - can be deduced from filt_AL
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?