how to combine waveform together???

4 次查看(过去 30 天)
billy
billy 2015-3-18
does anyone know how to combine the waveform together without using demux and mux????

回答(1 个)

prabhat kumar sharma
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

Community Treasure Hunt

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

Start Hunting!

Translated by