Difference between revisions of "Conv2lcd"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
− | <big> 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) | + | <big> 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). |
− | The output of this function is currently a | + | The output of this function is currently a ayymmdd*.lcd file which is the first lcd format, as well as a .datmatrix file which only has the original data from the .dat file. <big> |
+ | [[conv2lcd.m]] | ||
− | [[ | + | |
+ | [[AC9/ACS Mfiles]] |
Latest revision as of 11:43, 8 July 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).
The output of this function is currently a ayymmdd*.lcd file which is the first lcd format, as well as a .datmatrix file which only has the original data from the .dat file.