moja
来自「some code use for dsb matlabe」· 代码 · 共 6 行
TXT
6 行
%partical-fraction expantion of a rational z-transform
num =input ('type the numerator cofficiente=');
den=input ('type the denumerator cofficiente=');
[r,p,k]=residuez(num,den);
disp('Residuez');disp(r');
disp('poles');disp(p');
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?