Tool/software: TI C/C++ Compiler
Hi guys,
Im trying to understand how payload enters the Convolutional Encoder if first msb of payload enters or lsb of payload enters the Convolutional Encoder?
for example, lets assume in smartRF studio the payload in mode 2 is : 1f1f so it's in binary [0 0 0 1 1 1 1 1 0 0 0 1 1 1 1 1] , so payload in binary is: [0 0 0 1 1 1 1 1 0 0 0 1 1 1 1 1] .
how this pattern (payload) enters the Convolutional Encoder? lsb (right most bit of the pattern - 1) first or msb(left most bit first- 0 )?
I mean by lsb first what's enter to the encoder => 0 then 0 then 0 then 1 then 1 then 1 then 1 then 1 then 0 ...etc
I mean by msb first what's enter to the encoder => 1 then 1 then 1 then 1 then 1 then 0 then 0 then 0 ...etc
so how the payload data enters the encoder?
attaching down a graph from swr64 of encoding scheme of cc1350. the data bits in the left side is implicitly my payload binary data.
thanks alot for any assistance !