Uses of Class
org.javaseis.fft.IFFT.Type

Packages that use IFFT.Type
org.javaseis.fft   
 

Uses of IFFT.Type in org.javaseis.fft
 

Fields in org.javaseis.fft declared as IFFT.Type
protected  IFFT.Type SeisFft._type
           
 

Methods in org.javaseis.fft that return IFFT.Type
static IFFT.Type IFFT.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IFFT.Type[] IFFT.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.javaseis.fft with parameters of type IFFT.Type
 void SeisFft.setFftParms(int length, IFFT.Type type, IFFT.Scale scale, float padPercent, int forwardSign)
          Set transform parameters
 void IFFT.setFftParms(int length, IFFT.Type type, IFFT.Scale scale, float padPercent, int forwardSign)
          Set transform parameters
 

Constructors in org.javaseis.fft with parameters of type IFFT.Type
SeisFft(int length, float padPercent, IFFT.Type type)
          Forward transform for real data specifying length, padding, and transform type
SeisFft(int length, float padPercent, IFFT.Type type, int isign)
          Forward transform for real data specifying length, padding, transform type, and sign
SeisFft(int length, float padPercent, IFFT.Type type, int isign, IFFT.Scale scale)
          Forward transform for real data specifying length, padding, transform type, sign, and scale