Delay Embedding Vector From Data
Version 1.0.0.0 (2.33 KB) by
Héctor Corte
This scripts creates delayed vectors from data vector. You can chose delay and embedding dimension.
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)
Cite As
Héctor Corte (2026). Delay Embedding Vector From Data (https://se.mathworks.com/matlabcentral/fileexchange/34499-delay-embedding-vector-from-data), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2010a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- MATLAB > Graphics > 2-D and 3-D Plots > Surfaces, Volumes, and Polygons > Volume Visualization > Vector Volume Data >
Find more on Vector Volume Data in Help Center and MATLAB Answers
Tags
Acknowledgements
Inspired by: Construct Delay Vector
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
