How to compute total delay in samples? #270
-
Supposing we are chaining many filters, resamplers, equalizers, etc together, all of which have some delay.
How do you compute the delay of output samples when passing inputs into h1 -> h2 -> ... -> hN ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you have the original signal, you can compute the delay by using a correlation method against the delayed signal. |
Beta Was this translation helpful? Give feedback.
-
Let's assume that
So if you cascade resamplers back to back, the end delay would be
|
Beta Was this translation helpful? Give feedback.
Let's assume that
h1
has a resampling rater1
and a delayd1
. The output time indext1
with respect to the original time indext
is:So if you cascade resamplers back to back, the end delay would be