07-22-2008 05:58 PM
07-22-2008 06:14 PM
First you need to typecast the 100bytes to an array of SGL (assuming it is big endian), then convert it to DBL using "toDBL". You can also plot the SGL directly, so you don't really need the last step.
Attach a VI containing some real data (100bytes) as a diagram constant so we can make a small demo.
07-22-2008 06:24 PM
07-22-2008 06:58 PM
07-22-2008 09:00 PM
RSibagatullin wrote:
All I do is invert each 4 byte and then cast it into single precision.