Forum Discussion
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- you will get delay inside filter(group delay) on top of usual latency as signal builds up. group delay = 1/2 of filter order --- Quote End --- Thank you kaz ! Probably i was not clear enaugh. My filter is 1-causal. So I don't have to wait the signal to reach the maximum at (n-1)/2. I have only the causal part (eg: only the right half of a gaussian). The impulse response is like [0 10 9 8 7 6 5 4 3 2 1 0] So if my input at k-1 is 10 I expect to have 10 at time k at the output of the filter. But this does not happen and I can't understand why..