read raw data using daq toolbox
Ältere Kommentare anzeigen
It appears that with the old acquisition toolbox it was possible to read raw data from a NI DAQ using daqread(). Is it possible to get raw data using the new acquisition toolbox code? To be specific, by raw data I mean values as int16.
Antworten (1)
Walter Roberson
am 9 Jan. 2018
0 Stimmen
Compare the https://www.mathworks.com/help/releases/R2012a/techdoc/ref/daqread.html R2012a daqread() (from before the session-based interface) to the current https://www.mathworks.com/help/matlab/ref/daqread.html daqread() and you will not see and substantial difference. Neither one of them reads directly from a device, only from .daq files.
Notice the 'DataFormat', 'native' option of daqread()
1 Kommentar
Jim Hokanson
am 9 Jan. 2018
Kategorien
Mehr zu Data Acquisition Toolbox Supported Hardware finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!