How to Pass Signal through canbus
2 ビュー (過去 30 日間)
古いコメントを表示
回答 (1 件)
Supraja
2024 年 5 月 15 日
Hello Youssef,
I interpret from the question that you are trying to use CAN protocol and also you want to know about concatenating multiple signals into one.
Please find detailed description of the CAN bus protocol in the documentation link provided here:
To concantenate signals into one, you can "MUX" block or "Vector Concatenate" block. The MUX block combines all of the input vectors to a single vector and can be used in combination with the DEMUX block to retrieve the original signals.
Please find the documentation links for "MUX" and "Vector Concatenate" blocks below:
Vector Concatenate: https://in.mathworks.com/help/simulink/slref/vectorconcatenate.html
I hope the above helps!
Thank you.
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!