downsample
Decimation of a column vector.
Namespace: dsp
Prototype
Vector<T> downsample(const Vector<T> &x, int pas)
Description
From a vector \((x_k), k=0\dots n-1\), returns a subset of it, decimated by a factor of \(R\):
Decimation of a column vector.
Namespace: dsp
Vector<T> downsample(const Vector<T> &x, int pas)
From a vector \((x_k), k=0\dots n-1\), returns a subset of it, decimated by a factor of \(R\):