public class ComplexFFT_1D extends Object
| Constructor and Description |
|---|
ComplexFFT_1D() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.complex.Complex[] |
cconvolve(org.apache.commons.math3.complex.Complex[] x,
org.apache.commons.math3.complex.Complex[] y) |
static org.apache.commons.math3.complex.Complex[] |
convolve(org.apache.commons.math3.complex.Complex[] x,
org.apache.commons.math3.complex.Complex[] y) |
static org.apache.commons.math3.complex.Complex[] |
fft_orig(org.apache.commons.math3.complex.Complex[] x) |
static org.apache.commons.math3.complex.Complex[] |
fft(org.apache.commons.math3.complex.Complex[] x) |
static org.apache.commons.math3.complex.Complex[] |
ifft(org.apache.commons.math3.complex.Complex[] x) |
static void |
main(String[] args) |
public static org.apache.commons.math3.complex.Complex[] cconvolve(org.apache.commons.math3.complex.Complex[] x,
org.apache.commons.math3.complex.Complex[] y)
public static org.apache.commons.math3.complex.Complex[] convolve(org.apache.commons.math3.complex.Complex[] x,
org.apache.commons.math3.complex.Complex[] y)
public static org.apache.commons.math3.complex.Complex[] fft(org.apache.commons.math3.complex.Complex[] x)
public static org.apache.commons.math3.complex.Complex[] fft_orig(org.apache.commons.math3.complex.Complex[] x)
public static org.apache.commons.math3.complex.Complex[] ifft(org.apache.commons.math3.complex.Complex[] x)
public static void main(String[] args)
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.