how to combine waveform together???
조회 수: 3 (최근 30일)
이전 댓글 표시
does anyone know how to combine the waveform together without using demux and mux????
댓글 수: 0
답변 (1개)
prabhat kumar sharma
2024년 12월 12일 4:54
Hello billy,
There are a few different methods you may use in Simulink if you wish to combine several signals into a single composite signal without utilizing the Demux and Mux blocks:
Block of Bus Creators:
To merge several signals into a single bus signal, use the Bus Creator block. This enables logical signal grouping without the need for physical concatenation.
Make sure the signals you wish to combine are compatible with bus operations (i.e., they should have the same sample time) before using this method.
Concatenation of Matrix:
The Matrix Concatenate block can be used to merge two signals into a single matrix signal if they have the same dimensions and data type. This is especially helpful for signals that have a row or column representation.
Thanks
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Waveform Generation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!