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

Method realToComplex

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

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

(int sign, float[] rx, float[] cy)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

test1Method · 0.95
test1RandomMethod · 0.95
testApplyMethod · 0.95
realToComplex1Method · 0.95
applyMethod · 0.80
updateFftsMethod · 0.80
applyForwardMethod · 0.80

Calls 4

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

Tested by 3

test1Method · 0.76
test1RandomMethod · 0.76
testApplyMethod · 0.76