フィルターのクリア

How to pass multiple signals in Fractional-order Integration in SIMULINK (MATLAB)?

6 ビュー (過去 30 日間)
Omar
Omar 2023 年 11 月 18 日
コメント済み: madhan ravi 2023 年 12 月 2 日
Here is the pasted screenshot. The FOMCON fractional-order integral block is designed for taking only a scalar signal. If I try to apply Multiple inputs to the integration (FOMCON) block it shows a dimension error.

回答 (1 件)

madhan ravi
madhan ravi 2023 年 11 月 18 日
編集済み: madhan ravi 2023 年 11 月 18 日
Use a For - Iterator subsystem which encapsulates this Integrator block. For the iterator you need to feed in the output of the width(which in your model is 1 when Switch condition is true and 4 when false) of the incoming signal , which is usually done by using width block. And within the For- Iterator subsytem you need to feed in the Switch Signal in each iteration using a Selector Block or a Multiport Switch feeding it’s output to the Integrator block and saving the output of the Integrator block in each iteration using Assignment Block. The output of the For- Iterator subsystem can be connected to a scope. By the way, I have no idea what the FOMCON integrator block does, but my suggestion should work without causing error.
  15 件のコメント
Omar
Omar 2023 年 11 月 23 日
If you read from link for continuous time signal it will not work also ..
madhan ravi
madhan ravi 2023 年 12 月 2 日
Yes, you are correct. The Toolbox is robust that it doesn’t allow to propagate vector signals. I can only suggest you to contact the author directly.

サインインしてコメントする。

カテゴリ

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

製品

Community Treasure Hunt

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

Start Hunting!

Translated by