Home > other >  Writing and reading ADTF3 Files
Writing and reading ADTF3 Files

Time:03-16

I am using ADTF Libraries to write a structure data. I need to verify whether the data is being written properly. How can i do this?

CodePudding user response:

  1. I am assuming you are writing structured data to a .dat/.adtfdat file. In that case, you can always convert a .dat/.adtfdat file into a csv to verify. See examples on how to do so.

  2. If you have access to MATLAB, then the easiest way would be using a simple function in MATLAB : adtffilereader

  3. Alternatively, there are these tools that help in extracting data out of a dat file.

  • Related