
Time dependent matrix entry
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Christo van Rensburg
am 26 Okt. 2021
Kommentiert: Christo van Rensburg
am 28 Okt. 2021
Good day,
I've got a repeating sequence block with a 1x2-matrix for the durations of the output values. I however need to change these values, each entry, according to a ramp function that implements a linear increase. Below is a setup of the model I currently have in Simulink.
Any idea on how I can achieve this?

0 Kommentare
Akzeptierte Antwort
Jon
am 26 Okt. 2021
Bearbeitet: Jon
am 26 Okt. 2021
Under source blocks in the Simulink library there is a block called Ramp. It seems like this should work for your purpose.

6 Kommentare
Jon
am 27 Okt. 2021
Bearbeitet: Jon
am 27 Okt. 2021
I now see you want the square wave to go from say 0 to 5 rather than -1 to 1. You can just add 1 to the output of the sign block (using a sum block and constant) and then scale it with a gain block.
If you need the on and off (low and high values) duration to be different, you can offset the chirp signal (add a constant) before you apply the sign function.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!



