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
WaveletPacketDecomposition.BinVector
Assembly: TowseyLibrary.dll
Syntax
Constructors
|
Improve this Doc
View Source
BinVector(Int32, Int32, Double[])
Declaration
public BinVector(int _levelNumber, int _binNumber, double[] _signal)
Parameters
Fields
|
Improve this Doc
View Source
BinLength
Declaration
Field Value
|
Improve this Doc
View Source
BinNumber
Declaration
Field Value
|
Improve this Doc
View Source
ChildApprox
Declaration
public WaveletPacketDecomposition.BinVector ChildApprox
Field Value
|
Improve this Doc
View Source
ChildDetail
Declaration
public WaveletPacketDecomposition.BinVector ChildDetail
Field Value
|
Improve this Doc
View Source
Energy
Declaration
Field Value
|
Improve this Doc
View Source
LevelNumber
Declaration
Field Value
|
Improve this Doc
View Source
Parent
Declaration
public WaveletPacketDecomposition.BinVector Parent
Field Value
|
Improve this Doc
View Source
SequenceNumber
Declaration
public int SequenceNumber
Field Value
|
Improve this Doc
View Source
Signal
Declaration
Field Value
Extension Methods