代码搜索:practical

找到约 1,002 项符合「practical」的源代码

代码结果 1,002
www.eeworm.com/read/236814/13997976

m chap7_1f.m

clear all; close all; Jp=0.0030;bp=0.067; Jn=0.0033;bn=0.0673; Gp=tf([1],[Jp,bp,0]); %Practical plant Gn=tf([1],[Jn,bn,0]); %Nominal plant tol=0.001; Q=tf([3*tol,1],[tol^3,3*tol^2,3*tol,1])