?? bab_init.m
字號:
function bab_initttInitKernel(3, 1, 'prioFP'); % nbrOfInputs, nbrOfOutputs, FPregul_prio = 8.0;regul_period = 0.020;data.outer = newpid(-0.45, 100, 0.85, 10, regul_period, 1);data.inner = newpid(10, 0, 0, 10, regul_period, 0);data.u = 0;ttCreatePeriodicTask('Regul', regul_period, regul_prio, 'regulcode', data);%GC_prio = 10;%GC_period = 1.1;%ttCreatePeriodicTask('GC', GC_period, GC_prio, 'GCcode');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -