Re: [R] Is there a time series resampling function ?

2015-09-11 Thread AltShift
In case you were wondering, I ended up writing a function that calls spline(). The resample() function wasn't suitable for my requirement. But, thanks for steering me in the right direction! -- View this message in context:

Re: [R] Is there a time series resampling function ?

2015-09-08 Thread AltShift
Thanks, Sergio. Yes, resample looks promising. I'll try it out now. -- View this message in context: http://r.789695.n4.nabble.com/Is-there-a-time-series-resampling-function-tp4711907p4711987.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] Is there a time series resampling function ?

2015-09-08 Thread AltShift
Cheers, mate! I thought there must be some obscure way to search from within CRAN. After reading your reply I tried Googling "CRAN signal processing". Much better. (D'oh!) -- View this message in context:

Re: [R] Is there a time series resampling function ?

2015-09-07 Thread AltShift
If Jeff Newmiller wrote > There are lots of them. You might be having trouble searching because you > don't know how to spell "interpolate". Hi Jeff, If you re-read my original post you will see the word interpolate, spelled correctly. I also used the made-up word "intrapolate" (I thought that

[R] Is there a time series resampling function ?

2015-09-06 Thread AltShift
I need a function for regularising the time base of electronically acquired signals (i.e. vectors of samples with a nominally constant time base). For example, the accelerometer in my smartphone can deliver data at about 50 Hz, but the sampling rate varies by about 5% throughout a recording. I