Forum Discussion
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)If 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)