mdl_demo3.m

来自「一个目标跟踪系统的MATLAB 源程序包」· M 代码 · 共 12 行

M
12
字号
% MDL_demo3.m
%
% demo version for obtaining the IRF empirically (without numerical integration) for
% a one-dimensional detection problem using ML-PDA (cont. called by MDL_demo2.m)
% The MC runs may take quite a long time depending on the PC system

N = 60;                  % number of scans
runs = 1000;             % number of MC runs for each scenario
theta = 0;               % location of the Gaussian signal
lambda0 = linspace(0.005, 0.075, 10); % expected FAs per unit volume
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
disp('

⌨️ 快捷键说明

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