evaluate_nbr_bits_wavelets.m
来自「我找到的matlab的最新工具箱」· M 代码 · 共 13 行
M
13 行
function nbr_bits = evaluate_nbr_bits_wavelets(MW, Jmin, T)
% evaluate_nbr_bits_wavelets - evaluate the number of bits to code a wavelet transform
%
% nbr_bits = evaluate_nbr_bits_wavelets(MW, Jmin, T);
%
% MW is the wavelet transform,
% Jmin is the minimum scale of the transform,
% T is the quantification step,
% nbr_bit is a lower bound (Shanon entropy bound) on the number
% of bits needed to code the wavelet image.
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?