Search Results for

    Show / Hide Table of Contents

    Class SpectrogramZoomingConfig

    Inheritance
    Object
    Config
    SpectrogramZoomingConfig
    Implements
    IIndexPropertyReferenceConfiguration
    IConfig
    Inherited Members
    Config.Loaded
    Config.ConfigPath
    Config.ConfigDirectory
    Config.GenericConfig
    Config.Item[String]
    Config.GetString(String)
    Config.GetInt(String)
    Config.GetDouble(String)
    Config.GetBool(String)
    Config.GetTimeSpan(String)
    Config.GetStringOrNull(String)
    Config.GetIntOrNull(String)
    Config.GetDoubleOrNull(String)
    Config.GetBoolOrNull(String)
    Config.GetTimeSpanOrNull(String)
    Config.TryGetString(String, String)
    Config.TryGetInt(String, Int32)
    Config.TryGetDouble(String, Double)
    Config.TryGetBool(String, Boolean)
    Config.TryGetEnum<T>(String, T)
    Config.TryGetTimeSpan(String, TimeSpan)
    Config.ToDictionary()
    Config.IConfig.InvokeLoaded()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: AudioAnalysisTools.LongDurationSpectrograms.Zooming
    Assembly: AudioAnalysisTools.dll
    Syntax
    public class SpectrogramZoomingConfig : Config, IIndexPropertyReferenceConfiguration, IConfig

    Constructors

    | Improve this Doc View Source

    SpectrogramZoomingConfig()

    Declaration
    public SpectrogramZoomingConfig()

    Properties

    | Improve this Doc View Source

    IndexProperties

    Declaration
    public IndexPropertiesCollection IndexProperties { get; set; }
    Property Value
    Type Description
    IndexPropertiesCollection
    | Improve this Doc View Source

    IndexPropertiesConfig

    Declaration
    public string IndexPropertiesConfig { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    LdSpectrogramConfig

    Gets or sets an optional reference to a config that defines the style for drawing LD spectrograms.

    Declaration
    public LdSpectrogramConfig LdSpectrogramConfig { get; set; }
    Property Value
    Type Description
    LdSpectrogramConfig
    | Improve this Doc View Source

    LowerNormalizationBoundForDecibelSpectrograms

    Declaration
    public double LowerNormalizationBoundForDecibelSpectrograms { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    MaxTilesPerSuperTile

    Gets or sets MaxTilePerSuperTile. Controls how large the super tiles are.

    Declaration
    [Obsolete]
    public int MaxTilesPerSuperTile { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    ScaleUnits

    Declaration
    public string ScaleUnits { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    SpectralFrameDuration

    Declaration
    public double SpectralFrameDuration { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    SpectralFrameScale

    Gets or sets get or sets the number of zoom levels to render for standard FFT spectrogram images. Should contain about 1-3 steps following an inverse base-2 power distribution.

    Declaration
    public double[] SpectralFrameScale { get; set; }
    Property Value
    Type Description
    Double[]
    | Improve this Doc View Source

    SpectralIndexScale

    Gets or sets get or sets the number of zoom levels for index based images. Should contain about 11-12 steps following an inverse base-2 power distribution.

    Declaration
    public double[] SpectralIndexScale { get; set; }
    Property Value
    Type Description
    Double[]
    | Improve this Doc View Source

    TileWidth

    Declaration
    public int TileWidth { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    TilingProfile

    Declaration
    public string TilingProfile { get; set; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    UpperNormalizationBoundForDecibelSpectrograms

    Declaration
    public double UpperNormalizationBoundForDecibelSpectrograms { get; set; }
    Property Value
    Type Description
    Double
    | Improve this Doc View Source

    UseDistributionsForNormalization

    Gets or sets a value indicating whether or not to render images using distributions (rather than index properties).

    Declaration
    public bool UseDistributionsForNormalization { get; set; }
    Property Value
    Type Description
    Boolean

    Methods

    | Improve this Doc View Source

    ScalingFactorSpectralFrame(Double)

    Declaration
    public int ScalingFactorSpectralFrame(double scaleValueSecondsPerPixel)
    Parameters
    Type Name Description
    Double scaleValueSecondsPerPixel
    Returns
    Type Description
    Int32
    | Improve this Doc View Source

    ScalingFactorSpectralIndex(Double, Double)

    Declaration
    public double ScalingFactorSpectralIndex(double scaleValueSecondsPerPixel, double indexCalculationDuration)
    Parameters
    Type Name Description
    Double scaleValueSecondsPerPixel
    Double indexCalculationDuration
    Returns
    Type Description
    Double
    | Improve this Doc View Source

    SuperTileCount(TimeSpan, Double)

    Declaration
    public double SuperTileCount(TimeSpan recordingDuration, double scaleValueSecondsPerPixel)
    Parameters
    Type Name Description
    TimeSpan recordingDuration
    Double scaleValueSecondsPerPixel
    Returns
    Type Description
    Double
    | Improve this Doc View Source

    SuperTileWidthDefault()

    Declaration
    public int SuperTileWidthDefault()
    Returns
    Type Description
    Int32

    Implements

    IIndexPropertyReferenceConfiguration
    IConfig

    Extension Methods

    ObjectExtensions.NotNull(Object)
    ObjectExtensions.AsArray<T>(T)
    ObjectExtensions.AsList<T>(T)
    ObjectExtensions.Wrap<T>(T)
    SystemExtensions.BinarySerialize(Object)
    ConfigFileExtensions.NotNull(Object, FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(Object, String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Object, Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Generated by DocFX AP docs version: 21.7.0.4-master-e26127a50d7bd7472d47288f10e61014fb981f7f-DIRTY-CI:144 Back to top