📄 mdl_demo3.m
字号:
% 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -