SigPack - the C++ signal processing library
resampling.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sp::resampling< T1 >
 

Namespaces

 sp
 

Functions

template<class T1 >
arma::Col< T1 > sp::upsample (const arma::Col< T1 > &x, const int p)
 
template<class T1 >
arma::Col< T1 > sp::downsample (const arma::Col< T1 > &x, const int q)