I used labview 7.0 to create a int16 binary file by the "Write to I16 file.vi". When I try to read this file as int16 type in Matlab 7.0, it seems like the value was timed by a factor of 256. For example, a value of 5 in labview int16 file would become 5x256=1280 in matlab. The problem now is if the data value in labview int16 file is greater than 128, than the data value in matlab would exceed 128*256=32768. Do I need to do any data type change before reading this file in matlab?
Thanks a bunch!
Julian