Hi Sunny,
Your steps towards building a transmitter are right. Here are some things to note
a. If you are trying to stream the data/ continuously modulated on a continuous stream of bits, then it is better to pack the bits, DMA these packed bits, modulate them on the FPGA and then send it to the DAC port.
b. However, if you want to modulate only a set of bits and write this waveform onto the memory block on the 5640R and replay the waveform again and again. Here the DMA happens only once. This method will be helpful for quick testing of your demodulators.
c. I would recommend you to first prototype all these on the PC. Write proper test benches which will acertain the functionality of your FPGA code.
You can look at the On-Off Keying modulator which is on
IPNet under the RF and Communication section.
Answer to your other question
1. Modulation Toolkit 3.0 should work fine with LV 8.5.
2. Order of installation:
Uninstall Modulation Toolkit 3.0
Install LV 8.5
Install RFSG, RFSA drivers
Install Modualtion toolkit 3.0
Install LV FPGA 8.5
Install 5640R 1.2 drivers
You need not uninstall LV 8.0
Cheers,
Vinay
Message Edited by Vinay Kumar on
05-19-2008 04:02 AM