Class BandAnalyser

java.lang.Object
noiseBandMonitor.BandAnalyser

public class BandAnalyser extends Object
Class to assess the performance of a bank of filters and decimators.
Author:
Doug Gillespie
  • Constructor Details Link icon

    • BandAnalyser Link icon

      public BandAnalyser(NoiseBandControl noiseBandControl, double topSampleRate, NoiseBandSettings noiseBandSettings)
      Parameters:
      topSampleRate -
      decimatorFilters -
      bandFilters -
  • Method Details Link icon

    • calculatePerformance Link icon

      public BandPerformance[] calculatePerformance()
    • getDecimationFilters Link icon

      public ArrayList<FilterMethod> getDecimationFilters()
      Returns:
      the decimationFilters
    • getBandFilters Link icon

      public ArrayList<FilterMethod> getBandFilters()
      Returns:
      the bandFilters
    • getBandPerformances Link icon

      public BandPerformance[] getBandPerformances()
      Returns:
      the bandPerformances