Home | History | Annotate | Download | only in test

Lines Matching refs:dat

80   eventFile = 'vqeEvent.dat';
81 delayFile = 'vqeBuf.dat';
82 driftFile = 'vqeDrift.dat';
86 eventFile = 'apm_event.dat';
87 delayFile = 'apm_delay.dat';
88 driftFile = 'apm_drift.dat';
195 vadoutfile = ['vad_' outfile '.dat'];
221 if exist([inpath 'vqeEvent.dat'])
222 system(['ln -s -f ' inpath 'vqeEvent.dat ' eventFile]);
223 elseif exist([inpath 'apm_event.dat'])
224 system(['ln -s -f ' inpath 'apm_event.dat ' eventFile]);
227 if exist([inpath 'vqeBuf.dat'])
228 system(['ln -s -f ' inpath 'vqeBuf.dat ' delayFile]);
229 elseif exist([inpath 'apm_delay.dat'])
230 system(['ln -s -f ' inpath 'apm_delay.dat ' delayFile]);
233 if exist([inpath 'vqeSkew.dat'])
234 system(['ln -s -f ' inpath 'vqeSkew.dat ' driftFile]);
235 elseif exist([inpath 'vqeDrift.dat'])
236 system(['ln -s -f ' inpath 'vqeDrift.dat ' driftFile]);
237 elseif exist([inpath 'apm_drift.dat'])
238 system(['ln -s -f ' inpath 'apm_drift.dat ' driftFile]);