<< ld_add_ofsInt32 basic_ldblocks ld_and >>

ORTD Scilab Interface Toolbox >> basic_ldblocks > ld_alternate

ld_alternate

generate an alternating sequence

Calling Sequence

[sim,y] = ld_alternate( sim, ev, start_with_zero )

Description

y * - output

[0, 1, 0, 1, 0, ... ], if start_with_zero == %T

[1, 0, 1, 0, 1, ... ], if start_with_zero == %F


Report an issue
<< ld_add_ofsInt32 basic_ldblocks ld_and >>