• 大小: 2KB
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-01-08
  • 语言: Matlab
  • 标签:

资源简介

相空间重构matlab代码,经过实验可用。

资源截图

代码片段和文件信息

function [YT]=phasespace(xdimtau)
%Syntax: [YT]=phasespace(xdimtau) 
%___________________________________ 
%
% The phase space reconstruction of a time series x whith the Method Of Delays
% (MOD) in embedding dimension m and for time dalay tau. 

% Y is the trajectory matrix in the reconstructed phase space.
% T is the phase space length.
% x is the time series. 
% dim is the embedding dimension.
% tau is the time delay.
%
%
% Reference:
% Takens F (1981): Detecting strange attractors in turbulence. Lecture notes in
% Mathematics 898. Springer.
%
%
% Alexandros Leontitsis
% Department of Education
% University of Ioannina
% 45110 - Dourouti
% Ioannina
% Greece
%
% University e-mail: me00743@cc.uoi.gr
% Lifetime e-mail: leoaleq@yahoo.com
% Homepage: htt

评论

共有 条评论