- property sdr.FarrowResampler.delay : int
The delay \(D\) of the Farrow FIR filters in samples.
The delay is only observed when the convolution mode is set to
"full"
. No delay is observed when the convolution mode is set to"rate"
. Due the multirate nature of the Farrow resampler, output sample \(D \cdot r\) corresponds to the first input sample, where \(r\) is the current resampling rate.Examples¶
See the Farrow arbitrary resampler example.