Effacer les filtres
Effacer les filtres

generate a ramp signal based on an external input

4 vues (au cours des 30 derniers jours)
Juan Nunez
Juan Nunez le 12 Mai 2016
Commenté : Juan Nunez le 13 Mai 2016
Hello,
How can I generate a ramp signal based on an external input in matlab. For example, when the external input K changes its value from 0 to 1 then the ramp signal is generated. If this is implemented in simulink, is it required to use the clock block?
Thanks.
  2 commentaires
Azzi Abdelmalek
Azzi Abdelmalek le 12 Mai 2016
And if K changes from 1 to 0?
Juan Nunez
Juan Nunez le 12 Mai 2016
K always changes from 0 to 1. Once the ramp period is completed the final value of the ramp is kept during the rest of the simulation.

Connectez-vous pour commenter.

Réponse acceptée

Azzi Abdelmalek
Azzi Abdelmalek le 13 Mai 2016
You can use a clock block, and multiply it by your K value, using a product block, then multiply the output of the product block by a constant to specify the slope of your rampe

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by