edu.mines.jtk.dsp
Interface LocalCausalFilter.A1

Enclosing class:
LocalCausalFilter

public static interface LocalCausalFilter.A1

Interface for filter coefficients indexed in 1 dimension. Filter coefficients may vary with sample index, and will be got through this interface for every output sample computed.


Method Summary
 void get(int i1, float[] a)
          Gets local filter coefficients for the specified sample.
 

Method Detail

get

void get(int i1,
         float[] a)
Gets local filter coefficients for the specified sample.

Parameters:
i1 - sample index in 1st dimension.
a - array to be filled with coefficients.