mod2.m
来自「code of an ADC implementation woith matl」· M 代码 · 共 11 行
M
11 行
function mod = mod2()% mod = mod2()% Populate a structure describing the second-order modulatorA=[1 0; 1 1];B=[1 -1; 1 -2];C=[0 1];D=[0 0];ABCD=[A B; C D];mod.ABCD=[A B; C D];[mod.H mod.G] = calculateTF(mod.ABCD);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?