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