Interface ISpectralBand
Namespace: AudioAnalysisTools.Events.Interfaces
Assembly: AudioAnalysisTools.dll
Syntax
public interface ISpectralBand
Properties
| Improve this Doc View SourceBandWidthHertz
Declaration
double BandWidthHertz { get; }
Property Value
Type | Description |
---|---|
Double |
HighFrequencyHertz
Declaration
double HighFrequencyHertz { get; }
Property Value
Type | Description |
---|---|
Double |
LowFrequencyHertz
Gets the bottom frequency bound of the acoustic event.
Declaration
double LowFrequencyHertz { get; }
Property Value
Type | Description |
---|---|
Double |