How can i merge the signals from the sensors into 1 signal ?
2 ビュー (過去 30 日間)
古いコメントを表示
i need to merge these two signal into one signal , i tried to add signal conversion but i dont understand how should i connect it properly
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1162373/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1162378/image.png)
0 件のコメント
回答 (2 件)
Jim Riggs
2022 年 10 月 24 日
The merge block is not used to combine signals - it is used to select one of two triggered signals. The two inputs are signals that are conditionally on (such as the output of a triggered subsystem) and only one of the two signals can be active at any time. The output of the merge block is the active signal.
To "combine" the two into one signal, you will need to be more specific on what kind of signal "combination" you want, since there are many types of signal tansformations available.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Physical Units についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!