mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-15 20:50:33 +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;
|
t = t/1000;
|
||||||
plot(t, GNSS_tracking(N).carrier_doppler_hz / 1000);
|
plot(t, GNSS_tracking(N).carrier_doppler_hz / 1000);
|
||||||
xlabel('Time(s)'); ylabel('Doppler(KHz)'); title(['Doppler frequency channel ' num2str(N)]);
|
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.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;
|
N = -N + 20000000;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%% end cart2utm.m %%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%% end cart2utm.m %%%%%%%%%%%%%%%%%%%%
|
||||||
|
@ -101,4 +101,3 @@ elseif nargout == 3
|
|||||||
else
|
else
|
||||||
error('Invalid number of output arguments')
|
error('Invalid number of output arguments')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user