Real Time data analysis
Afficher commentaires plus anciens
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?
Réponses (1)
Walter Roberson
le 4 Avr 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.
Catégories
En savoir plus sur AMD FPGA and SoC Devices dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!