Hi,
Im trying to smooth out a somewhat bursty serial data stream in pd.
Ive data coming in from a bluetooth arduino. No problems there. Im
using a sampling rate of 1kHz on the arduino. Im reckoning the
comport pulls in data from the serial every 10ms. How could i set up
a buffer to smooth out this burst of samples every 10ms to a sample
every 1ms? I guess ill need a very accuraee metro to bang every ms
and perhaps i could use an array?
If anyone had any starting ideas or if there is an object to do this
that would be great.
Thanks
Nickly