Forum Discussion
Altera_Forum
Honored Contributor
18 years agoNewbie project problems
Hi All, I am very new to the altera board, i have never done fpga programming before, I dont know where to start I have a stratrix-II EP2s180 board. I have to program this board such ...
Altera_Forum
Honored Contributor
18 years agoHI DSPBoard,
The MATLAB sine wave generator will give you a quick way to design your system. However, to test it on the actual board, you need to use some sort of waveform generator to generate the sine wave and then feed that into the A2D port of your DSP port. The A2D should digitize your sine wave for you, and then you just need to save that into the 32MB compact flash. If you look at the factory default program, it stores a digital version of sine wave in a look-up-table and then pass that through D2A and to A2D. (If I remember correctly). Therefore, I don't think it's quite applicable in your case.