01-16-2014 01:34 PM
Hi,
Please see the following raw char sting
óèóóóóþþóèþóóóþóþóóèþóóóóóóóóóþóóóóóèóóóóóþóóþþóóóþóèóóþóèþóèóþóóþóóèþóóóþèóóþóþóþóóóþóóóþóèóþþèþóþó
How could I converter it to 16-bit short signed integer 2's complement?
Thanks,
Ott
Solved! Go to Solution.
01-16-2014 01:48 PM - edited 01-16-2014 01:50 PM
What do you expect for the output? Something like this?

01-16-2014 01:50 PM
Yes- how to achieve it?
Thank,
Ott
01-16-2014 02:22 PM
@Ott wrote:
Yes- how to achieve it?
Thank,
Ott
01-16-2014 02:25 PM
I used the Unflatten From String primitive. Wired in an array of I16 to the data type and a FALSE to the "Contains Array or String Size". You can also save off that picture I gave you earlier. It is called a snippet. Just drag your saved copy onto a clean block diagram and you will have the code.