Package noiseBandMonitor
Class BandAnalyser
java.lang.Object
noiseBandMonitor.BandAnalyser
Class to assess the performance of a bank of filters and decimators.
- Author:
- Doug Gillespie
-
Constructor Summary
ConstructorDescriptionBandAnalyser
(NoiseBandControl noiseBandControl, double topSampleRate, NoiseBandSettings noiseBandSettings) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BandAnalyser
public BandAnalyser(NoiseBandControl noiseBandControl, double topSampleRate, NoiseBandSettings noiseBandSettings) - Parameters:
topSampleRate
-decimatorFilters
-bandFilters
-
-
-
Method Details
-
calculatePerformance
-
getDecimationFilters
- Returns:
- the decimationFilters
-
getBandFilters
- Returns:
- the bandFilters
-
getBandPerformances
- Returns:
- the bandPerformances
-