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:
parent
247eeb2bbb
commit
aaa38386b5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user