Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHelp in creating sin wave lookup table in C to simulate keyboard note using DE1 board
Hello I am new to this forum and I hope this is the right place to ask this question. I need help on how to create a lookup table in C. I need to use the lookup table to simulate the sound of a no...
Altera_Forum
Honored Contributor
13 years agoActually, if you want to generate sin() or cos() the Goertzel generator is better - provided you can do a multply per sample.