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

Method transform2a

core/src/main/java/edu/mines/jtk/dsp/Pfacc.java:1354–1461  ·  view source on GitHub ↗

Prime-factor complex-to-complex multiple FFT. Performs multiple transforms across the 2nd (slowest) dimension of a 2-D array. In this version, z[0:nfft-1][0,2,4,...] contains the real parts, and z[0:nfft-1][1,3,5,...] contains the imaginary parts. @param sign the sign of the exponent in the Fourier

(int sign, int n1, int nfft, float[][] z)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

realToComplex2Method · 0.95
complexToComplex2Method · 0.95

Calls 10

pfa2aMethod · 0.95
pfa3aMethod · 0.95
pfa4aMethod · 0.95
pfa5aMethod · 0.95
pfa7aMethod · 0.95
pfa8aMethod · 0.95
pfa9aMethod · 0.95
pfa11aMethod · 0.95
pfa13aMethod · 0.95
pfa16aMethod · 0.95

Tested by

no test coverage detected