AR2Parcor

class AR2Parcor : public tsa::AlgoBase

Estimate the AR parameters by the Parcor.

Operations

void execute(Dvector &AR, Dvector &Parcor)

The execute method transform the parcor in AR

Parameters:
  • Parcor – reflection coefficients vector

  • AR – autoregressive parameters

Public Functions

AR2Parcor()

Constructor

virtual ~AR2Parcor()

Destructor