Forum Discussion
Altera_Forum
Honored Contributor
15 years agoArbitrary Waveform Generator
Hi, Im trying to build an arbitrary waveform generator using the Stratix-III DSP development kit. I have been successful at outputting a sine wave using the NCO megafunction, but is there a way for m...
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- Is there a better way of doing this? --- Quote End --- You can use a dual-ported RAM. One side of the RAM can appear as an Avalon-MM slave, and you can then read/write to the RAM. The other side of the interface can then be accessed by an FSM that reads data from RAM and sends it to your ADC. You can get 'fancy' by making this an Avalon-ST streaming source, and making your ADC an Avalon-ST sink, and then you can wire them altogether in SOPC Builder or Qsys. Cheers, Dave