frgroup
Computes the group delay.
Namespace: dsp::filter
Prototype
static tuple<Vecf, Vecf> frgroup(const Design &d, int npts=1024)
Parameters
d | Transfert function to be analyzed. |
npts | Frequency resolution. |
Returns
A tuple of 2 vectors : the frequencies \(f_k\) (normalized, between 0 and 0.5), et and the group delay (expressed in number of samples).