<< ld_Int32ToFloat basic_ldblocks ld_ModInt32 >>

ORTD Scilab Interface Toolbox >> basic_ldblocks > ld_LevelDemux

ld_LevelDemux

Demux the level of the input signal such that the output corresponding to the input level is set to one

Calling Sequence

[sim, outlist] = ld_LevelDemux(sim, events, in, NrEvents)

Description

in * - vector signal

outlist - list() of * with NrEvents elements

n = round(in)

outlist(m) == 1, for n=m AND outlist(m) == 0, for m != n


Report an issue
<< ld_Int32ToFloat basic_ldblocks ld_ModInt32 >>