plot1.m

来自「《 software Defined GPS and Galilleo Rece」· M 代码 · 共 20 行

M
20
字号
% Generates a stem plot showing the ACF 
% for a Gold sequence

% Kai Borre, February 12, 2006

ca_codes
close all

figure(1)
pl = stem(0:51,[0 Corr11(1:50) 0],'.');
axis off
set(get(pl,'Baseline'),'linestyle','-')
set(pl,'Markersize',4,'linewidth',1.5)
axis tight

print -deps2  prn50
%%%%%%%%%%%%%%%%%%%%


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?