polyphase_iform

Compute the standard form from the polyphase representation.

Namespace: dsp::filter

Prototype

Vector<T> polyphase_iform(const Tableau<T> &X)

Parameters

XPolyphase form (2d array)

Returns

Standard dorm (1d array)

Description

See also

polyphase_form()