Uses of Interface
edu.mines.jtk.dsp.LocalCausalFilter.A3

Packages that use LocalCausalFilter.A3
edu.mines.jtk.dsp Digital signal processing. 
 

Uses of LocalCausalFilter.A3 in edu.mines.jtk.dsp
 

Methods in edu.mines.jtk.dsp with parameters of type LocalCausalFilter.A3
 void LocalCausalFilter.apply(LocalCausalFilter.A3 a3, float[][][] x, float[][][] y)
          Applies this filter.
 void LocalCausalFilter.applyInverse(LocalCausalFilter.A3 a3, float[][][] y, float[][][] x)
          Applies the inverse of this filter.
 void LocalCausalFilter.applyInverseTranspose(LocalCausalFilter.A3 a3, float[][][] y, float[][][] x)
          Applies the inverse transpose of this filter.
 void LocalCausalFilter.applyTranspose(LocalCausalFilter.A3 a3, float[][][] x, float[][][] y)
          Applies the transpose of this filter.