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

Method complexToReal

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

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

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

test1Method · 0.95
test1RandomMethod · 0.95
complexToReal1Method · 0.95
applyMethod · 0.80
applyInverseMethod · 0.80

Calls 4

checkSignMethod · 0.95
checkArrayMethod · 0.95
transformMethod · 0.95
sinMethod · 0.45

Tested by 2

test1Method · 0.76
test1RandomMethod · 0.76