ex8p27.m
来自「关于数字信号处理的一些matlab例程」· M 代码 · 共 7 行
M
7 行
wp=0.6*pi; % digital Passband freq in rad
ws=0.4586*pi; % digital Stopband freq in rad
Rp=1; % Passband ripple in dB
As=15; % Stopband attenuation in dB
[b,a]=cheb1hpf(wp,ws,Rp,As);
[C,B,A]=dir2cas(b,a)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?