C++ signal processing
Compute the type (I, II, III ou IV) of a FIR filter with linear phase. If the coefficients are not symetrical nor anti-symetrical, returns -1.
Namespace: dsp::filter
dsp::filter
static int fir_type(const Vecf &h)