ncsurobotics / DEPRECATED-acoustics-2016

Acoustics 2016
2 stars 0 forks source link

Implement PRU code according to requirements described in issue #9 #10

Closed smosh closed 9 years ago

smosh commented 9 years ago

Issue #9 reads as thus:

User/client will be able to ask programmatically for 4 channels of raw hydrophone data as a well a particular sequence in order to attain those channels, as well a a particular number of samples to collect at a time, as well as a particular sampling rate between 0.1Hz to at least 200KHz per channel pair.

program will output a python list of sample values in "First in First Out" order, which will be processed further using other programs on the beaglebone.

smosh commented 9 years ago

implemented.