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

Packages that use IFFT.Scale
org.javaseis.fft   
 

Uses of IFFT.Scale in org.javaseis.fft
 

Fields in org.javaseis.fft declared as IFFT.Scale
protected  IFFT.Scale SeisFft._scale
           
 

Methods in org.javaseis.fft that return IFFT.Scale
static IFFT.Scale IFFT.Scale.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IFFT.Scale[] IFFT.Scale.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.Scale
 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.Scale
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