Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Thanks for help! On the other hand. I want to add a little offset to my NCO 10 bit sin signal. Sinus is represented by samples from 500 to -500. After adding 100 signed integer with adder from Altera IP (10 bits + 10 bits) at the DAC output I get a deformed sinus - the peak is inverted. Thanks in advance for any suggestion. --- Quote End --- Might be you are discarding MSB from result. You shouldn't. You get 11 bits sum then you either use bits(10:1) or (9:0) but this needs clipping(not recommended)