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

Method realToComplex1

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

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

test12Method · 0.95
test12RandomMethod · 0.95
ftForwardMethod · 0.95
applyMethod · 0.80
updateFftsMethod · 0.80
applyForwardMethod · 0.80

Calls 3

checkSignMethod · 0.95
checkArrayMethod · 0.95
realToComplexMethod · 0.95

Tested by 2

test12Method · 0.76
test12RandomMethod · 0.76