how to combine waveform together???
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
does anyone know how to combine the waveform together without using demux and mux????
0 Kommentare
Antworten (1)
prabhat kumar sharma
am 12 Dez. 2024 um 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 Kommentare
Siehe auch
Kategorien
Mehr zu Waveform Generation finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!