Hello, there is upper limit for the length of bit string. The maximum length can not be over 26.
eg 1: there are four bits in this example. following are data sample at four different time intervals
1001 at time one
1101 at time two
1111 at time three
1000 at time four
eg 2: there are 7 bits in this example and following are data sample at five different time intervals
1100100 at time one
1000111 at time two
1001011 at time three
1111101 at time four
1001011 at time five
thank you