SPUC  3.0
Namespaces | Functions
auto_corr.h File Reference

Compute the autocorrelation of the Vector. More...

#include <spuc/spuc_types.h>
#include <vector>
Include dependency graph for auto_corr.h:
This graph shows which files directly or indirectly include this file:

Namespaces

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

Functions

template<class T >
std::vector< T > SPUC::auto_corr (const std::vector< T > &x)
 Compute the autocorrelation of the Vector. More...
 

Detailed Description

Compute the autocorrelation of the Vector.