Skip to content

How to compute total delay in samples? #270

Discussion options

You must be logged in to vote

Let's assume that h1 has a resampling rate r1 and a delay d1. The output time index t1 with respect to the original time index t is:

t1 = (t + d1)*r1

So if you cascade resamplers back to back, the end delay would be

tN = ((((t + d1)*r1 + d2)*r2 + d3)*r3 ... + dN)*rN

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by jgaeddert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants