discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stucked on a trivial interpolation issue


From: Brian Padalino
Subject: Re: Stucked on a trivial interpolation issue
Date: Mon, 23 Mar 2020 13:32:53 -0400

On Mon, Mar 23, 2020 at 1:26 PM Christophe Seguinot <address@hidden> 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:

  https://wiki.gnuradio.org/index.php/Repeat

Brian

reply via email to

[Prev in Thread] Current Thread [Next in Thread]