% -*- texinfo -*- % @deftypefn {Function File} { } fibosplitstream (@var{code}) % % Returns the split data stream at the word boundaries. % Assuming the stream was originally encoded using @code{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 @code{fibodeco} This however doesnt % mean that we intend to verify if all the codewords are correct, % and infact the last symbol in th return list can or can-not be % a valid codeword. % % A example use of @code{fibosplitstream} would be % @example % @group % % fibodeco(fibosplitstream([fiboenco(randint(1,100,[0 255]))@{:@}])) % fibodeco(fibosplitstream([fiboenco(1:10)@{:@}])) % % @end group % @end example % @seealso{fiboenco,fibodeco} % @end deftypefn