prbs.m

来自「PIDTuningUsingG.A pid 算法」· M 代码 · 共 11 行

M
11
字号
%Initial_PID_objfun_MSE.m
%Written by Ian Griffin July 2003
%Last Modified 29-07-03
%____________________________________________________________________
function y=prbs(u)
%This prbs file is used to provide a small noise signal to the system
%so that the RLS estimator values may be calculated.
if u<.5
y=-.01;
else y=.01;
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?