Search Results for

    Show / Hide Table of Contents

    Namespace AudioAnalysisTools.Events.Types

    Classes

    ChatterEvent

    CompositeEvent

    EventConverters

    EventPostProcessing

    EventPostProcessing.BandwidthConfig

    The next two properties determine filtering of events based on their bandwidth. This filter removes events whose bandwidth lies outside three standard deviations (SDs) of an expected value. Assuming the bandwidth is normally distributed, three SDs sets hard upper and lower bandwidth bounds that includes 99.7% of instances. The filtering algorithm calculates these hard bounds and removes acoustic events that fall outside the bounds.

    EventPostProcessing.DurationConfig

    The two properties in this class determine filtering of events based on their duration. The filter removes events whose duration lies outside three standard deviations (SDs) of an expected value. Assuming the duration is normally distributed, three SDs sets hard upper and lower duration bounds that includes 99.7% of instances. The filtering algorithm calculates these hard (3 SD) bounds and removes acoustic events that fall outside the bounds.

    EventPostProcessing.PostProcessingConfig

    The properties in this config class are required to combine a sequence of similar syllables into a single event.

    EventPostProcessing.SidebandConfig

    The properties in this config class are required to filter events based on the amount of acoustic activity in their sidebands.

    EventPostProcessing.SyllableSequenceConfig

    The properties in this config class are required to combine a sequence of similar syllables into a single event. The first three properties concern the combining of syllables into a sequence or stroph. The next four properties concern the filtering/removal of sequences that do not satisfy expected properties.

    EventPostProcessing.SyllableStackConfig

    These parameters define the limits for combining stacked events - that is, events that are above or below each other with some spectral gap between them.

    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top