📄 plot_input.m
字号:
%Plot ddc test waveform
fddc_in = fft(ddc_in(1:8192)); %need high resolution fft to resolve peaks
plot(20*log(abs(fddc_in(400:600)/max(abs(fddc_in))))) %plot just the section we want to see
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -