Real Time data analysis
Show older comments
I have a Cyclone III FPGA connected to a DAC/ADC. I am creating a software defined modem. The output of the DAC is then displayed on an oscilloscope. I have a usb port on this DAC/ADC and I would like to import the data into matlab to analyse. How do I go about doing this?
Answers (1)
Walter Roberson
on 4 Apr 2011
0 votes
Probably with Data Acquisition Toolbox. You would probably open an analogio() port and configure the ADC and then start the convertor going. However, depending on what your ADC convertor is, you might have substantial difficulty getting Matlab to talk to it over the USB port. USB does nasty things to the timing of samples, and only a relatively small number of devices are supported over USB.
Categories
Find more on AMD FPGA and SoC Devices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!