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 visualizaciones (últimos 30 días)

Respuestas (1)

xuany
xuany el 25 de Feb. de 2023
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.

Categorías

Más información sobre Simultaneous and Synchronized Operations en Help Center y File Exchange.

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by