mdl_demo2.m
来自「一个目标跟踪系统的MATLAB 源程序包」· M 代码 · 共 12 行
M
12 行
% MDL_demo2.m
%
% demo version for comparison between the MDL model selection and the GLRT approach
% in a one-dimensional detection problem using ML-PDA (cont. called by MDL_demo.m)
disp('To compare MDL vs. GLRT, Monte Carlo simulations are needed');
disp('We consider three situations: ');
disp(' 1. No signal presents');
disp(' 2. One signal presents at location 3');
disp(' 3. Two signals present at locations -3 and 4');
disp('100 MC runs for each scenario and the numbers of making correct decisions');
disp('are listed ...');
disp('
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?