Package noiseBandMonitor
Class BandPerformance
java.lang.Object
noiseBandMonitor.BandPerformance
Contains data on the performance of a single filter band.
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
ConstructorsConstructorDescriptionBandPerformance(int nPointsPerBand, double[] frequencyList, FilterMethod filterMethod)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddData(int iF, double output) doubledouble[]double[]double[]doubleintdoubledouble 
- 
Constructor Details
- 
BandPerformance
- Parameters:
 frequencyList-filterMethod-
 
 - 
 - 
Method Details
- 
addData
public void addData(int iF, double output)  - 
getNormalisedEffectiveBandwidth
public double getNormalisedEffectiveBandwidth()- Returns:
 - the normalised effective bandwidth.
 
 - 
getFilterIntegratedResponse
public double getFilterIntegratedResponse()- Returns:
 - the filter integrated response in dB
 
 - 
getFilterMethod
- Returns:
 - the filterMethod
 
 - 
getTotOutput
public double getTotOutput()- Returns:
 - the totOutput
 
 - 
getTotOutput2
public double getTotOutput2()- Returns:
 - the totOutput2
 
 - 
getFrequencyList
public double[] getFrequencyList()- Returns:
 - the frequencyList
 
 - 
getGainList
public double[] getGainList()- Returns:
 - the gainList
 
 - 
getnPointsPerBand
public int getnPointsPerBand()- Returns:
 - the nPointsPerBand
 
 - 
getGainListdB
public double[] getGainListdB() 
 -