rocinterp
Syntax
Description
returns the probability of detection (Pd)
computed by interpolating a Pd vs.
signal-to-noise ratio (SNR) receiver operating characteristic (ROC) curve. If
ipd
= rocinterp(snr
,pd
,snrq
,'snr-pd')pd
is a matrix, the function interpolates each column
independently. In this and the next syntax, rocinterp
performs
linear interpolation after transforming the
Pd-axis of the ROC curve using the normal
probability scale.
returns the Pd computed by interpolating a
Pd vs. probability of false alarm
(Pfa) ROC curve. If ipd
= rocinterp(pfa
,pd
,pfaq
,'pfa-pd')pd
is
a matrix, the function interpolates each column independently. In this and the next
syntax, rocinterp
performs linear interpolation after transforming
both axes of the ROC curve using a logarithmic scale.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced in R2021a