Delay Embedding Vector From Data

バージョン 1.0.0.0 (2.33 KB) 作成者: Héctor Corte
This scripts creates delayed vectors from data vector. You can chose delay and embedding dimension.
ダウンロード: 1.1K
更新 2012/1/8

ライセンスの表示

We have a data set data={x_1,x_2,x_3,...,x_N} and want to construct the delay vectors X(n)=(x_n,x_n-delta,x_n-2*delta,...,x_n-(embed_dimen-1)*delta).

The program takes:

INPUTS:
data = this is a vector with data from a dynamical system
embed_dimen = this is the dimension we are using to embed data
delta = this is the delay between data.

OUTPUTS:
Y = this is a matrix where row n is the vector X(n)

引用

Héctor Corte (2026). Delay Embedding Vector From Data (https://jp.mathworks.com/matlabcentral/fileexchange/34499-delay-embedding-vector-from-data), MATLAB Central File Exchange. 取得日: .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersVector Volume Data についてさらに検索
謝辞

ヒントを得たファイル: Construct Delay Vector

バージョン 公開済み リリース ノート
1.0.0.0