rocsnr
Receiver operating characteristic curves by SNR
Description
[
returns the single-pulse detection probabilities, Pd
,Pfa
]
= rocsnr(SNRdB
)Pd
, and
false-alarm probabilities, Pfa
, for the SNRs in the vector
SNRdB
. By default, for each SNR, the detection
probabilities are computed for 101 false-alarm probabilities between
1e–10
and 1
. The false-alarm probabilities
are logarithmically equally spaced. The ROC curve is constructed assuming a coherent
receiver with a nonfluctuating target.
[
returns detection probabilities and false-alarm probabilities with additional
options specified by one or more name-value arguments.Pd
,Pfa
]
= rocsnr(SNRdB
,Name=Value
)
rocsnr(___)
plots the ROC curves.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] Richards, M. A. Fundamentals of Radar Signal Processing. New York: McGraw-Hill, 2005, pp 298–336.
Extended Capabilities
Version History
Introduced in R2011a