Browse Source

adding comments

pull/2/head
DfAC 8 years ago
parent
commit
01bc31abed
  1. 6
      opensource/ProcessGnssMeasScript.m
  2. 2
      opensource/ReadGnssLogger.m
  3. 1384
      opensource/demoFiles/prsWithPrInMeters.csv

6
opensource/ProcessGnssMeasScript.m

@ -28,12 +28,14 @@ dirName = sprintf('%s%s',softPath,'\demoFiles');
% profile on;
% profile clear;
display('DEBUG MODE');
dbclear all
dbstop if error %gives post-mortem
% dbstop if naninf
% dbstop in subRoutine at 17 if idx==7
dbstop in ProcessGnssMeas at 17 if idx==7
%dbstop in ProcessGnssMeas at 98
%dbstop in ReadGnssLogger at 20
dbstop at 60
dbstatus
ProcessGnssMeas
% get display screen file
HW_ScrSize = get(0,'ScreenSize');%in pixels

2
opensource/ReadGnssLogger.m

@ -60,7 +60,7 @@ if ~any(strcmp(extension,{'.txt','.csv'}))
end
%% read log file into a numeric matrix 'S', and a cell array 'header'
rawCsvFile = MakeCsv(dirName,fileName);
rawCsvFile = MakeCsv(dirName,fileName); %create output file
[header,C] = ReadRawCsv(rawCsvFile);
%% apply dataFilter

1384
opensource/demoFiles/prsWithPrInMeters.csv

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save