property sdr.FarrowFractionalDelay.lagrange_polys : NDArray

The Lagrange basis polynomials \(\ell_k(\mu)\).

The Lagrange basis polynomials are in the form of a 2D array with rows \(\{\ell_0(\mu), \ell_1(\mu), \ldots, \ell_p(\mu)\}\) and columns \(\{\mu^p, \mu^{p-1}, \ldots, \mu^0\}\).

Examples

See the Farrow arbitrary resampler example.