-
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 THis boobook recognizer is the first one which is species specific but extracts generic components and then does post-processing on the find primitive components.
- Loading branch information
Showing
7 changed files
with
183 additions
and
118 deletions.
There are no files selected for viewing
58 changes: 58 additions & 0 deletions
58
src/AnalysisConfigFiles/RecognizerConfigFiles/Towsey.NinoxBoobook.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,58 @@ | ||
--- | ||
|
||
# Resample rate must be 2 X the desired Nyquist | ||
#ResampleRate: 22050 | ||
#ResampleRate: 16000 | ||
# SegmentDuration: units=seconds; | ||
SegmentDuration: 60 | ||
# SegmentOverlap: units=seconds; | ||
SegmentOverlap: 0 | ||
|
||
# Each of these profiles will be analyzed | ||
Profiles: | ||
PeakTrackSyllable: !ForwardTrackParameters | ||
ComponentName: RidgeTrack | ||
SpeciesName: NinoxBoobook | ||
FrameSize: 1024 | ||
FrameStep: 256 | ||
WindowFunction: HANNING | ||
BgNoiseThreshold: 0.0 | ||
# min and max of the freq band to search | ||
MinHertz: 300 | ||
MaxHertz: 1000 | ||
MinDuration: 0.15 | ||
MaxDuration: 0.5 | ||
DecibelThreshold: 6.0 | ||
|
||
#Combine each pair of Boobook syllables as one event | ||
#CombineProximalSimilarEvents: false | ||
CombinePossibleSyllableSequence: true | ||
SyllableStartDifference: 0.6 | ||
SyllableHertzGap: 200 | ||
|
||
#CombineOverlappedEvents: false | ||
# Common settings | ||
#Standard: &STANDARD | ||
#EventThreshold: 0.2 | ||
#BgNoiseThreshold: 3.0 | ||
|
||
# This notation means the a profile has all of the settings that the Standard profile has, | ||
# however, the DctDuration parameter has been overridden. | ||
# <<: *STANDARD | ||
# DctDuration: 0.3 | ||
|
||
# Available options (case-sensitive): [False/Never | True/Always | WhenEventsDetected] | ||
SaveIntermediateWavFiles: Never | ||
SaveIntermediateCsvFiles: false | ||
# Available options (case-sensitive): [False/Never | True/Always | WhenEventsDetected] | ||
# "True" is useful when debugging but "WhenEventsDetected" is required for operational use. | ||
SaveSonogramImages: True | ||
#SaveSonogramImages: WhenEventsDetected | ||
# DisplayCsvImage is obsolete - ensure it remains set to: false | ||
DisplayCsvImage: false | ||
## End section for AnalyzeLongRecording | ||
|
||
# Other config files to reference | ||
|
||
HighResolutionIndicesConfig: "../Towsey.Acoustic.HiResIndicesForRecognisers.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
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
Oops, something went wrong.