DavidGMarquez / Bitadroid

Android Application for recording signals from the Bitalino device
6 stars 7 forks source link

[Bitadroid] Missing Information on Exported File #13

Open PGFGoncalves opened 8 years ago

PGFGoncalves commented 8 years ago

Again, congrats on the app! OpenSignals can also open the files as they are right now; however, there's some information that could improve the process:

Thank you for your time and if you decide to add this information, let me know so I can add them to the file support. Best Regards, Pedro Gonçalves

DavidGMarquez commented 8 years ago

Hello Pedro. The issue of the frequency seems easy to fix but I need to check if the digital input is being recorded by the Bitadroid because I think that not. And I don't really understand the SampledChannels issue.

PGFGoncalves commented 8 years ago

Hi David,

I don't know how your app works but the digital inputs come with the remaining of the data, so you must be extracting only the nSeq and channel inputs:

[nSeq DI1 DI2 DI3 DI4 (CHX)]

The issue with the SampledChannels is that it's an hardcoded [1,2,3,4,5] array. If you are acquiring from channel 2 and 5, it should come as [2, 5] but instead it's coming as [1,2,3,4,5].

Thank you David, let me know if and which alterations you are going to perform and when they will be active, so I can add compatibility on OpenSignals. Best Regards