Class NormalizedData

java.lang.Object
likelihoodDetectionModule.normalizer.NormalizedData

public class NormalizedData extends Object
This is a data type for normalizer output. It contains both the signal and the noise estimates for threshold processing.
Author:
Dave Flogeras
  • Field Details Link icon

    • signal Link icon

      public double signal
    • noise Link icon

      public double noise
  • Constructor Details Link icon

    • NormalizedData Link icon

      public NormalizedData(double signal, double noise)
  • Method Details Link icon

    • snr Link icon

      public double snr()
      This method returns the signal to noise ratio. It is a linear ratio, not dB (ie. a straight divide)
      Returns:
      The SNR as a linear ratio (not dB)