发布网友 发布时间:2022-04-23 16:58
共2个回答
热心网友 时间:2023-10-09 23:03
scatterplot
热心网友 时间:2023-10-09 23:03
clear all;clc;
x=randint(300,1,2);
y=[[0];rcosflt(x,1,10)];
Fd=1/2;
Fs=10;
offset=0;
figure(1)
t=1:3061;
plot(t,y);
axis([1,300,-0.5,1.5]);
figure(2)
eyescat(y,Fd,Fs,offset);