
Here are some values I got from the terminal:
11011110000000000001000000000010
00000010000001010000010000000011
00000011000000010000001011011110
I do not see the sign extension here,
do I just split it half and half and print it as signed integer?

Here are some values I got from the terminal:
11011110000000000001000000000010
00000010000001010000010000000011
00000011000000010000001011011110
I do not see the sign extension here,
do I just split it half and half and print it as signed integer?
Hi,
What sample and NCS version are you using?
How do you get those values?
Not sure what you are doing, but you can take a look at this Direction finding connectionless locator sample.
Regards,
Amanda H
Hi I want to configure the receiver to take IQ samples in payload, the printed values are what stored in the IQ register. The connectionless locator sample takes the IQ in the cte field.
Hi,
I do not see the sign extension here,
do I just split it half and half and print it as signed integer?
Yes, I think so.
-Amanda H.