Class BandPerformance

java.lang.Object
noiseBandMonitor.BandPerformance

public class BandPerformance extends Object
Contains data on the performance of a single filter band.
Author:
Doug Gillespie
  • Constructor Details Link icon

    • BandPerformance Link icon

      public BandPerformance(int nPointsPerBand, double[] frequencyList, FilterMethod filterMethod)
      Parameters:
      frequencyList -
      filterMethod -
  • Method Details Link icon

    • addData Link icon

      public void addData(int iF, double output)
    • getNormalisedEffectiveBandwidth Link icon

      public double getNormalisedEffectiveBandwidth()
      Returns:
      the normalised effective bandwidth.
    • getFilterIntegratedResponse Link icon

      public double getFilterIntegratedResponse()
      Returns:
      the filter integrated response in dB
    • getFilterMethod Link icon

      public FilterMethod getFilterMethod()
      Returns:
      the filterMethod
    • getTotOutput Link icon

      public double getTotOutput()
      Returns:
      the totOutput
    • getTotOutput2 Link icon

      public double getTotOutput2()
      Returns:
      the totOutput2
    • getFrequencyList Link icon

      public double[] getFrequencyList()
      Returns:
      the frequencyList
    • getGainList Link icon

      public double[] getGainList()
      Returns:
      the gainList
    • getnPointsPerBand Link icon

      public int getnPointsPerBand()
      Returns:
      the nPointsPerBand
    • getGainListdB Link icon

      public double[] getGainListdB()