LeastSquaresLattice

class LeastSquaresLattice : public tsa::AlgoBase

Estimate the parameters for the Least Squares Lattice filter and implement the adaptive whitening.

Operations

void execute(Dvector &Input, Dvector &Output)

Parameters
  • Input: Input data

  • Output: Whitened Data

Public Functions

LeastSquaresLattice(matrix_row<Dmatrix> &LearnData, matrix_row<Dmatrix> &WhitenData, unsigned int P, double lambda, unsigned int D)

Constructor

~LeastSquaresLattice()

Destructor

LeastSquaresLattice &operator=(const LeastSquaresLattice &from)

Assignement operator

Return

a reference to a new object

Parameters
  • from: The instance to be assigned from