Thanks for that, Oleg. I just pushed the changes.

Dario

On Wed, 7 Apr 2021 at 16:27, Oleg Nesterov <o...@redhat.com> wrote:

> Hi Dario,
>
> Your commit 85201e341bd4e adds lagrangeN() which uses si.bus(), this means
> you need to add
>
>         si = library("signals.lib");
>
> into interpolators.lib, otherwise it.lagrangeN(...) won't compile.
>
> Note also you can use si.dot() instead to simplify the implementation:
>
>         lagrangeN(N, idx) = lagrange_h(N, idx), si.bus(N+1) : si.dot(N+1);
>
> Oleg.
>
>
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to