Create daq session for two vendors at the same time
2 次查看(过去 30 天)
显示 更早的评论
Hey guys,
I am new to data acquisition using MATLAB, and my current project needs to sample sound from 3.5 mm jack and some force transducer from a NI daq board. Is it possible to create a daq session for two vendors (directsound and ni) at the same time?
Thanks in advance.
0 个评论
回答(1 个)
Sahithi Kanumarlapudi
2019-8-9
Instead of creating a session for two vendors at a time, you can create a session for one device and then add a channel to that session using ‘addAnalogInputChannel’ or any of the add channel methods available.
The documentation for ‘addAnalogInputChannel’ can be found in the following link
0 个评论
另请参阅
类别
在 Help Center 和 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!