Search Results for

    Show / Hide Table of Contents

    Class WaveletPacketDecomposition.BinVector

    Represents a single node in the WPD tree. THe nodes are usually called "bin vectors". At the bottom of the WPD tree each bin vector contains only one element.

    Inheritance
    Object
    WaveletPacketDecomposition.BinVector
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: TowseyLibrary
    Assembly: TowseyLibrary.dll
    Syntax
    public class BinVector

    Constructors

    | Improve this Doc View Source

    BinVector(Int32, Int32, Double[])

    Declaration
    public BinVector(int _levelNumber, int _binNumber, double[] _signal)
    Parameters
    Type Name Description
    Int32 _levelNumber
    Int32 _binNumber
    Double[] _signal

    Fields

    | Improve this Doc View Source

    BinLength

    Declaration
    public int BinLength
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    BinNumber

    Declaration
    public int BinNumber
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    ChildApprox

    Declaration
    public WaveletPacketDecomposition.BinVector ChildApprox
    Field Value
    Type Description
    WaveletPacketDecomposition.BinVector
    | Improve this Doc View Source

    ChildDetail

    Declaration
    public WaveletPacketDecomposition.BinVector ChildDetail
    Field Value
    Type Description
    WaveletPacketDecomposition.BinVector
    | Improve this Doc View Source

    Energy

    Declaration
    public double Energy
    Field Value
    Type Description
    Double
    | Improve this Doc View Source

    LevelNumber

    Declaration
    public int LevelNumber
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    Parent

    Declaration
    public WaveletPacketDecomposition.BinVector Parent
    Field Value
    Type Description
    WaveletPacketDecomposition.BinVector
    | Improve this Doc View Source

    SequenceNumber

    Declaration
    public int SequenceNumber
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    Signal

    Declaration
    public double[] Signal
    Field Value
    Type Description
    Double[]

    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