What is the unit of Rate on MATLAB?
1 回表示 (過去 30 日間)
古いコメントを表示
Regarding the valiable "Rate" on MATLAB, what is the unit of it?
What does the operation mean and what is its unit?
sample program
In this case, 10000 what?
s = daq.createSession('ni');
addAnalogInputChannel(s,'cDAQ1Mod1','ai1','Voltage');
s.Rate = 10000
0 件のコメント
採用された回答
Walter Roberson
2019 年 4 月 26 日
The rate is scans per second. One scan is reading all of the channels once. You can also use the term samples per second as long as it is understood that a "sample" includes all channels.
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Point Grey Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!