Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFIR Compiler output is zero
I have a design that is using a FIR Compiler generated FIR filter containing several coefficient sets. To be exact I had 5 sets loaded into the FIR filter. Everything was working fine. Then I tried...
Altera_Forum
Honored Contributor
15 years agoI found the problem myself. Looks like the FIR compiler is scaling all the coefficient sets with the same factor. This means that you can't mix floating and fixed point coefficient sets. I just converted the fixed point set to floating point and things started working.