Re: [Tutor] Rate transition from 60hz to 1000hz

2016-05-10 Thread Oscar Benjamin
On 10 May 2016 at 04:08, David Wolfe wrote: > Good Evening; > > I'm collecting both video and force plate data, and I need to be able to > synchronize the two, so I can make some calculations. The video data is at > 60hz, and the force plate data is at 1000hz. I don't want to truncate the > forc

Re: [Tutor] Rate transition from 60hz to 1000hz

2016-05-10 Thread Steven D'Aprano
On Mon, May 09, 2016 at 11:08:37PM -0400, David Wolfe wrote: > Good Evening; > > I'm collecting both video and force plate data, and I need to be able to > synchronize the two, so I can make some calculations. The video data is at > 60hz, and the force plate data is at 1000hz. I don't want to tr

Re: [Tutor] Rate transition from 60hz to 1000hz

2016-05-10 Thread Alan Gauld via Tutor
On 10/05/16 04:08, David Wolfe wrote: > I'm collecting both video and force plate data, and I need to be able to > synchronize the two, so I can make some calculations. The video data is at > 60hz, and the force plate data is at 1000hz. I don't want to truncate the > force plate data. I have no

[Tutor] Rate transition from 60hz to 1000hz

2016-05-10 Thread David Wolfe
Good Evening; I'm collecting both video and force plate data, and I need to be able to synchronize the two, so I can make some calculations. The video data is at 60hz, and the force plate data is at 1000hz. I don't want to truncate the force plate data. So, how do I perform a rate transition (o