complexitybs.m

来自「有用的几个动力学物理量。包括自相关函数(acorr.m)」· M 代码 · 共 16 行

M
16
字号
% cmp = complexitybs(x,n);%% calculate the Lempel-Ziv complexity of the n-symbol stream x. %% x\in{0,1,2,...,(n-1)}%% cmp is the normalised complexity, that is the number of distinct% symbol sequences in x, divided by the expected number of distinct % symbols for a noise sequence.%% Algorithm is implemented in complexitybs.c%% M. Small% ensmall@polyu.edu.hk% 24/9/03

⌨️ 快捷键说明

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