フィルターのクリア

How to generate +5V signal using matlab?

4 ビュー (過去 30 日間)
W Joey
W Joey 2015 年 7 月 13 日
編集済み: W Joey 2015 年 7 月 13 日
Hi, i want to generate continuous +5V signal for 3 seconds from NI DAQ device.
s=daq.createSession('ni');
addAnalogOutputChannel(s,'Dev1',0,'Voltage');
addAnalogOutputChannel(s,'Dev1',1,'Voltage');
t=0:0.001:3;
w=6;
outputSignal=0.5*rectpuls(t,w)';
queueOutputData(s,[outputSignal outputSignal]);
s.startForeground
However it does not work properly, anyone can tell me is there anything wrong with the code?

回答 (0 件)

カテゴリ

Help Center および File ExchangeAnalog Input and Output についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by