フィルターのクリア

Simulink (switch)

2 ビュー (過去 30 日間)
m_vdv
m_vdv 2019 年 4 月 2 日
編集済み: Jim Riggs 2019 年 4 月 2 日
I built 2 differential equations in Simulink (see attachment). How can I combine both of them using the switch block?
If x>-0.1, the upper one has to be my output and if x<-0.1, the lower one has to be my output.
Thanks in advance

回答 (1 件)

Jim Riggs
Jim Riggs 2019 年 4 月 2 日
編集済み: Jim Riggs 2019 年 4 月 2 日
This problem may be complicated since you have 2 different definitions of x. However, based on what you asked for, this should work.
The upper signal is passed through whenever f1(x) is greater than -0.1. If f1(x) <= -0.1, the lower signal is passed through.
Note that the switch will always use the value of f1(x) to determine which value to pass.

カテゴリ

Help Center および File ExchangeModeling についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by