1 / 5

Signal Detection Performance and Monte-Carlo Simulation

Explore detection performance metrics using Monte-Carlo simulation. Calculate probabilities of detection for various signal-to-noise ratios. Plot performance curves and analyze relative errors.

merv
Download Presentation

Signal Detection Performance and Monte-Carlo Simulation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 8.3 detection performance and monte-carlo simulation In example 8.2:

  2. N=8; pf=0:0.01:1; d=0; pd1=Q(Qinv(pf)-sqrt(N).*d); % function y=Qinv(x) % y=sqrt(2).*erfinv(1-2.*x); d=0.2; pd2=Q(Qinv(pf)-sqrt(N).*d); d=0.5; pd3=Q(Qinv(pf)-sqrt(N).*d); d=1; pd4=Q(Qinv(pf)-sqrt(N).*d); plot(pf,pd1,'k',pf,pd2,'k',pf,pd3,'k',pf,pd4,'k','linewidth',1) grid xlabel('P_F') ylabel('P_D')

  3. 信噪比d 检测性能曲线

  4. Define relative error:

More Related