Artifact 6ee2a7175984a034f880405746abe1e3ea3905dddf4dedefdef0108df2f810c8:
- Executable file mtt/lib/examples/Control/SimpleStateSpace/Satellite/Satellite_simp.r — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 467) [annotate] [blame] [check-ins using] [more...]
- Executable file mttroot/mtt/lib/examples/Control/SimpleStateSpace/Satellite/Satellite_simp.r — part of check-in [3fd9d6efa9] at 2000-12-28 18:17:57 on branch origin/master — To RCS (user: gawthrop@users.sourceforge.net, size: 467) [annotate] [blame] [check-ins using]
%% Reduce comands to simplify output for system Satellite (Satellite_simp.r) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% Version control history % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % %% $Id$ % %% $Log$ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % System % Controller - poles -1 alpha_c1 := 2; alpha_c2 := 1; % Observer - poles at -1 alpha_o1 := 2; alpha_o2 := 1; ON FACTOR; END;