Simulink: changing gain based on input

5 visualizaciones (últimos 30 días)
Ismail Sahraoui
Ismail Sahraoui el 13 de Mzo. de 2023
Comentada: Ismail Sahraoui el 14 de Mzo. de 2023
Hey all, somewhat novice user to Simulink. I am attempting to change the gain based on an input signal of my gyroscope position. The range of values of the input signal are from 0 - pi, and ideally, I would like the gain to range from 0 - 255. For instance, when I rotate the gyroscope component 180 degrees (or pi), the output gain should be max (255), and when it is at rest, it should be 0. I am not able to find any similar answers asked online, and am unsure if Simulink has any block(s) which can do this, apart from maybe the ramp function?
I've tried using multiple if/else statements but to no avail.
Additional information: the goal is to change the LED brightness (0 = off, 255 = max brightness) on my arduino board based on the gyroscope position input.
Thank you!

Respuestas (1)

Fangjun Jiang
Fangjun Jiang el 13 de Mzo. de 2023
For this, it sounds like you just need a Gain block. Set the gain value to be 255/pi, when the input is 0, the output is 0. When the input is pi, the output is 255.
  1 comentario
Ismail Sahraoui
Ismail Sahraoui el 14 de Mzo. de 2023
Thank you! Don't know why I didn't think of this

Iniciar sesión para comentar.

Categorías

Más información sobre Run on Target Hardware 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