Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
They look like calls to a custom instruction to calculate sine and cosine values.
- Altera_Forum
Honored Contributor
Yeah look pretty much like sine and cosine calculation.
I use similar CI. Try using the CI with y = sinus(int a) a=(0..65535) y=(+32767...-32768) y = cosinus(int a) a=(0..65535) y=(+32767...-32768) Meaning a=(0..65535) = (0*pi .. 2*pi) and y = (+32767...-32768) = (+0.9999999 ... -1.0)