MDF
(Measured Data Format 3.0) Reader for Matlab®
1. Introduction
LoadMdf
allows to load into Matlab WorkSpace acquisition data contained in
.DAT or .MDF files in format 3.0 produced by ETAS INCA® tool
or other program that support Bosch MDF (Measured Data Format) .
2. Launch
of LoadMDF
For
launch loadmdf there are various
mode:
·Basic: >>
loadmdf in
this case a dialog box is open to choose MDF file
·Explicit: >>
loadmdf('acq.dat') in
this case the file name ('acq.dat' for this example) is previous selected
and no query dialog is open.
·Extended: >>
loadmdf('acq.dat','label') in
this case the labels name with corresponding values of enumerative variables
are loaded into workspace
·Debug: >>
loadmdf('acq.dat','q') in
this case a list of full internal name of variables is showed.
·Append: >>loadmdf(‘acq.dat’,’append’,’_acq’) In
this case a string (‘_acq’ in this example)is
appended in all variables names saved in workspace . For
example RPM becomes RPM_acq
Data: [899x1 double]
For this state variable is present a field State in the following form:
>> FAULT_GLOW_ACT1.State
ans =
'BCA_NO_FAULT'
[ 0]
|