forme_polyphase
Représentation polyphase d'un signal.
Espace de nom : tsd::filtrage
Prototype
TabT<T, 2> forme_polyphase(const Vecteur<T> &x, entier M)
Paramètres
x | 1d signal (1d vector, n elements) |
M | Number of polyphase branches, e.g. decimation ratio. |
Retourne
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):