Forum Discussion
Altera_Forum
Honored Contributor
13 years agosigned conversion
Hi evryone! I build a simple FIR-Filter as described in the attach code. When i simulate it with impulse response as data_in, i get that the first result of the filter (data_out) is -8 and...
Altera_Forum
Honored Contributor
13 years agoHi tricky!
Thanks for your reply and explaination, I fixed it to to_signed(8, 5) and now it works. :):)