-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #297
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
src/AnalysisConfigFiles/RecognizerConfigFiles/Towsey.PhascolarctosCinereus.v3.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
AnalysisName: Towsey.KoalaMale | ||
SpeciesName: PhascolarctosCinereus | ||
# min and max of the freq band to search | ||
MinHz: 250 | ||
MaxHz: 800 | ||
# duration of DCT in seconds | ||
# this cannot be too long because the oscillations are not constant. | ||
DctDuration: 0.30 | ||
# minimum acceptable amplitude of a DCT coefficient | ||
DctThreshold: 0.5 | ||
# ignore oscillation rates below the min & above the max threshold | ||
# OSCILLATIONS PER SECOND | ||
MinOcilFreq: 20 | ||
MaxOcilFreq: 55 | ||
# Minimum duration for the length of a true event (seconds). | ||
MinDuration: 0.5 | ||
# Maximum duration for the length of a true event. | ||
MaxDuration: 2.5 | ||
# Event threshold - Determines FP / FN trade-off for events. | ||
EventThreshold: 0.2 | ||
################################################################################ | ||
# Available options (case-sensitive): [False/Never | True/Always | WhenEventsDetected] | ||
SaveIntermediateWavFiles: Never | ||
# If `true` saves a data into a seperate file every `SegmentDuration` seconds. Accepts a boolean value: [false|true] | ||
SaveIntermediateCsvFiles: false | ||
# Available options (case-sensitive): [False/Never | True/Always | WhenEventsDetected] | ||
SaveSonogramImages: Never | ||
# DisplayCsvImage is obsolete - ensure it remains set to: false | ||
DisplayCsvImage: false | ||
#DoNoiseReduction: true | ||
#BgNoiseThreshold: 3.0 | ||
|
||
IndexPropertiesConfig: ".\\IndexPropertiesConfig.yml" | ||
... |