Class StandardizedFeatureExtractionConfig.BandsProperties
Inheritance
StandardizedFeatureExtractionConfig.BandsProperties
Assembly: AnalysisPrograms.dll
Syntax
[Serializable]
public class BandsProperties : IEquatable<StandardizedFeatureExtractionConfig.BandsProperties>
Properties
|
Improve this Doc
View Source
Bandwidth
Declaration
public StandardizedFeatureExtractionConfig.Bandwidth Bandwidth { get; set; }
Property Value
|
Improve this Doc
View Source
FftWindow
Declaration
public int FftWindow { get; set; }
Property Value
|
Improve this Doc
View Source
Filter
Declaration
public string Filter { get; set; }
Property Value
|
Improve this Doc
View Source
MelScale
Declaration
public int MelScale { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(StandardizedFeatureExtractionConfig.BandsProperties)
Declaration
public bool Equals(StandardizedFeatureExtractionConfig.BandsProperties other)
Parameters
Returns
|
Improve this Doc
View Source
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Extension Methods