How can I import Real16 binary data? BinaryReadList doesn't work:
tmp = BinaryReadList[
filename, {"Real16", "Real16",
"Real16", "Real16"}];
BinaryReadList::format: "\!\(\"Real16\"\) is not a recognized binary format."
Look at spec: https://en.wikipedia.org/wiki/IEEE_floating_point. There is such format. Why WM doesn't work with it?
So how can I import my data file (about 4x5000000 2bytes reals)?
-0.00854518, -0.0119022, 0.275582, -0.975677, -0.00854518, -0.0119022} – Vasily Jul 12 '16 at 18:27
10. BinaryReadList[str, "Integer16"]/(2^15-1)– chuy Jul 12 '16 at 21:58