evalf0.m

来自「code of an ADC implementation woith matl」· M 代码 · 共 5 行

M
5
字号
function F0 = evalF0(f1,z,phi)%F0 = evalF0(f1,z,phi)	Calculate the values of the F0 (prototype) filter %of a Saramaki HBF at the given points.F0 = evalF1( f1, 0.5*(z + 1./z), phi );

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?