gnss-sdr/src/utils/plot_pfssa.m

5 lines
97 B
Matlab

x=read_float_binary("./data/pfssa.dat");
figure(1);
plot(x)
figure(2);
input("Press any key...");