SPUC  3.0
Namespaces | Functions
burg.h File Reference

AR model coefficients calculation using Burg algorithm. More...

#include <spuc/spuc_types.h>
#include <vector>
#include <spuc/magsq.h>
#include <cmath>
Include dependency graph for burg.h:

Namespaces

 SPUC
 fixed point types: spuc_fixed,spuc_ufixed,spuc_int,spuc_uint
 

Functions

template<class T >
std::vector< T > SPUC::burg (std::vector< T > x, int P)
 AR model coefficients calculation using Burg algorithm. More...
 

Detailed Description

AR model coefficients calculation using Burg algorithm.