nabsh.m

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

M
8
字号
function y=nabsH(w,H)% nabsH computes the negative of the absolute value of H %       at the specified frequency on the unit circle. %%       This function is used by infnorm.m.z = exp(i*w);y = -abs(evalTF(H,z));

⌨️ 快捷键说明

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