Ask a Question | Search PSRCHIVE: |
Home
|
SNRatioEstimator.h Calculates the signal-to-noise ratio using old default algorithm. Definition: PhaseSNR.h:31 Calculates the signal-to-noise ratio by fitting against a standard. Definition: FortranSNR.h:27 static SNRatioEstimator * factory(const std::string &name_and_parse) Construct a new SNRatioEstimator from a string. Definition: SNRatioEstimator.C:22 Calculates the signal-to-noise ratio using a ProfileWeightFunction. Definition: AdaptiveSNR.h:26 virtual float get_snr(const Profile *profile)=0 Return the signal to noise ratio. Calculates the signal-to-noise ratio in the Fourier domain. Definition: FourierSNR.h:26 Algorithms that estimate the signal-to-noise ratio of pulse profiles. Definition: SNRatioEstimator.h:27 Calculates the S/N using an on-pulse and off-pulse ProfileWeightFunction. Definition: ModularSNR.h:26 Calculates the signal-to-noise ratio using (on-off)/rms. Definition: SquareWave.h:31 Calculates the signal-to-noise ratio by fitting against a standard. Definition: StandardSNR.h:27 virtual SNRatioEstimator * clone() const =0 Return a copy constructed instance of self. virtual TextInterface::Parser * get_interface()=0 Return a text interface that can be used to configure this instance. Generated using doxygen 1.8.17
|