1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-11-15 22:34:58 +00:00

FIX: matlab plot filtered doppler only if VTL data is present

This commit is contained in:
miguekf 2023-01-03 18:53:11 +01:00
parent 247eeb2bbb
commit aaa38386b5

View File

@ -371,7 +371,9 @@ if(load_observables)
grid on grid on
end end
%% %%
dopp_filtered_plotting if(load_vtl)
dopp_filtered_plotting
end
%% %%
labels = ["G1", "G22", "E17", "E11"]; %inizialitation neccesary labels = ["G1", "G22", "E17", "E11"]; %inizialitation neccesary
if(plot_skyplot) if(plot_skyplot)