frgroup
Computes the group delay.
Namespace: dsp::filter
Prototype
tuple<Vecf, Vecf> frgroup(const FRat<T> &h, int npts=1024)
Parameters
h | 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).