Function File: fibosplitstream (code)

Returns the split data stream at the word boundaries. Assuming the stream was originally encoded using fiboenco and this routine splits the stream at the points where "11" occur together & gives us the code-words which can later be decoded from the fibodeco This however doesn’t mean that we intend to verify if all the codewords are correct, and in fact the last symbol in the return list can or can not be a valid codeword.

A example use of fibosplitstream would be

fibodeco (fibosplitstream ([fiboenco(randint (1, 100, [0, 255])){:}]))
fibodeco (fibosplitstream ([fiboenco(1:10){:}]))

See also: fiboenco, fibodeco.

Package: communications