Class InitialiseIndexProperties
This static class contains all the keys to identify available acoustic indices.
THIS CLASS DOES NOT STORE THE VALUE OF THE INDEX
- the value of spectral indices is stored in class SpectralIndexValues.
- the value of summary indices is stored in class SummaryIndexValues.
Inheritance
InitialiseIndexProperties
Assembly: AudioAnalysisTools.dll
public static class InitialiseIndexProperties
Fields
|
Improve this Doc
View Source
Declaration
public const double DefaultSignalMin = -120
Field Value
|
Improve this Doc
View Source
Declaration
public const string Key3GramCount = "3GramCount"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyAcousticComplexity = "AcousticComplexity"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyActivity = "Activity"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyAvEventDuration = "AvEventDuration"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyAvgSnrOfActiveFrames = "AvSNROfActiveFrames"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyAvSignalAmplitude = "AvSignalAmplitude"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyBackgroundNoise = "BackgroundNoise"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyClippingIndex = "ClippingIndex"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyClusterCount = "ClusterCount"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyClusterDur = "AvClusterDuration"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyEventsPerSec = "EventsPerSec"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyHAvSpectrum = "HAvSpectrum"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyHfCvr = "HF_CVR"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyHighAmplitudeIndex = "HighAmplitudeIndex"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyHpeak = "Hpeaks"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyHtemporal = "Htemporal"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyHVarSpectrum = "HVarSpectrum"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyLfCvr = "LF_CVR"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyMfCvr = "MF_CVR"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyRankOrder = "RankOrder"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeySegmentDuration = "AnalysisIdealSegmentDuration"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeySnr = "SNR"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeySptDur = "AvSPTDuration"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeySptPerSec = "SPTPerSec"
Field Value
|
Improve this Doc
View Source
Declaration
public const string KeyStartMinute = "StartMinute"
Field Value
|
Improve this Doc
View Source
Declaration
public const string SpectralCentroid = "SpectralCentroid"
Field Value
|
Improve this Doc
View Source
Declaration
public const double ZeroSignalThreshold = 0.001
Field Value
Properties
|
Improve this Doc
View Source
Declaration
public static double ClippingThreshold { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static Dictionary<string, IndexProperties> FilterIndexPropertiesForSpectralOnly(Dictionary<string, IndexProperties> indexProperties)
Parameters
Returns
|
Improve this Doc
View Source
Declaration
public static Dictionary<string, IndexProperties> GetDictionaryOfSummaryIndexProperties(Dictionary<string, IndexProperties> indexProperties)
Parameters
Returns