Delay Embedding Vector From Data
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)
Citar como
Héctor Corte (2025). Delay Embedding Vector From Data (https://www.mathworks.com/matlabcentral/fileexchange/34499-delay-embedding-vector-from-data), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > Graphics > 2-D and 3-D Plots > Surfaces, Volumes, and Polygons > Volume Visualization > Vector Volume Data >
Etiquetas
Agradecimientos
Inspirado por: Construct Delay Vector
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |