search for: linehunk

Displaying 2 results from an estimated 2 matches for "linehunk".

Did you mean: lbinchunk
2011 Nov 16
3
Interpolating hourly basis
I have a huge data set in the form of            V1           V2         V3   V4     V5  V6 1     201005010000201005010000 1.68291.38 1  0 2     201005010000201005010300 0.93335.10 1  0 3     201005010000201005010600 2.25 57.38 1  0 4     201005010000201005010900 0.43 13.76 1  0 5     201005010000201005011200 0.74101.14 1  0 I am interested in interpolating it on an hour basis(it's for avery
2011 Dec 14
1
Sampling data every third hour
 Good Morning , I want to sample the following time series for every third hour. For example at 00:00,03:00,06:00,09:00 etc.                     2011-01-01 00:00:00 0.000000e+00 2011-01-01 01:00:00 1.471667e+01 2011-01-01 02:00:00 1.576667e+01 2011-01-01 03:00:00 0.000000e+00 2011-01-01 04:00:00 0.000000e+00 2011-01-01 05:00:00 0.000000e+00 2011-01-01 06:00:00 0.000000e+00 2011-01-01 07:00:00