generate a ramp signal based on an external input
11 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
採用された回答
Azzi Abdelmalek
2016 年 5 月 13 日
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
その他の回答 (1 件)
Amruta
2025 年 11 月 3 日 10:49
Hi
how to implement ramp signal in simulink which will increase upto target speed in desired time
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sources についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!