Real Time data analysis
이전 댓글 표시
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?
답변 (1개)
Walter Roberson
2011년 4월 4일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 AMD FPGA and SoC Devices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!