Forum Discussion
Altera_Forum
Honored Contributor
13 years agothe quarter sine LUT code
Dear all I need to get the quarter sine LUT in DDFS (Herewith the MATLAB code that I used) i=[0:i-1]; x= (i-1)*sin ((pi/2)*i/31));
Altera_Forum
Honored Contributor
13 years agoAs far as i know MATLAB uses floating point representation, which is not implemented in HDL by default. Maybe if you give more information (LUT input,output width, precision, what language you use) I could help you out.