calcDetectionROC_perLevel

PURPOSE ^

loops over extraction thresholds; all other values are constant.

SYNOPSIS ^

function [all, TPall, FPall, waveforms,hits, times, alignErrors] = calcDetectionROC_perLevel(simNr, levelNr, thresholds, params )

DESCRIPTION ^

loops over extraction thresholds; all other values are constant.
calculate TP/FP of detection for a particular noise levels and all provided thresholds

inputs:
simNr -> simulation number
levelNr -> noise level
thresholds -> array of all thresholds to use

returns:
all (see below); one row per threshold
TPall/FPall : normalized TP/FP
waveforms/times: all detected waveforms and their time of occurence
hits: which of the detected waveforms are hits (TPs)
alignErrors: time estimation errors for all hits

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 12:29:38 by m2html © 2003