This block filters a Boolean 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.