1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-13 16:56:52 +00:00
gnss-sdr/src/utils/plot_pfssa.m

5 lines
97 B
Mathematica
Raw Normal View History

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