Forum Discussion
Altera_Forum
Honored Contributor
10 years agoCORDIC is suitable for generating the sin/cos of an angle.
You can generate sin(a + delta) from sin(a - delta) and sin(a) with a single multiply (and a shift). The only slight problen is that the amplitude can drift.