polyphase_form
Creation of the polyphase representation of a signal.
Namespace: dsp::filter
Prototype
Tableau<T> polyphase_form(const Vector<T> &x, unsigned int M)
Parameters
x | 1d signal (1d vector, n elements) |
M | Number of polyphase branches, e.g. decimation ratio. |
Returns
Polyphase array (M rows, (n+M-1)/M columns)
Description
Creation of the polyphase matrix X, with zero padding if necessary (so as the length is a multiple of M):