Great I was searching for this feature.
Nevertheless, they are some things I don't understand in the
interpolation bloc!!
On 23/03/2020 18:32, Brian Padalino
wrote:
On Mon, Mar 23, 2020 at 1:26 PM Christophe Seguinot <christophe.segui...@orange.fr> wrote:
First answer to myself :
- I should have used an empty value for parameter taps. This only works for Rational resampler, not for interpolation.
Question:
- How can I interpolate without filtering to obtain a linear interpolation giving
- 1 1 1 / 1 1 1 / 1 1 1 / 1 1 1 / -1 -1 -1/ -1 -1 -1/ -1 -1 -1/
Try the repeat block:
Brian