JaneliaSciComp / Wavesurfer

A Matlab application for electrophysiology data analysis
https://wavesurfer.janelia.org/
21 stars 11 forks source link

Smaller latency in continuous mode versus sweep based mode #203

Open davidackerman opened 8 years ago

davidackerman commented 8 years ago

This is likely because board is constantly being queried in sweep-based mode. Can maybe get around this by counting up the number of scans collected in samplesAcquired in the looper, and use that to know when a sweep is done.