Uses of Class
Filters.FilterMethod
Packages that use FilterMethod
- 
Uses of FilterMethod in Filters
Subclasses of FilterMethod in FiltersModifier and TypeClassDescriptionclassclassclassArbitrary response filters.classFIR filter method, filter design uses a Cheychev window function.classclassMethods in Filters that return FilterMethodModifier and TypeMethodDescriptionstatic FilterMethodFilterMethod.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 FilterMethodModifier and TypeMethodDescriptionBandPerformance.getFilterMethod()DecimatorMethod.getFilterMethod()Methods in noiseBandMonitor that return types with arguments of type FilterMethodModifier and TypeMethodDescriptionNoiseBandProcess.getBandFilterMethods()BandAnalyser.getBandFilters()NoiseBandControl.makeBandFilters(NoiseBandSettings noiseSettings, ArrayList<DecimatorMethod> decimationFilters, double topSampleRate) Constructors in noiseBandMonitor with parameters of type FilterMethodModifierConstructorDescriptionBandPerformance(int nPointsPerBand, double[] frequencyList, FilterMethod filterMethod) DecimatorMethod(FilterMethod filterMethod, double outputSampleRate)