Forum Discussion
Altera_Forum
Honored Contributor
15 years agoCosine and Sine lookup table in vhdl
Hi i'm new to vhdl and I need a cosine and sine lookup table file in vhdl file already DONE.. because I don't have much time.. please help! thanks.
Altera_Forum
Honored Contributor
14 years agoIf you want to generate the terms in sequence look up the Goertzel generator, one multiple and an add per term (from the previous 2):
sin(a+b) = 2sin(a)cos(b) - sin(a-b)