-
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.
Adds two new post-processing options
- Adds the ability to not post process event within their decibel group. There are two schools of thought here: either you want to post-process within the decibel threshold group, and then use RmoveEnclosedEvents to select the largest bounding event, or, you're making a recogniser out of multiple component events detected at different thresholds. In the latter case you _want_ to group events together from different decibel groups and processing them by group removes any chance of making this work. Also adds a combine events vertically post-processing option. This acts much the same as the combine syllables post-processing step but instead allows us to combine multiple events detected individually at different frequencies into one tall event. A poor imitation of a harmonic algorithm, but useful when the component events are non-harmonic.
- Loading branch information
Showing
3 changed files
with
113 additions
and
20 deletions.
There are no files selected for viewing
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
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