Uses of Class
Filters.FilterMethod
Packages that use FilterMethod
-
Uses of FilterMethod in Filters
Subclasses of FilterMethod in FiltersModifier and TypeClassDescriptionclass
class
class
Arbitrary response filters.class
FIR filter method, filter design uses a Cheychev window function.class
class
Methods in Filters that return FilterMethodModifier and TypeMethodDescriptionstatic FilterMethod
FilterMethod.createFilterMethod
(double sampleRate, FilterParams filterParams) Create a filter method based on the type in the parameters.IirfFilter.getFilterMethod()
-
Uses of FilterMethod in noiseBandMonitor
Methods in noiseBandMonitor that return FilterMethodMethods in noiseBandMonitor that return types with arguments of type FilterMethodModifier and TypeMethodDescriptionNoiseBandProcess.getBandFilterMethods()
BandAnalyser.getBandFilters()
NoiseBandProcess.getDecimationFilterMethods()
BandAnalyser.getDecimationFilters()
NoiseBandControl.makeBandFilters
(NoiseBandSettings noiseSettings, ArrayList<FilterMethod> decimationFilters, double topSampleRate) NoiseBandControl.makeDecimatorFilters
(NoiseBandSettings noiseSettings, double sampleRate) Method parameters in noiseBandMonitor with type arguments of type FilterMethodModifier and TypeMethodDescriptionNoiseBandControl.makeBandFilters
(NoiseBandSettings noiseSettings, ArrayList<FilterMethod> decimationFilters, double topSampleRate) Constructors in noiseBandMonitor with parameters of type FilterMethodModifierConstructorDescriptionBandPerformance
(int nPointsPerBand, double[] frequencyList, FilterMethod filterMethod)