|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComplexArray.Float | |
|---|---|
| org.das2.math.fft | Classes for performing generalized FFT transformations. |
| org.das2.math.fft.jnt | This is the NIST FFT package, modified to use the ComplexArray interface. |
| Uses of ComplexArray.Float in org.das2.math.fft |
|---|
| Classes in org.das2.math.fft that implement ComplexArray.Float | |
|---|---|
static class |
ComplexArray.ComplexArrayFloatFloat
Implements ComplexArray that is backed by two float arrays. |
| Methods in org.das2.math.fft that return ComplexArray.Float | |
|---|---|
static ComplexArray.Float |
ComplexArray.newArray(float[] real)
Creates a new ComplexArray from an array of real numbers. |
static ComplexArray.Float |
ComplexArray.newArray(float[] real,
float[] imag)
Creates a new ComplexArray from an array representing real numbers and an array representing the corresponding complex components. |
| Methods in org.das2.math.fft with parameters of type ComplexArray.Float | |
|---|---|
void |
GeneralFFT.invTransform(ComplexArray.Float data)
perform the inverse transform on the array in situ. |
static java.lang.String |
ComplexArray.toString(ComplexArray.Float array)
converts a ComplexArray into an array for debugging purposes. |
void |
GeneralFFT.transform(ComplexArray.Float data)
perform the forward transform on the array in situ. |
| Uses of ComplexArray.Float in org.das2.math.fft.jnt |
|---|
| Methods in org.das2.math.fft.jnt with parameters of type ComplexArray.Float | |
|---|---|
void |
ComplexFloatFFT.backtransform(ComplexArray.Float data)
Compute the (unnomalized) inverse FFT of data, leaving it in place. |
abstract void |
ComplexFloatFFT.backtransform(ComplexArray.Float data,
int i0,
int stride)
Compute the (unnomalized) inverse FFT of data, leaving it in place. |
void |
ComplexFloatFFT_Mixed.backtransform(ComplexArray.Float data,
int i0,
int stride)
|
protected void |
ComplexFloatFFT.checkData(ComplexArray.Float data,
int i0,
int stride)
|
void |
ComplexFloatFFT.inverse(ComplexArray.Float data)
Compute the (nomalized) inverse FFT of data, leaving it in place. |
void |
ComplexFloatFFT.inverse(ComplexArray.Float data,
int i0,
int stride)
Compute the (nomalized) inverse FFT of data, leaving it in place. |
void |
ComplexFloatFFT.transform(ComplexArray.Float data)
Compute the Fast Fourier Transform of data leaving the result in data. |
abstract void |
ComplexFloatFFT.transform(ComplexArray.Float data,
int i0,
int stride)
Compute the Fast Fourier Transform of data leaving the result in data. |
void |
ComplexFloatFFT_Mixed.transform(ComplexArray.Float data,
int i0,
int stride)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||