代码搜索结果
找到约 10,000 项符合
7 的代码
ch7example7prog1.m
% ch7example7prog1.m
Fd=1e3;
Fs=Fd*10;
delay=5;
for r=[0, 0.5, 0.75, 1]
num = rcosine(Fd,Fs, 'fir/normal',r,delay);
t=0:1/Fs:1/Fs*(length(num)-1);
figure(1); plot(t,num); axis([0 0.