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

Method realToComplex2

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

Computes a real-to-complex dimension-2 fast Fourier transform. Transforms a 2-D input array rx[nfft][n1] of nfft n1 real numbers to a 2-D output array cy[nfft/2+1][2 n1] of (nfft/2+1) n1 complex 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[][] rx, float[][] cy)

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
transform2aMethod · 0.95
sinMethod · 0.45

Tested by 2

test21Method · 0.76
test21RandomMethod · 0.76