Search Results for

    Show / Hide Table of Contents

    Enum PatchSampling.SamplingMethod

    sample a set of patches ("sequential" or "random" or "overlapped random") from a spectrogram in "sequential" mode, it generates non-overlapping patches from the whole input matrix, and in this case the "numOfPatches" can be simply set to zero. However, in "random" mode, the method requires an input for the "numOfPatches" parameter.

    Namespace: AudioAnalysisTools.DSP
    Assembly: AudioAnalysisTools.dll
    Syntax
    public enum SamplingMethod

    Fields

    Name Description
    OverlappedRandom

    Overlapping Random Patches.

    Random

    Random Patches.

    Sequential

    Sequential patches.

    Extension Methods

    ObjectExtensions.NotNull()
    ObjectExtensions.AsArray<PatchSampling.SamplingMethod>()
    ObjectExtensions.AsList<PatchSampling.SamplingMethod>()
    ObjectExtensions.Wrap<PatchSampling.SamplingMethod>()
    SystemExtensions.BinarySerialize()
    SystemExtensions.ToDescriptionString()
    ConfigFileExtensions.NotNull(FileInfo, String, String)
    ConfigFileExtensions.ValidateNotNull(String, String)
    ConfigFileExtensions.ValidateLessThan<T>(Nullable<T>, String, Nullable<T>, String, String)
    ExtensionsXml.SerializeObject<PatchSampling.SamplingMethod>()
    • 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