ts01

Generation of a periodic 01010101... sequence

Calling sequence

b = ts01(n)

Parameters

n:

number of bits to generate

b:

output binary sequence

Examples

// Generation of a vector of 8 alternating bits
b = ts01(8)

See also