haar_deltalp.wvf

来自「小波压缩编码平台软件包」· WVF 代码 · 共 26 行

WVF
26
字号
% Haar wavelet with the update step disabled
%
% H = (y - x) * (1 / sqrt(2))
% L = x * sqrt(2)
%
% Prediction    -> y' = y - x
% Normalisation -> H  = y' * (1 / sqrt(2))
%                  L  = x' *  sqrt(2) = x *  sqrt(2) 

%wvf_type
 NON_SYMMETRIC
%lift_coeff
-1.0
%lift_cnct
 10
%lift_norm
 1.41421356237310
 0.70710678118655
%filt_AL - no filtering performed, just normalisation
 0, 1.41421356237310
%filt_AH - antisymmetric
-1,-0.70710678118655
 0, 0.70710678118655
%filt_SL - can be deduced from filt_AH
%filt_SH - can be deduced from filt_AL

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?