1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-11-16 06:44:57 +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
end
%%
dopp_filtered_plotting
if(load_vtl)
dopp_filtered_plotting
end
%%
labels = ["G1", "G22", "E17", "E11"]; %inizialitation neccesary
if(plot_skyplot)