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

Method complexToReal1

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

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

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

test12Method · 0.95
test12RandomMethod · 0.95
ftInverseMethod · 0.95
applyMethod · 0.80
applyInverseMethod · 0.80

Calls 3

checkSignMethod · 0.95
checkArrayMethod · 0.95
complexToRealMethod · 0.95

Tested by 2

test12Method · 0.76
test12RandomMethod · 0.76