📄 chirp_matchfilter.m
字号:
TW=50;p=10;
s=dchirp(TW,p);
h=conj(s(end:-1:1));
T=25e-6;
N=p*TW;
ts=[-N/2:N/2];ts(end)=[];th=ts;
[y,ty]=conv_m(s,ts,h,th);
ty=ty/(p*TW/T); % the actual timelabel of sampled point
figure(1)
plot(ty*1e6,abs(y))
title('The output from the matched filter to Chirp signal')
xlabel('t (\mus)'),ylabel('The magnitude of y(n)')
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -