Delay Embedding Vector From Data

版本 1.0.0.0 (2.3 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 (2024). Delay Embedding Vector From Data (https://www.mathworks.com/matlabcentral/fileexchange/34499-delay-embedding-vector-from-data), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Vector Volume Data 的更多信息
致谢

参考作品: Construct Delay Vector

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0