search for: floating32

Displaying 1 result from an estimated 1 matches for "floating32".

Did you mean: floating
2008 Aug 22
2
How I can read the binary file with "different type"?
Hi all, I have a binary file which have 8*100 bytes. The structure of the file is as follows: every eigth bytes represent 2 data:the first four bytes is the little-endian for integer, the next four bytes is the little-endian for floating32. The structure of the following bytes is as the same as the first eight bytes'. As the function readBin only read the binary file with one structure like this: readBin("my data file",what="integer",size=4,n=200) or readBin("my data file",what="numeric",s...