Azzera filtri
Azzera filtri

how to monitor analog input from raspberry pi using simulink

2 visualizzazioni (ultimi 30 giorni)
hello,
I am using the MCP3008 to connect analog inputs to raspberry pi. I can view the voltage over matlab using the code given in the link below.
I created a model containing SPI master transfer block and connected a constant input of [1, bin2dec('10000000'), 0] to it. Then created a Matlab function block to convert the Datain the form of vector to actual voltage same as matlab code. I am using a scope to monitor this voltage signal. When I try to build it in external mode the input over time is zero (I can see the varying input ver matlab). If anone has step by step solution please help.
Thanks in advance.
  2 Commenti
Nirmalkumar Doreraju
Nirmalkumar Doreraju il 26 Giu 2020
Hi Mihir,
Since by default the datatype of a constant block in Simulink is double, you might be seeing no data output. Double click on the Constant block, go to Signal Attributes tab, and select the Output data type to be uint8. After this, hopefully the block should output proper values.
Please give it a try and let us know how it went.
Thanks and Regards,
Nirmal
Mihir Pingle
Mihir Pingle il 26 Giu 2020
Thanks Nirmal for the help. My issue is already resolved. Instead of the Matlab function block I replicated the logic by using the simulink blocks and at the end converted the data type to double from unit8. Now its working properly

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Raspberry Pi Hardware in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by