initialparameters.m

来自「ESTIMATION OF AIRCRAFT TRAJECTORY FROM I」· M 代码 · 共 7 行

M
7
字号
%Initial values of the constants are given
g = 32.2;    % Acceleration due to gravity (ft/sec^2)
tauc = 5;    % Correlation time of aircraft vertical acceleration
tauT = 4;    % Correlation time of aircraft horizontal acceleration
Speed = 400; % Initial speed of aircraft in y direction feet/sec
deltat = 1;  % Tracker update rate 

⌨️ 快捷键说明

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