aimtexrun23plot.m

来自「阵列信号处理的工具箱」· M 代码 · 共 28 行

M
28
字号
%AIMTEXRUN23PLOT Plotting the results from aimtexrun23.%%%     *    DBT, A Matlab Toolbox for Radar Signal Processing    *% (c) FOA 1994-2000. See the file dbtright.m for copyright notice.%%    Start        : 98xxxx Svante Bj鰎klund (svabj).%    Latest change: $Date: 2000/10/16 15:39:17 $ $Author: svabj $.%    $Revision: 1.4 $% *****************************************************************************load run23%plotIx = [1,2,3,4,5,6]plotIx = [1,2,4,6];legendStr = {'aic','mdl','amir','amirbin','MA1','fam'};%legendStr = legendStr(plotIx);plotenosrc(snr, noTrials, realNoSrc, noSrcEst, meanNoSrc, stdNoSrc, detProbEq, detProbGE, plotIx, legendStr)if (1)  printfm run23a2 2 8  printfm run23a3 3 8  printfm run23a4 4 8  printfm run23a5 5 8end%if

⌨️ 快捷键说明

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