Thanks for that, Oleg. I just pushed the changes. Dario
On Wed, 7 Apr 2021 at 16:27, Oleg Nesterov <[email protected]> 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 [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
