Hello!

Normally, when we run the program it always requires at least 2 parameter and "How many bitstream?"

the problem is that what do "stream length and bitstream " really mean ?

Let say the sample from my generator has n=1,000 bits and is divided into 100 lines which contain 10 bits each (see the attachment below)

I have tried using stream length = 1000 and bitstream = 100. It showed "ERROR: Insufficient data in file data/my.txt. 0 bits were read." But when i used stream length = 100 and bitstream = 10. The test was successfully run.

Thank you in advance

Similar questions and discussions