📄 draw2.asv
字号:
res_temp=NorMK2_DH(500:1500);
res_dec=resample(res_temp,1,3);
res_
fugure;
subplot(311);
plot(res_temp);grid on;
axis([0,1000,-1,1]);
title('一段信号波形');
subplot(312);
plot(res_dec);grid on;
axis([0,333,-1,1]);
title('采样率为1/3时重采样后的信号');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -