Re: Xlating FIR filter delay

2019-12-19 Thread CEL
Hi Angilberto, On Thu, 2019-12-19 at 15:13 +, Angilberto Muniz Sb wrote: > In the docs it says the xlating fir filter is a symmetric one, certainly not in general. The FIR filter can whatever filter you put in there. You're thinking of an example somewhere! So, what docs *specifically* say

Re: Xlating FIR filter delay

2019-12-19 Thread CEL
Ah, no! So, what you're seeing is no processing delay caused by our implementation of the xlating FIR filter, but simply *group delay*, which every linear system has. I don't know your background, so it's a bit hard to recommend some literature, but group delay would be covered in a "signals and

Re: Xlating FIR filter delay

2019-12-19 Thread Angilberto Muniz Sb
Yes Marcus, I'm interested in the "excess" delay, thats why I need to cancel the group delay. Guess I've found the answer: (len(filter_taps) - 1) / 2 Will try it.. Angilberto. Em quinta-feira, dezembro 19, 2019, 9:16 AM, Müller, Marcus (CEL) escreveu: Hi Angilberto, am I right to assume th

Re: Xlating FIR filter delay

2019-12-19 Thread CEL
Hi Angilberto, am I right to assume that you already are considering the group delay of the filter that you specified and there's "excess" delay beyond that? Best regards, Marcus On Wed, 2019-12-18 at 19:59 +, Angilberto Muniz Sb wrote: > Hi all, > > I have a dual tone signal that I down co