Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Charting a single data set
Message
From
07/12/2010 11:07:06
 
 
To
07/12/2010 10:58:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01491993
Message ID:
01491994
Views:
45
>Hi Al,
>
>A long time ago I read about a technique for creating x,y data from a single data set of data. The technique used went something like below. A data point is denoted by dn where n is point 1, 2, 3 ... n
>
>1) Use d1 for X and d2 for Y. Then plotted that point on a scatter chart.
>2) Use d2 for the next X and d3 for the next Y. Then plot that on the scatter chart.
>3) Use d3 for the next X and d4 for the next Y. Then plot that on the scatter chart.
>...
>...
>N) Use dn-1 for the next X and dn for the next Y. Then plot that on the scatter chart.
>
>Does anyone have any insight or further reading/info on this technique?


I have found it here: http://www.control.ece.ntua.gr/papers/95.pdf

It is called a delay plot (Tn, Tn+1). Cool.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform