MCPcopy Create free account
hub / github.com/dhale/jtk / complexToReal2

Method complexToReal2

core/src/main/java/edu/mines/jtk/dsp/FftReal.java:302–351  ·  view source on GitHub ↗

Computes a complex-to-real dimension-2 fast Fourier transform. Transforms a 2-D input array cx[nfft/2+1][2 n1] of (nfft/2+1) n1 complex numbers to a 2-D output array ry[nfft][n1] of nfft n1 real numbers. @param sign the sign (1 or -1) of the exponent used in the FFT. @param n1 the 1st dimension of a

(int sign, int n1, float[][] cx, float[][] ry)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

test21Method · 0.95
test21RandomMethod · 0.95

Calls 4

checkSignMethod · 0.95
checkArrayMethod · 0.95
transform2bMethod · 0.95
sinMethod · 0.45

Tested by 2

test21Method · 0.76
test21RandomMethod · 0.76