求助largest_lyapunov_exponent.m函数调用问题
我在使用Chaos Toolbox2.0工具箱中largest_lyapunov_exponent.m函数求lyapunov指数时,碰到一个问题,即:function lambda_1=largest_lyapunov_exponent(data,N,m,tau,P)
%the function is used to calcultate largest lyapunov exponent with the
%mended algorithm,which put forward by lv jing hu.
%data:the time series
%N:the length of data
%m:enbedding dimention
%tau:time delay
%P:the mean period of the time series,calculated with FFT
%lambda_1:return the largest lyapunov exponent
%skyhawk
由以上可知调用该函数需要输入参数data, N, m, tau, P,但是注释中关于P的解释为“the mean period of the time series,calculated with FFT”,仍然没明白是什么意思,请各位赐教!
我刚刚接触这些内容,搜索了一些以往的帖子,好像也没有找到答案,请哪位好心人不吝赐教,谢谢!这个P的含义到底是什么,如何实现?
回复 楼主 superlu 的帖子
p是序列的平均周期,相应的程序在论坛里可以找到 the mean period of the time series,calculated with FFT用FFT计算的时间序列的平均周期啊
回复 板凳 zhanman 的帖子
用FFT计算的p,序列的平均周期,为什么总是和时间序列长度相等?期盼各位高手的解答,谢谢了
页:
[1]