📄 debug.m
字号:
subplot(2,2,4);
plot(2581:2781,Sendwave_real(2581:2781),2581:2781,real(chan_recwave(2581+20:2781+20)));
subplot(2,2,2);
plot(2581:2781,real(chan_recwave(2581:2781)));
rr=[];
for k=2581+20:20:(2581+20+(fl-1)*20)
rr=[rr, chan_recwave(k)];
end
rr=fft(rr);
subplot(2,2,3);
plot(2581:2781,1/1000*real(Recwave(2581:2781)));
subplot(2,2,1);
plot(2581:2781,Sendwave_real(2581:2781));
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -