data acquisition toolbox with National Instruments Devices: inputSingleScan using USB-6009 vs PCI?
이전 댓글 표시
Hello,
I'm using the Data Acquisition Toolbox to read values from a National Instruments Card (USB-6009). I use the inputSingleScan function in a looped manner, which takes samples from the card for each iteration of the loop.
Currently the loop that I use operates at approximately 40Hz. By using the profiler tool, it is clear that the bulk of the time during each loop is used up by the scan function and the associated DAQMX drivers.
I am curious to know what would happen if I switched to a PCI card that was directly plugged in to the computer. Would the inputSingleScan function work faster that way or would it work the same? Is time used because of the nature of the function itself irrespective of the hardware or because I use a USB connection?
Thank you very much.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!