Continous output signal using DAQ usb 6008 in matlab
古いコメントを表示
Good evening,
I am trying to output a continuous signal using the NI DAQ usb 6008. When using this code:
ao = analogoutput('nidaq','Dev1');
ch = addchannel(ao,0);
putsample(ao,2)
I am sending one sample to the output. Can anyone help me to output several samples and then get a continuous signal?
I have tried the function "repeatoutput" but when verifying the output signal using an oscilloscope, I have nothing.
Thank you in advance
Takoua
1 件のコメント
Noor Atifah Nordin
2017 年 10 月 2 日
hye Takuoa,
can i ask you to teach me how you generate data from oscilloscope using usb 6008 ? my prof has ask me to generate signal from oscilloscope using ni daq 6008 in matlab to. i've been out of option on how to do it. does it required the latest version of matlab, because right now i;m using quite old version (r2012a) since i have a laptop with 32 bit only. Can you pleaseeeee enlighten me about this?
採用された回答
その他の回答 (1 件)
カテゴリ
ヘルプ センター および File Exchange で Oscilloscopes についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!