Forum Discussion
Altera_Forum
Honored Contributor
13 years agoThe Quarter sine wave LUT code for 8 bits:
i=[0:255]; x= 255*sin ((pi/2) *i /255); y=str(x,8) ; but when i used it in DDS simulation , I got no sine wave((note: i applied all the other requirment))