I am using a cDAQ 9174 to acquire an analog input, I am not able to display it as a signal on scope. the data is frame based with block size of 81. I need to know how to do it

조회 수: 7 (최근 30일)

답변 (1개)

xuany
xuany 2023년 2월 25일
Hey buddy , i had the same question two days ago. The solutions I have adapted are using a block to sum the matrix (with the size of 81 in your situation) then dividing by the block size (81 for example), then you will be able to use the scope block to display the signal. I guess this may caused by the hardware or the sampling mode of Simulink. Anyway, my solution may not be the correct one , it can just work on it. I hope it can help you.

카테고리

Help CenterFile Exchange에서 Simultaneous and Synchronized Operations에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by