Class 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.
Inherited Members
Namespace: AudioAnalysisTools.Events.Types
Assembly: AudioAnalysisTools.dll
Syntax
public class BandwidthConfig
Properties
| Improve this Doc View SourceBandwidthStandardDeviation
Gets or sets a value indicating the standard deviation of the expected bandwidth.
Declaration
public int BandwidthStandardDeviation { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ExpectedBandwidth
Gets or sets a value indicating the Expected bandwidth of an event.
Declaration
public int ExpectedBandwidth { get; set; }
Property Value
Type | Description |
---|---|
Int32 |