|
WSF
|
Computation of probability of detection using the binary detection algorithm. More...
#include <WsfBinaryDetector.hpp>


Public Member Functions | |
| BinaryDetector () | |
| ~BinaryDetector () override=default | |
| BinaryDetector * | Clone () const override |
| double | ComputeProbabilityOfDetection (double aSignalToNoise, double aDetectionThreshold=UtMath::DB_ToLinear(3.0)) override |
| Public Member Functions inherited from wsf::SensorDetector | |
| SensorDetector () | |
| virtual | ~SensorDetector ()=default |
| virtual bool | Initialize (double aSimTime, WsfSensorMode *aModePtr, size_t aBeamIndex=0) |
| virtual bool | ProcessInput (UtInput &aInput) |
| void | SetDebugEnabled (bool aDebugEnabled) |
| Set the debug flag for the detector. | |
| bool | DebugEnabled () const |
| Returns 'true' if debugging is enabled for the detector. | |
Static Public Member Functions | |
| static wsf::SensorDetector * | ObjectFactory (const std::string &aTypeName) |
| The object factory for the Binary Detector type. | |
Additional Inherited Members | |
| Protected Attributes inherited from wsf::SensorDetector | |
| bool | mDebugEnabled |
| 'true' if 'debug_detector' was specified. | |
Computation of probability of detection using the binary detection algorithm.
| wsf::BinaryDetector::BinaryDetector | ( | ) |
References wsf::SensorDetector::SensorDetector().
Referenced by Clone(), ObjectFactory(), and ~BinaryDetector().
|
overridedefault |
References BinaryDetector(), Clone(), ComputeProbabilityOfDetection(), and ObjectFactory().
|
overridevirtual |
|
overridevirtual |
Compute the probability of detection using binary detection threshold.
| aSignalToNoise | [input] Absolute signal-to-noise ratio |
| aDetectionThreshold | [input] Absolute detection threshold (optional) |
Implements wsf::SensorDetector.
Referenced by ~BinaryDetector().
|
static |
The object factory for the Binary Detector type.
References BinaryDetector(), and wsf::SensorDetector::SensorDetector().
Referenced by WsfSensorTypes::WsfSensorTypes(), and ~BinaryDetector().