Class SummaryActivity
a set of indices to describe level of acoustic activity and number of acoustic events in recording.
Location of acoustic events also called segmentation in some literature.
Inheritance
SummaryActivity
Assembly: AudioAnalysisTools.dll
public class SummaryActivity
Constructors
|
Improve this Doc
View Source
Declaration
public SummaryActivity(bool[] activeFrames, int activeFrameCount, double activeAvDecibels, bool[] events, double eventCount)
Parameters
Properties
|
Improve this Doc
View Source
Declaration
public double ActiveAvDb { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public int ActiveFrameCount { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool[] ActiveFrames { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public double EventCount { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool[] EventLocations { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public double FractionOfActiveFrames { get; }
Property Value
Extension Methods