Uses of Enum Class
noiseBandMonitor.BandType
Packages that use BandType
-
Uses of BandType in Filters
-
Uses of BandType in noiseBandMonitor
Fields in noiseBandMonitor declared as BandTypeMethods in noiseBandMonitor that return BandTypeModifier and TypeMethodDescriptionstatic BandType
Returns the enum constant of this class with the specified name.static BandType[]
BandType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in noiseBandMonitor with parameters of type BandTypeModifier and TypeMethodDescriptionstatic double
BandData.calcCentreFreq
(int bandNumber, BandType bandType, double fNom) Get a frequency for the centre of a ANSI standard band.static double
BandData.getBandHalfWidth
(BandType bandType) Half width of a band = sqrt of the distance between band centres. -
Uses of BandType in noiseMonitor
Fields in noiseMonitor declared as BandTypeMethods in noiseMonitor that return BandTypeMethods in noiseMonitor with parameters of type BandTypeModifier and TypeMethodDescriptiondouble[][]
NoiseControl.createBands
(BandType bandType, double fmin, float fmax) void
NoiseDialog.createBands
(boolean selected, BandType bandType) void
NoiseMeasurementBand.setBandType
(BandType bandType) Constructors in noiseMonitor with parameters of type BandTypeModifierConstructorDescriptionNoiseMeasurementBand
(BandType invalid) NoiseMeasurementBand
(BandType type, double f1, double f2)