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 10 of 27 Topic 789 of 833
Post > Topic >>

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

by pamela fluente <pamelafluente@[EMAIL PROTECTED] > May 21, 2008 at 04:55 PM

On 22 Mag, 01:10, "Skybuck Flying" <BloodySh...@[EMAIL PROTECTED]
> wrote:
> Ok,
>
> So does that mean you thinking about taking the average of each "piece"
? =
;)
>
> Bye,
> =A0 Skybuck.


  No, I was thinking something like the following.

 Assume for simplicity the bound for my list is 10.

 Infinite values arrive, one at a time, and each one is inserted at
the beginning of the list.

 I was thinking to proceed as follows (use monospaced font to see
alignment, which matters, copy into notepad):


=3D=3D Original =3D=3D     0,65  0,22  0,55  0,63  0,33  0,71  0,55  0,94
0,89  0,61
=3D=3D Resampled 1=3D=3D   0,65        0,55        0,33        0,55  0,89


at second iteration the piece processed already remains untouched:


=3D=3D Original 1=3D=3D    0,93  0,36  0,06  0,66  0,78  |  0,65  0,55 
0,33=

0,55  0,89
=3D=3D Resampled 2=3D=3D   0,93        0,06        0,78     0,65  0,55 
0,33=

0,55  0,89


at third iteration the 2 piece processed already remain untouched:


=3D=3D Original 2=3D=3D   0,3  0,17 |  0,93  0,06  0,78  0,65  0,55  0,33
0,55  0,89
=3D=3D Resampled 3=3D=3D  0,3          0,93  0,06  0,78  0,65  0,55  0,33
0,55  0,89


at 4th iteration the 3 piece processed already remain untouched:


=3D=3D Original 3=3D=3D   0,12 | 0,3  0,93  0,06  0,78  0,65  0,55  0,33
0,55  0,89
=3D=3D Resampled 4=3D=3D  0,12   0,3  0,93  0,06  0,78  0,65  0,55  0,33
0,55  0,89


0k finished pieces, restart from beginning:


=3D=3D Original 4=3D=3D   0,37  0,12  0,3  0,93  0,06  0,78  0,65  0,55 
0,3=
3
0,55  0,89
=3D=3D Resampled 5=3D=3D  0,37        0,3        0,06        0,65
0,33        0,89


=3D=3D Original 5=3D=3D   0,09  0,82  0,02  0,86  | 0,37  0,3  0,06  0,65
0,33  0,89
=3D=3D Resampled 6=3D=3D  0,09        0,02          0,37  0,3  0,06  0,65
0,33  0,89


and so forever ...



 The advantage of this approach seems the incredible simplicity, but
on the other hand
 does not keep into account precisely the arrival time. In my case
arrival time
 are almost equispaced, so I am not much concerned about that.

Do you think it could work ? Any better idea ?

-P
 




 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:48:49 CST 2008.