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

Method scale

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

Scales n1 complex numbers in the specified array by 1/nfft. The inverse of a complex-to-complex FFT is a complex-to-complex FFT (with opposite sign) followed by this scaling. @param n1 1st (only) dimension of the array cx. @param cx the input/output array[2 n1].

(int n1, float[] cx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

test1Method · 0.95
test2Method · 0.95
test1RandomMethod · 0.95
test2RandomMethod · 0.95
test3RandomMethod · 0.95
test12Method · 0.95
test21Method · 0.95
test12RandomMethod · 0.95
test21RandomMethod · 0.95
timeMethod · 0.95
ftInverseMethod · 0.95

Calls

no outgoing calls

Tested by 9

test1Method · 0.76
test2Method · 0.76
test1RandomMethod · 0.76
test2RandomMethod · 0.76
test3RandomMethod · 0.76
test12Method · 0.76
test21Method · 0.76
test12RandomMethod · 0.76
test21RandomMethod · 0.76