getting time series through OSC in PureData

Hi,
I want to use OpenBCI datas in PureData. No problem to get them (although I had to guess and retro-engineer to get the labels, not really documented).
I get series of 10 values per channel in each package. I assume they represent 10 instant value, so:
-Sample rate is known to be 250Hz, confirmed by the time calculation: 1 package of 10 values / 40ms ( ( 1 / 0.04 ) * 10 = 250 ).

Well now I guess I have to sequentialize the lists of values every 4ms, right?

-

Comments

Sign In or Register to comment.