Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNCO and FIR COmpiler Megafunction performance
For learning purpose, I just added two NCO O/Ps with 1 MHz and 5 MHz. NCO1 = 1 MHz NCO2 = 5 MHz and using FIR Compiler unit ( with Fc = 1.25 MHz), I filtered the mixture of these t...
Altera_Forum
Honored Contributor
13 years agoAnother problem:
mix <= fsin_o +fsin_o_2; Is summing both 18 bit signals to 18 bit (causing overflow) and than assigning the result to a 19 bit variable.