reading binary datafile and writing into decimal no file

Posted by swaroop b banerjee on Stack Overflow See other posts from Stack Overflow or by swaroop b banerjee
Published on 2010-02-24T06:16:07Z Indexed on 2010/03/13 16:05 UTC
Read the original article Hit count: 367

Filed under:
|
|
|
|

exp data is generated by my mc scaler card as a binary file with first 511 bytes as header and then 24 bit data followed by four bit roi data. i am not a expert in programming. i do understand a little. I would like to convert this file into a file (without header) decimal nos with first col as channel no (1 to 8191) then the data (24 bit) then the Roi data (4 bit). I am looking for source code in c or qbasic. thanks

© Stack Overflow or respective owner

Related posts about reading

Related posts about binary