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

2 次查看(过去 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