|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
我在使用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的含义到底是什么,如何实现? |
|