AllenNeuralDynamics / AllenNeuralDynamics/harp.device.lickety-split
Adaptive threshold too fast?
Open
- Dominant language
- C++
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
This line in lick_detector.h
````cpp
#define BASELINE_SAMPLE_INTERVAL (1000ul)
````
could be extended to 5000 to mitigate adaptive-threshold issues where the mouse licks for long bouts--several seconds. Otherwise, the adaptive threshold adapts to a baseline that is too far away from nominal to read licks correctly.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.