how to combine waveform together???
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
billy
el 18 de Mzo. de 2015
Respondida: prabhat kumar sharma
el 12 de Dic. de 2024 a las 4:54
does anyone know how to combine the waveform together without using demux and mux????
0 comentarios
Respuestas (1)
prabhat kumar sharma
el 12 de Dic. de 2024 a las 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 comentarios
Ver también
Categorías
Más información sobre Waveform Generation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!