Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Graphics > Scientific visualization > Re: How to resa...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 22 of 27 Topic 789 of 833
Post > Topic >>

Re: How to resample continuosly time data to be represented real time ?

by "Skybuck Flying" <BloodyShame@[EMAIL PROTECTED] > May 23, 2008 at 06:18 AM

For more precision, the "AveragesTaken" could be replaced by the timespan 
that each group/line/point on the chart represents.

And then transfer from group to group, and finally measurement to group...

For example:

// To process new measurement do:

OldGroupTimeSpan = GroupTimeSpan;

// calculate new group time span
ChartStopTime = CurrentTime;
TotalTime = ChartStopTime - ChartStartTime;
GroupTimeSpan = TotalTime / 500;

// Now compensate groups for new grouptimespan.

NewGroup1Value = (Group1Value * (OldTimeSpan/NewTimeSpan)) + (Group2Value
* 
((NewTimeSpan-OldTimeSpan)/NewTimeSpan));
NewGroup2Value = (Group2Value * (OldTimeSpan/NewTimeSpan)) + (Group3Value
* 
((NewTimeSpan-OldTimeSpan)/NewTimeSpan));
NewGroup3Value = (Group3Value * (OldTimeSpan/NewTimeSpan)) + (Group4Value
* 
((NewTimeSpan-OldTimeSpan)/NewTimeSpan));
NewGroup4Value = (Group4Value * (OldTimeSpan/NewTimeSpan)) + (Group5Value
* 
((NewTimeSpan-OldTimeSpan)/NewTimeSpan));
NewGroup5Value = (Group5Value * (OldTimeSpan/NewTimeSpan)) + 
(NewMeasurementValue * ((NewTimeSpan-OldTimeSpan)/NewTimeSpan));

Group1Value = NewGroup1Value;
Group2Value = NewGroup2Value;
Group3Value = NewGroup3Value;
Group4Value = NewGroup4Value;
Group5Value = NewGroup5Value;

These are just idea's... I didn't try any of them... but maybe they work
;)

Bye,
  Skybuck.
 




 27 Posts in Topic:
How to resample continuosly time data to be represented real tim
pamela fluente <pamela  2008-05-21 03:50:34 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-21 14:54:10 
Re: How to resample continuosly time data to be represented real
pamela fluente <pamela  2008-05-21 07:10:14 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-21 23:25:09 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-21 23:28:00 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-21 23:37:43 
Re: How to resample continuosly time data to be represented real
"Paul E. Black"  2008-05-21 12:54:25 
Re: How to resample continuosly time data to be represented real
pamela fluente <pamela  2008-05-21 15:28:16 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-22 01:10:43 
Re: How to resample continuosly time data to be represented real
pamela fluente <pamela  2008-05-21 16:55:23 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-22 08:32:16 
Re: How to resample continuosly time data to be represented real
pamela fluente <pamela  2008-05-22 02:45:37 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-23 04:22:23 
Re: How to resample continuosly time data to be represented real
LordOfThePi@[EMAIL PROTEC  2008-05-22 08:49:59 
Re: How to resample continuosly time data to be represented real
pamela fluente <pamela  2008-05-22 11:22:21 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-23 04:31:17 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-23 05:19:32 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-23 05:43:27 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-23 05:53:25 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-23 06:00:57 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-23 06:02:22 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-23 06:18:23 
Re: How to resample continuosly time data to be represented real
pamela fluente <pamela  2008-05-23 11:01:15 
Re: How to resample continuosly time data to be represented real
Patricia Shanahan <pat  2008-05-27 05:52:42 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-28 19:57:24 
Re: How to resample continuosly time data to be represented real
"Skybuck Flying"  2008-05-28 20:03:12 
Re: How to resample continuosly time data to be represented real
pamela fluente <pamela  2008-06-18 10:30:44 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 14:46:42 CST 2008.