briantdavis / EAS_BBB_DataAcquisition

EAS data acquisition using BeagleBone Black
GNU General Public License v2.0
6 stars 10 forks source link

DAQ pack decoder #4

Open briantdavis opened 8 years ago

briantdavis commented 8 years ago

Unique application - to run on Windows or linux? - which will take the .log files produced by the DAQ software and produce a CSV or equivalent for import into Excel, Matlab or other signal-processing app.

briantdavis commented 8 years ago

As of Jan-16 & early Feb-16, Garret is working on this issue, but that does not prevent others from assisting.

ghost commented 8 years ago

If the data is not actively processed in Matlab or Excel, you can simply convert to floating point and use Excell's text import facilities for data importation.

I cant say anything for Matlab as I'm not well versed in it.

it's mostly syntax:

BEGIN TEXT A B C D E F G H END TEXT

Not including the Bold face in the final data sheet: A-D appears in row 1 E-H appears in row 2

A && E appears in column 1 B && F appears in column 2 C && G appears in column 3 D && H appears in column 4