aidanjohnson / dt7816

Acoustic Array for Tracking Coordinated Flight of Foraging Bats
GNU General Public License v3.0
0 stars 0 forks source link

Maximum Total Samples Per Channel #2

Closed aidanjohnson closed 6 years ago

aidanjohnson commented 6 years ago

I've found that any more samples than a total of 65,536 (i.e., NUM_BUFFS*BLOCK_SIZE <= 65536) results in an error. I believe this is because any more exceeds the bytes per channel rating. Not entirely sure though. See the manual on page 60.

aidanjohnson commented 6 years ago

Resolved: maximum of 16 bits per channel; 2^16 = 65536 according to spec.