mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 12:40:35 +00:00
End all files with a new line
This commit is contained in:
parent
aa1e98f943
commit
4a52e74b31
@ -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
|
||||
|
@ -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')
|
||||
|
@ -170,4 +170,4 @@ if neg_geo == 'TRUE '
|
||||
N = -N + 20000000;
|
||||
end;
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%% end cart2utm.m %%%%%%%%%%%%%%%%%%%%
|
||||
%%%%%%%%%%%%%%%%%%%% end cart2utm.m %%%%%%%%%%%%%%%%%%%%
|
||||
|
@ -101,4 +101,3 @@ elseif nargout == 3
|
||||
else
|
||||
error('Invalid number of output arguments')
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user