フィルターのクリア

Mux/Demux for physical signals

25 ビュー (過去 30 日間)
Christian
Christian 2020 年 6 月 17 日
コメント済み: wwmathchat 2021 年 12 月 3 日
Hi!
Given a physical signal vector, how can I split up the vector into its components? That would be something like Mux/Demux for physical Signals.
Example:
inVector = {[1, 2, 3], 'm'};
outScalar = {1, 'm'};
outVector = {[2,3], 'm'};
What I could do ist to use PS-Simulink-Converter → demux (→ Mux foroutVector) → Simulink-PS-Converter. But in this case I get an error creating a composite component of it.
Probably I could create a custom component for splittin the signals up, but that seems a bit cumbersome to me.

採用された回答

Joel Van Sickel
Joel Van Sickel 2020 年 8 月 5 日
Hello Christian,
you are unfortunately correct in that you must create your own mux and demux blocks for simscape physical signals. There is a simscape bus, but it only works for standard bi-direction physical connections, and does not support physical signals. If you have the simscape electrical toolbox, it does have some prebuilt mux and demux options built in for the converters.
Regards,
Joel
  2 件のコメント
Christian
Christian 2020 年 8 月 10 日
This is not the answer I wanted to hear ;-)
Thank you anyway. So I don't need any further research for this.
wwmathchat
wwmathchat 2021 年 12 月 3 日
Did you figure out how to make a mux, Christian? As far as I can tell, it's not possible to make a mux/demux custom component with variable input/output size in simscape because for loops are not allowed for input and output definitions.

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

その他の回答 (0 件)

カテゴリ

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

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by