Difference between revisions of "Conv2lcd"
Jump to navigation
Jump to search
(New page: == Overview == This matlab function performs the important role of ingesting the original .dat file and formatting it to the base lcd format. The .dat files will be in the form "ayymmdd....) |
|||
Line 2: | Line 2: | ||
This matlab function performs the important role of ingesting the original .dat file and formatting it to the base lcd format. The .dat files will be in the form "ayymmdd.dat" (year, month, day). Currently this program is not on unix. | This matlab function performs the important role of ingesting the original .dat file and formatting it to the base lcd format. The .dat files will be in the form "ayymmdd.dat" (year, month, day). Currently this program is not on unix. | ||
+ | |||
+ | The output of this function is currently a .dat.lcd file which is the first lcd format, as well as a .datmatrix file which only has the original data from the .dat file. | ||
Revision as of 15:33, 23 April 2010
Overview
This matlab function performs the important role of ingesting the original .dat file and formatting it to the base lcd format. The .dat files will be in the form "ayymmdd.dat" (year, month, day). Currently this program is not on unix.
The output of this function is currently a .dat.lcd file which is the first lcd format, as well as a .datmatrix file which only has the original data from the .dat file.