- Refer this https://www.mathworks.com/matlabcentral/answers/327998-maximum-sampling-frequency-of-analog-input-through-arduino-uno MATLAB answer to find more about it. But again everything depends on "how you" implemented it. If you used a timer to start the acquisition then the sampling time is the timer period. If you just wrote the acquisition in the loop function and there are other routines in there then the sampling interval can vary and depends on what is being executed.
- Yes, "Data Aquistion Toolbox" (DAQ) is used to read data from various input devices.The toolbox supports a variety of DAQ hardware. Aso the toolbox functions give you the flexibility to control the analog input, analog output, counter/timer, and digital I/O subsystems of a DAQ device.
0 Comments
Sign in to comment.