This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to use mod and fix command for 28335 dsp processor for finding remainder and rounding off?

 hi

how to use FIX Aand MOD functions in 28335 dsp processor for the following codes?

theta2=mod(theta1,2*pi);

k=fix(theta2/(pi/3))+1;

regards

Joseph