Uses of Class
edu.mines.jtk.dsp.RecursiveGaussianFilter.Method

Packages that use RecursiveGaussianFilter.Method
edu.mines.jtk.dsp Digital signal processing. 
 

Uses of RecursiveGaussianFilter.Method in edu.mines.jtk.dsp
 

Methods in edu.mines.jtk.dsp that return RecursiveGaussianFilter.Method
static RecursiveGaussianFilter.Method RecursiveGaussianFilter.Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RecursiveGaussianFilter.Method[] RecursiveGaussianFilter.Method.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in edu.mines.jtk.dsp with parameters of type RecursiveGaussianFilter.Method
RecursiveGaussianFilter(double sigma, RecursiveGaussianFilter.Method method)
          Construct a Gaussian filter with specified width and design method.