📄 example7_1.m
字号:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Example7_1.m - program for example 7-1
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
b = [1 0.5] % coefficients of the numerator
a = [1 -0.5 0.2] % coefficients of the denomerator
impz(b,a); pause; % impulse response of the H(z)
zplane(b,a); pause; % pole-zero plot
freqz(b,a); pause; % frequency response plot
grpdelay(b,a) % group delay plot
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -