Mask Variables & Mux

조회 수: 11 (최근 30일)
Alberto Carboni
Alberto Carboni 2017년 2월 27일
답변: Jose Lara 2017년 3월 8일
Hi all
I have the following problem, I have a block from a library whose mask requires an input parameter.
Such a parameter needs to be different depending on the input.
The problem arises because the input is a muxed signal and I have no idea on how to load a different parameter for each signal present in the mux.
Here is a picture for the sake of clarity:
As requirement I cannot demux the signal going out from CUSTOM BLOCK 1

답변 (1개)

Jose Lara
Jose Lara 2017년 3월 8일
Hi Alberto,
A MUX block just combines its inputs into a single vector output so basic vector algebra will work. But it really depends on how the Masked Parameter is used in the custom block. If each signal needs is simply exposed addition, subtraction, multiplication, and division, you can simply vector input as a parameter with the same size as the MUX signal. Take the following model below as an example:
The masked block contains only a Gain block with the Parameter "Mult" as the gain.
The input parameter to the masked parameter is a vector as shown below:
Notice the Display block shows that each signal is multiplied by the corresponding multiplier in the masked parameter. This is a simplified version of how you manipulate a MUX signal using a gain. As I mentioned before, it might be more complicated with the custom block but you may try using a vector as an input.

카테고리

Help CenterFile Exchange에서 Author Block Masks에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by