[LAD] Re: Help with resampling algorithm

2024-04-23 Thread Fons Adriaensen
On Tue, Apr 23, 2024 at 10:47:43AM +0100, Marco Castorina wrote: > > for each output sample you use a new filter from the set of 128 by > > incrementing the index by a fixed value. This may not be an integer, > > so you need to round. > This is what I am struggling with: how do I determine by

[LAD] Re: Help with resampling algorithm

2024-04-23 Thread Marco Castorina
Thanks everyone, and apologies for the late reply! I didn't get notified about the replies to this thread. > for each output sample you use a new filter from the set of 128 by incrementing  the index by a fixed value. This may not be an integer, so you need to round. This is what I am

[LAD] Re: Help with resampling algorithm

2024-04-15 Thread Fons Adriaensen
On Sat, Apr 13, 2024 at 03:26:38PM +0100, Marco Castorina wrote: > I have coded a prototype which is shared here: > https://gist.github.com/theWatchmen/746f35c349748525b412cfd9466608ce You'll probably get a better idea of what is going wrong if you decrease the input frequency a bit, e.g. 50

[LAD] Re: Help with resampling algorithm

2024-04-15 Thread Giso Grimm
Hi Marco, On 13.04.24 16:26, Marco Castorina wrote: Hi everyone,  I am hoping this is the right place to post this question. I am trying to implement the resampling algorithm as described in this paper: https://ccrma.stanford.edu/~jos/resample/resample.pdf I managed to construct the h