LatticeView¶
-
class
LatticeView: public tsa::BaseView¶ Define the object needed to implement the Lattice filter.
Getters
-
unsigned int
GetOrder()¶ - Return
Order of the LatticeView
-
double
GetParcor(unsigned int j)¶ - Return
The Parcor parameter
- Parameters
j: index of the vector
-
double
GetParcorF(unsigned int j)¶ - Return
The Parcor parameter
- Parameters
j: index of the vector
-
double
GetParcorB(unsigned int j)¶ - Return
The Parcor parameter
- Parameters
j: index of the vector
Public Functions
-
LatticeView(unsigned int ArOrder = 1)¶ Constructor
-
unsigned int