DoubleWhitening

class DoubleWhitening : public tsa::AlgoBase

Implement the double whitening filter in time domain.

A more detailed description of DoubleWhitening

Unnamed Group

void operator<<(SeqViewDouble &Data)

Declaration of execute operation

Parameters
  • InputData: Matrix containing Time Series

  • WhitenedData: Matrix containing the WhitenedData

Getters

Dmatrix *GetWhitenedMatrix()

Return

the whitened buffer

Public Functions

DoubleWhitening(LatticeView &LV, unsigned int OutputSize, unsigned int ExtraSize)

Constructor

Parameters
  • LV: is the view containg the parameters for the Lattice Filter

~DoubleWhitening()

Destructor