Pulsar::SNRatioEstimator Class Referenceabstract

Algorithms that estimate the signal-to-noise ratio of pulse profiles. More...

#include <SNRatioEstimator.h>

Inheritance diagram for Pulsar::SNRatioEstimator:
Pulsar::Algorithm Reference::Able Reference::HeapTracked Pulsar::AdaptiveSNR Pulsar::FortranSNR Pulsar::FourierSNR Pulsar::ModularSNR Pulsar::PhaseSNR Pulsar::SquareWave Pulsar::StandardSNR

Public Member Functions

virtual float get_snr (const Profile *profile)=0
 Return the signal to noise ratio.
 
virtual TextInterface::Parserget_interface ()=0
 Return a text interface that can be used to configure this instance.
 
virtual SNRatioEstimatorclone () const =0
 Return a copy constructed instance of self.
 
- Public Member Functions inherited from Reference::Able
 Able (const Able &)
 
Ableoperator= (const Able &)
 
unsigned get_reference_count () const
 
- Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
 
HeapTrackedoperator= (const HeapTracked &)
 
bool __is_on_heap () const
 

Static Public Member Functions

static SNRatioEstimatorfactory (const std::string &name_and_parse)
 Construct a new SNRatioEstimator from a string.
 
- Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
 
- Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
 
static void operator delete (void *location, void *ptr)
 
static void operator delete (void *location)
 
static size_t get_heap_queue_size ()
 

Additional Inherited Members

- Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
 
void __dereference (bool auto_delete=true) const
 

Detailed Description

Algorithms that estimate the signal-to-noise ratio of pulse profiles.


The documentation for this class was generated from the following files:

Generated using doxygen 1.8.17