Mask Variables & Mux
显示 更早的评论
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
2017-3-8
0 个投票
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.
类别
在 帮助中心 和 File Exchange 中查找有关 Author Block Masks 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!