1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-24 22:13:15 +00:00

End all files with a new line

This commit is contained in:
Carles Fernandez 2018-03-30 12:13:48 +02:00
parent aa1e98f943
commit 4a52e74b31
4 changed files with 3 additions and 4 deletions

View File

@ -92,4 +92,4 @@ for N=1:1:channels
t = t/1000;
plot(t, GNSS_tracking(N).carrier_doppler_hz / 1000);
xlabel('Time(s)'); ylabel('Doppler(KHz)'); title(['Doppler frequency channel ' num2str(N)]);
end
end

View File

@ -55,4 +55,4 @@ error_ms=preambles_timestamp_sdr_ms(common_start_index:(common_start_index+lengt
%
% plot(GNSS_observables.preamble_delay_ms(channel,:));
%
% plot(GNSS_observables.prn_delay_ms(channel,:),'r')
% plot(GNSS_observables.prn_delay_ms(channel,:),'r')

View File

@ -170,4 +170,4 @@ if neg_geo == 'TRUE '
N = -N + 20000000;
end;
%%%%%%%%%%%%%%%%%%%% end cart2utm.m %%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%% end cart2utm.m %%%%%%%%%%%%%%%%%%%%

View File

@ -101,4 +101,3 @@ elseif nargout == 3
else
error('Invalid number of output arguments')
end