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

Method scale

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

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

(int n1, float[] rx)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

test1Method · 0.95
test12Method · 0.95
test21Method · 0.95
test1RandomMethod · 0.95
test12RandomMethod · 0.95
test21RandomMethod · 0.95
ftInverseMethod · 0.95
paintToImageMethod · 0.45
applyInverseMethod · 0.45

Calls

no outgoing calls

Tested by 6

test1Method · 0.76
test12Method · 0.76
test21Method · 0.76
test1RandomMethod · 0.76
test12RandomMethod · 0.76
test21RandomMethod · 0.76