Skip to content

Commit 60c968c

Browse files
authored
Merge pull request #8 from davewalker5/bat-pulse-analysis
Bat pulse analysis
2 parents 5e41f4e + 02247f9 commit 60c968c

10 files changed

Lines changed: 1908 additions & 22 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ cython_debug/
140140
.DS_Store
141141
.vscode/
142142
.idea/
143-
data/*.wav
143+
exported/

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"post_padding_ms": 10.0,
3838
"attack_threshold_fraction": 0.30,
3939
"decay_threshold_fraction": 0.08,
40-
"buzz_max_ipi_ms": 35.0,
41-
"buzz_min_run_length": 4,
40+
"buzz_max_ipi_ms": 15.0,
41+
"buzz_min_run_length": 3,
4242
"buzz_search_tail_fraction": 0.33,
4343
"buzz_recovery_enabled": true,
4444
"buzz_recovery_threshold_fraction": 0.27,

data/BD-A-99-001-Unprocessed.wav

153 KB
Binary file not shown.

0 commit comments

Comments
 (0)