Uses of Class
de.gsi.math.ArrayMath.FilterType
-
Packages that use ArrayMath.FilterType Package Description de.gsi.math -
-
Uses of ArrayMath.FilterType in de.gsi.math
Methods in de.gsi.math that return ArrayMath.FilterType Modifier and Type Method Description static ArrayMath.FilterTypeArrayMath.FilterType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArrayMath.FilterType[]ArrayMath.FilterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.gsi.math with parameters of type ArrayMath.FilterType Modifier and Type Method Description static double[]ArrayMath. calculateFilterParameters(double cutoffFraction, ArrayMath.FilterType filterType, double rippleP, double numberOfPoles, int iteration)calculate 2nd-order filter with Butterworth (rippleP=0) or Chebychev filter response (rippleP>0) N.B.static double[]ArrayMath. filterSignal(double[] signal, double[] output, double cutoffFraction, int filterOrder, ArrayMath.FilterType filterType, double ripplePercent)filter from: "The Scientist and Engineer's Guide to DSP" Chapter 20
-