how to use Data acquisition Tool ???
Show older comments
I wrote this piece of code in my M.editor
CODE
ai=analoginput('winsound'); addchannel(ai,1);
FS=1600; duration=2; set(ai,'SampleRate',FS); set(ai,'SamplesPerTrigger',duration*FS);
while running this i got this error
ERROR
??? Error using ==> analoginput.analoginput at 121 Failure to find requested data acquisition device: winsound.
Error in ==> ana at 1 ai=analoginput('winsound');
Please Help me to resolve this problem.
Accepted Answer
More Answers (0)
Categories
Find more on Data Acquisition Toolbox Supported Hardware in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!