Forum Discussion
Altera_Forum
Honored Contributor
14 years agoNCO help...
Hi i'm trying to test a fixed point filter on a FPGA board, my filter has an input of 16 bit, but the maximum value it can take without saturation is 1023 which is 11 bits. so far the only signal i'v...
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- See below two simple methods to achieve what you want. There are more (including more elegant) methods described in the online help under using connectors. Try and have fun! --- Quote End --- Great! it finally works! but quick question..? so does it connect to the MSBs of the input port or the LSBs of the input port.