Classes | |
class | sp::resampling< T1 > |
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) |
arma::Col<T1> sp::downsample | ( | const arma::Col< T1 > & | x, |
const int | q | ||
) |
Downsampling without anti alias filtering.
x | Input vector |
q | Downsampling factor |
Definition at line 38 of file resampling.h.
arma::Col<T1> sp::upsample | ( | const arma::Col< T1 > & | x, |
const int | p | ||
) |
Upsampling without anti alias filtering.
x | Input vector |
p | Upsampling factor |
Definition at line 20 of file resampling.h.