compute_entropy.m
来自「This document is intended to serve as an」· M 代码 · 共 9 行
M
9 行
function m = compute_entropy(M,T)
% compute_entropy - compute the entropy of a signal
%
% m = compute_entropy(M);
% OR if you need quantization
% m = compute_entropy(M,T)
%
% Copyright (c) 2004 Gabriel Peyr
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?