Uses of Package
edu.mines.jtk.dsp

Packages that use edu.mines.jtk.dsp
edu.mines.jtk.dsp Digital signal processing. 
edu.mines.jtk.mosaic A system for 2-D graphics. 
edu.mines.jtk.sgl A scene graph for interactive 3-D graphics via OpenGL. 
 

Classes in edu.mines.jtk.dsp used by edu.mines.jtk.dsp
ButterworthFilter.Type
          Filter type.
EigenTensors2
          An array of eigen-decompositions of tensors for 2D image processing.
EigenTensors3
          An array of eigen-decompositions of tensors for 3D image processing.
KaiserWindow
          The Kaiser window is often used in FIR filter design.
LocalCausalFilter.A1
          Interface for filter coefficients indexed in 1 dimension.
LocalCausalFilter.A2
          Interface for filter coefficients indexed in 2 dimensions.
LocalCausalFilter.A3
          Interface for filter coefficients indexed in 3 dimensions.
LocalCorrelationFilter.Type
          Cross-correlations types.
LocalCorrelationFilter.Window
          Cross-correlations windows.
Real1
          A real-valued sampled function of one variable.
RecursiveCascadeFilter
          A recursive filter implemented as a cascade of 2nd-order filters.
RecursiveGaussianFilter.Method
          The method used to design the Gaussian filter.
Sampling
          Sampling of one variable.
SincInterpolator
          A sinc interpolator for bandlimited uniformly-sampled functions y(x).
SincInterpolator.Extrapolation
          The method used to extrapolate samples when interpolating.
Tensors2
          An interface for 2D tensors used in anisotropic 2D image processing.
Tensors3
          An interface for 3D tensors used in anisotropic 3D image processing.
 

Classes in edu.mines.jtk.dsp used by edu.mines.jtk.mosaic
Sampling
          Sampling of one variable.
 

Classes in edu.mines.jtk.dsp used by edu.mines.jtk.sgl
Sampling
          Sampling of one variable.