embed_data.pro

NAME:
  embed_data

PURPOSE:
Embed times series s[n] in dimension d with delay time T.

CALLING SEQUENCE:
x = embed_data(s_in, T, d)

INPUTS:
s_in = time series to embed.
T = the delay time [in indices!!].
d = the embedding dimension.

MODIFICATION HISTORY:
MAK (BU). November 29, 2006.