代码搜索结果

找到约 10,000 项符合 Design 的代码

sys_design.m

%sys_design is the function used in CtrlLAB for administrating system design tasks. % %Available Design Tasks are: % % 1 for lead/lag compensator design % 2 for LQ optimal regulator/controller

pid_design.m

%PID_DESIGN is the function used in CtrlLAB for PID controller design. In this %function, different tuning algorithms are implemented, and details can be referred %from the lecture notes. % %Av