Class AcousticIndices.AcousticIndicesConfig
Inheritance
AcousticIndices.AcousticIndicesConfig
Assembly: AnalysisPrograms.dll
Syntax
[Serializable]
public class AcousticIndicesConfig : IndexCalculateConfig, IIndexPropertyReferenceConfiguration, IConfig, IEquatable<IndexCalculateConfig>, ICloneable
Properties
|
Improve this Doc
View Source
LdSpectrogramConfig
Gets or sets the LDFC spectrogram configuration.
Declaration
public LdSpectrogramConfig LdSpectrogramConfig { get; set; }
Property Value
|
Improve this Doc
View Source
TileOutput
Declaration
public bool TileOutput { get; }
Property Value
Methods
|
Improve this Doc
View Source
Validate(TimeSpan)
Declaration
public void Validate(TimeSpan defaultIndexCalculationDuration)
Parameters
Type |
Name |
Description |
TimeSpan |
defaultIndexCalculationDuration |
|
Implements
Extension Methods