Real Time data analysis
Mostra commenti meno recenti
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?
Risposte (1)
Walter Roberson
il 4 Apr 2011
0 voti
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.
Categorie
Scopri di più su AMD FPGA and SoC Devices in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!