?? testfirtype2.m
字號:
h=[-4,2,-1,-2,5,6,6,5,-2,-1,2,-4];
[Hr,w,a,L]=fir_type2(h);
subplot(221);stem(h);
subplot(222);plot(w/pi,Hr);
subplot(223);stem(1:L,a);
subplot(224);zplane(h,1);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -