property sdr.FarrowFractionalDelay.taps : NDArray

The Farrow filter taps.

The taps are in the form of a 2D array with rows \(\{h_0[n], h_1[n], \ldots, h_p[n]\}\), where \(h_k[n]\) is the \(k\)-th FIR filter corresponding to \(\mu^k\).

Examples

See the Farrow arbitrary resampler example.