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