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

virtual ~LeastSquaresLattice()

Destructor

LeastSquaresLattice &operator=(const LeastSquaresLattice &from)

Assignement operator

Parameters:

from – The instance to be assigned from

Returns:

a reference to a new object