using vector signal instead of using mux signals

hi, I am using a mux for muxing signals as shown inthe attached file. Is therean option to use part of the vector, for the specific signal instead of using mux? For example: In Verilog or VHDL we use it in a way SIG[0:9]. To connect a specific signals, we wrote SIG[3] or SIG[7] or part of vector SIG.
Thanks for your help' Henry

Antworten (1)

Tim McBrayer
Tim McBrayer am 11 Sep. 2015

0 Stimmen

As you have found, you can use the Mux block to combine scalar signals into a vector of signals, and the Demux block to separate them back out. If you wish to extract only specific elements you can use the Selector block to select the subset of elements of a vector signal that you are interested in. The Multiport Switch block can also be used to select a single element from an input vector. Finally, if you have access to the DSP System Toolbox, the Variable Selector block in that toolbox can also provide a similar functionality to the Selector block.

Kategorien

Mehr zu Simulink finden Sie in Hilfe-Center und File Exchange

Tags

Gefragt:

am 11 Sep. 2015

Beantwortet:

am 11 Sep. 2015

Community Treasure Hunt

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

Start Hunting!

Translated by