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

Method nfftFast

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

Returns an FFT length optimized for speed. The FFT length will be the fastest valid length that is not less than the specified length n. @param n the lower bound on FFT length. @return the FFT length. @exception IllegalArgumentException if the specified length n exceeds the maximum length supported

(int n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
updateFftsMethod · 0.95

Calls 2

argumentMethod · 0.95
nfftFastMethod · 0.95

Tested by

no test coverage detected