MMorr30
New Contributor
6 years agoBasic NCO IP component for Cyclone IV cannot get simple sinewave
Hi,
I cannot get a simple sinewave out of the NCO IP on the cyclone 4. Below is the component from the IP Parameter editor.
Here is my instantiation:
nco u0k (
.clk (CLK_125),
.reset_n(1),
.clken (1),
.phi_inc_i (34359738),
.fsin_o (sin_out),
.fcos_o (),
.out_valid (ovalid)
);
I am using the DE2i_150 board, Quartus 16.1, and the ADA board from Terasic for my DAC. I simply cannot get a sine wave out. Here is the best I can get:
Is my phase increment correct? It says so in the ip parameter editor. Do I need some sort of frequency modulation added? Is there a gain setting Im unaware of?
Thank you :)