This block filters a Real vector of size nin
to
a vector of size nout
given a boolean mask
msk
.
If an entry in msk
is true
, then the value
of this input will be sent to the output y
, otherwise it
will be discarded.
The parameter msk
must have exactly nout
entries
set to true
, otherwise an error message is issued.